aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-12shrink-wrap: Testcases for separate shrink-wrappingSegher Boessenkool4-0/+72
2016-10-12rs6000: Separate shrink-wrappingSegher Boessenkool2-16/+276
2016-10-12Minor reformatting.Arnaud Charlet1-5/+8
2016-10-12shrink-wrap: Shrink-wrapping for separate componentsSegher Boessenkool4-3/+775
2016-10-12regrename: Don't rename restoresSegher Boessenkool2-0/+12
2016-10-12dce: Don't dead-code delete separately wrapped restoresSegher Boessenkool2-0/+14
2016-10-12separate shrink-wrap: New command-line flag, status flag, hooks, and docSegher Boessenkool7-1/+188
2016-10-12rs6000: Warn for "GCC vector passed by reference" only with -WpsabiSegher Boessenkool2-2/+8
2016-10-12print_rtx_function: integrate dumping of the CFG into the insn chainDavid Malcolm3-39/+156
2016-10-12rs6000: Use "dg-warning ... 0" in a few placesSegher Boessenkool3-2/+7
2016-10-12Add selftest::read_fileDavid Malcolm3-0/+74
2016-10-12[MIPS] Add MSA testsRobert Suchanek7-30/+1936
2016-10-12re PR debug/77947 (ICE with -g and -O2 in strip_naming_typedef)Richard Biener4-3/+50
2016-10-12[multiple changes]Arnaud Charlet5-92/+169
2016-10-12syscall, internal/syscall/unix: Fix getrandom, clone on sparc64Ian Lance Taylor1-1/+1
2016-10-12sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Adapt checking for optio...Yannick Moy2-65/+254
2016-10-12[multiple changes]Arnaud Charlet6-124/+207
2016-10-12[multiple changes]Arnaud Charlet10-73/+243
2016-10-12Fix LTO_STREAMER_DEBUG buildThomas Schwinge2-6/+8
2016-10-12Un-break dwarf2out for DWARF2_LINENO_DEBUGGING_INFO configurationsThomas Schwinge2-1/+4
2016-10-12Make GCC selftests work for *-wrs-vxworks-* targetsThomas Schwinge2-1/+5
2016-10-12In gcc/Makefile.in, factor out SELFTEST_FLAGSThomas Schwinge2-3/+11
2016-10-12Fix gcc/vmsdbgout.c:vmsdbg_debug_hooks for "More trivial bits from early LTO ...Thomas Schwinge2-1/+6
2016-10-12exp_ch5.adb, [...]: Minor reformatting.Hristian Kirtchev19-212/+242
2016-10-12[multiple changes]Arnaud Charlet4-3/+33
2016-10-12[multiple changes]Arnaud Charlet6-362/+563
2016-10-12rtl.h (struct rtx_def): Comment how RTX_FLAGS will be dumped in RTL dumps.Georg-Johann Lay2-9/+21
2016-10-12[multiple changes]Arnaud Charlet10-55/+179
2016-10-12[multiple changes]Arnaud Charlet13-47/+136
2016-10-12Add a helper function: create_tmp_reg_or_ssa_nameMartin Liska2-41/+34
2016-10-12sem_ch12.adb (Check_Formal_Package_Instance): Skip an internal formal entity ...Ed Schonberg3-5/+24
2016-10-12contracts.adb (Analyze_Contracts): For a type declaration, analyze an iterabl...Ed Schonberg2-0/+22
2016-10-12* diagnostic.c (diagnostc_report_diagnostic): Fix formatting.Nathan Sidwell2-4/+10
2016-10-12[multiple changes]Arnaud Charlet7-21/+107
2016-10-12re PR ada/64057 (possible issue in the shared implementation of Ada.Strings.U...Eric Botcazou1-7/+11
2016-10-12DWARF: space-optimize loc. descr. for integer literals on 32-bit targetsPierre-Marie de Rodat4-5/+64
2016-10-12DWARF: fix scoping for descriptions of local typesPierre-Marie de Rodat4-0/+72
2016-10-12match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint on the convers...Richard Biener2-4/+7
2016-10-122016-10-12 Richard Biener <rguenther@suse.de>Richard Biener7-21/+33
2016-10-12re PR middle-end/77920 (186.crafty doesn't compile)Richard Biener4-17/+41
2016-10-12re PR tree-optimization/77929 (ICE: verify_gimple failed (error: non-trivial ...Jakub Jelinek4-3/+39
2016-10-11re PR target/77934 (pattern for mtvsrdd needs to use b constraint not r)Aaron Sawdey2-2/+8
2016-10-12Daily bump.GCC Administrator1-1/+1
2016-10-12gcc/Jakub Jelinek17-15/+398
2016-10-11sparc.c (emit_scc_insn): Remove direct support for EQ and GEU in DImode if TA...Eric Botcazou11-244/+128
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek3-76/+77
2016-10-11re PR tree-optimization/77424 (Identical statements in if-else branches)Jeff Law2-46/+12
2016-10-11re PR fortran/77942 (ICE: Floating point exception, in gfc_simplify_cshift, a...Steven G. Kargl4-2/+17
2016-10-11system-linux-armeb.ads (Backend_Overflow_Checks): Change to True.Eric Botcazou7-22/+32
2016-10-11Split print_rtx into subroutinesDavid Malcolm2-396/+467