aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Convert DF_SCAN etc from #define to an enumDavid Malcolm2-12/+24
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou14-898/+1169
2016-04-27Fix comment in rtl.defDavid Malcolm2-2/+8
2016-04-27i386.md (lea arith with mem operand + setcc peephole2): Set operator mode.Uros Bizjak2-2/+7
2016-04-27Extend STV pass to 64-bit modeH.J. Lu26-39/+794
2016-04-27Replace ".{5}" with ".{5,6}" in avx512vl-vmovdqa64-1.cH.J. Lu2-1/+6
2016-04-27DWARF: turn dw_loc_descr_node field into hash map for frame offset checkPierre-Marie de Rodat3-24/+29
2016-04-27tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.Martin Liska2-4/+10
2016-04-27tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use instead of r...Bin Cheng8-841/+776
2016-04-27[rtlanal.c] Convert conditional compilation on WORD_REGISTER_OPERATIONSKyrylo Tkachov2-5/+11
2016-04-27re PR ipa/70760 (wrong generated code for std::make_unique with -fipa-pta)Richard Biener5-43/+71
2016-04-27re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)Jakub Jelinek3-1/+31
2016-04-27constexpr.c (get_fundef_copy): Use the original function for non-recursive ev...Nathan Sidwell5-8/+47
2016-04-27[multiple changes]Arnaud Charlet10-676/+324
2016-04-27[multiple changes]Arnaud Charlet6-8/+37
2016-04-27[multiple changes]Arnaud Charlet6-11/+35
2016-04-27sinput.ads, [...]: Minor editing.Arnaud Charlet9-17/+22
2016-04-27[multiple changes]Arnaud Charlet7-34/+107
2016-04-27[multiple changes]Arnaud Charlet10-52/+134
2016-04-27[multiple changes]Arnaud Charlet3-23/+44
2016-04-27[multiple changes]Arnaud Charlet13-135/+188
2016-04-27[multiple changes]Arnaud Charlet4-6/+18
2016-04-27[multiple changes]Arnaud Charlet11-53/+198
2016-04-27[multiple changes]Arnaud Charlet7-21/+43
2016-04-27[multiple changes]Arnaud Charlet13-130/+267
2016-04-27[multiple changes]Arnaud Charlet7-20/+142
2016-04-27[multiple changes]Arnaud Charlet6-32/+52
2016-04-27exp_ch3.adb (Expand_N_Object_Declaration): Rewrite an object declaration of t...Bob Duff4-63/+100
2016-04-27* doc/invoke.texi (-frename-registers): Also enabled at -Os.Bernd Schmidt2-1/+5
2016-04-27re PR go/49889 (Calling a function whose name is obscured by a local variable...Nick Clifton4-0/+19
2016-04-27[multiple changes]Arnaud Charlet7-290/+684
2016-04-27[multiple changes]Arnaud Charlet11-31/+141
2016-04-27Fix ChangeLog entry for r235478Prathamesh Kulkarni1-1/+1
2016-04-27Fix typo in gcc/testsuite/ChangeLog for revision 235436.Bin Cheng1-1/+1
2016-04-27gigi.h (gnat_to_gnu_entity): Adjust prototype.Eric Botcazou6-120/+158
2016-04-27params.def (MAX_PARTITION_SIZE): New param.Prathamesh Kulkarni7-5/+34
2016-04-27re PR ipa/70785 (LTO bootstrap with IPA PTA is broken)Richard Biener2-1/+38
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt12-24/+139
2016-04-27re PR ada/70759 (Ada rts fails to build with -mabi=ilp32)Eric Botcazou5-24/+13
2016-04-27re PR sanitizer/70683 (-fcompare-debug bug with -fsanitize=address)Jakub Jelinek3-17/+126
2016-04-27Makefile.in (x86 GNU/Hurd): Use s-osinte-gnu.adb.Svante Signell4-8/+158
2016-04-27[libatomic] Add RTEMS supportSebastian Huber2-1/+5
2016-04-27[Microblaze] Redefine LINK_SPEC for RTEMSJoel Sherrill2-0/+12
2016-04-27Daily bump.GCC Administrator1-1/+1
2016-04-26PR c++/66639 - declare __func__ , __FUNCTION__ & __PRETTY_FUNCTION__ constexprMartin Sebor2-0/+34
2016-04-26Fix PR c++/70241 (inconsistent access with in-class enumeration)Patrick Palka6-8/+80
2016-04-26pr69102.c: Require scheduling support.Senthil Kumar Selvaraj9-0/+19
2016-04-26toplev.c (backend_init_target): Avoid calling init_reload when using LRA.Zhouyi Zhou2-1/+7
2016-04-26compiler: Add Enclosed_var_expression.Ian Lance Taylor4-65/+164
2016-04-26reorg.c (try_merge_delay_insns): Declare i and j inside the for loops rather ...Jakub Jelinek2-20/+22