aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-08-05[AArch64] Handle HFAs of float16 types properlyJames Greenhalgh16-26/+209
2016-08-05gcov tool: Implement Hawick's algorithm for cycle detection,Martin Liska2-101/+200
2016-08-05gcov: rename line_next to next_file_fn in function_infoMartin Liska2-8/+17
2016-08-05re PR c++/68724 (ice in unify, at cp/pt.c:19902)Nathan Sidwell4-1/+26
2016-08-05ivopt_5.c: Make robust against edge swapping.Richard Biener2-1/+5
2016-08-05tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary restriction on t...Richard Biener2-4/+7
2016-08-05tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener3-3/+15
2016-08-05tree-vrp.c (extract_range_basic): Check cfun->after_inlining before folding c...Kugan Vivekanandarajah2-1/+7
2016-08-05[RS6000] rs6000_preferred_reload_classAlan Modra2-20/+7
2016-08-05Daily bump.GCC Administrator1-1/+1
2016-08-05Teach VRP to truncate the case ranges of a switchPatrick Palka6-1/+206
2016-08-04re PR target/72805 (AVX512: invalid code generation involving masks)Uros Bizjak2-24/+33
2016-08-04selftest.h: Add ASSERT_TRUE_AT and ASSERT_FALSE_ATDavid Malcolm2-9/+29
2016-08-04pr70920-4.c: Move dg-require-effective-target before dg-options.Prathamesh Kulkarni2-1/+6
2016-08-04pr71078-1.c: Remove double and long double test-cases.Prathamesh Kulkarni8-32/+70
2016-08-04re PR c++/72800 (ICE on invalid C++14 code with initialized lambda capture: t...Paolo Carlini4-0/+20
2016-08-04Fix ICE on invalid variable template instantiation (PR c++/72759)Patrick Palka4-0/+31
2016-08-04Designate the widest case label to be the default labelPatrick Palka4-1/+45
2016-08-04runtime: fix incorrectly commented out code in heapdump.cIan Lance Taylor1-1/+1
2016-08-04[Patch obvious testsuite] Remove duplicate body from pr70903.cJames Greenhalgh2-18/+4
2016-08-04text/template: reduce maxExecDepth for gccgoIan Lance Taylor1-1/+1
2016-08-04compiler: include "go-system.h" in escape.ccIan Lance Taylor2-1/+3
2016-08-04PR c++/72415 - member template with fold-expression constraintJason Merrill3-0/+31
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill21-54/+60
2016-08-04PR c++/72796 - wrong resolution of scoped method call.Jason Merrill3-1/+25
2016-08-04aarch64.c (thunderx_vector_cost): New variable.Andrew Pinski2-1/+25
2016-08-04Fix GNU coding style in gcov.cMartin Liska2-46/+60
2016-08-04Rework C/C++ OpenACC routine parsingThomas Schwinge6-174/+391
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge5-112/+126
2016-08-04016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2-1/+10
2016-08-04re PR target/70903 (wrong code with bfi @ aarch64 with -Os)Bernd Edlinger4-9/+54
2016-08-04Use TESTING_IN_BUILD_TREE in params.expMartin Liska2-1/+6
2016-08-04tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before accessing SSA...Kugan Vivekanandarajah2-0/+7
2016-08-04re PR target/70677 (Suboptimal cond on AVR: unneeded stack frame)Georg-Johann Lay2-0/+9
2016-08-04re PR target/55181 (Expensive shift loop where a bit-testing instruction coul...Georg-Johann Lay2-0/+29
2016-08-04re PR c++/70229 (error: constexpr constructor does not have empty body)Marek Polacek4-1/+55
2016-08-04re PR rtl-optimization/71984 (wrong code with -O -mavx512cd)Richard Biener2-0/+8
2016-08-04tree-vrp.c (set_value_range): Use vrp_equiv_obstack with BITMAP_ALLOC.Kugan Vivekanandarajah2-10/+21
2016-08-04Daily bump.GCC Administrator1-1/+1
2016-08-04escape: Enable escape analysis in gccgo.Ian Lance Taylor3-1/+12
2016-08-03rs6000.c (rs6000_option_override_internal): Make LRA the default for the rs60...Peter Bergner2-0/+9
2016-08-03gotest: multiple +build lines must all be trueIan Lance Taylor1-1/+1
2016-08-0320160802-1.c: New testcase.Andrew Pinski2-0/+17
2016-08-03compiler: improve type caching for interface typesIan Lance Taylor2-5/+18
2016-08-03re PR middle-end/71876 (longjmp is miscompiled with -ffreestanding)Bernd Edlinger2-37/+22
2016-08-03re PR rtl-optimization/72778 (internal compiler error: in create_pre_exit, at...Vladimir Makarov2-4/+34
2016-08-03nvptx.c (nvptx_declare_function_name): Round frame size to DImode boundary.Nathan Sidwell2-4/+14
2016-08-03escape: Stack allocate non-escaping expressions.Ian Lance Taylor2-8/+44
2016-08-03lang.opt: New option -fdec-intrinsic-ints.Fritz Reese9-14/+542
2016-08-03pr71403-1.c: Use dg-additional-options and remove -O3.Richard Biener4-3/+10