aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-05-07This patch adds support to vectorize sum of abslolute differences (SAD_EXPR)Alejandro Martinez6-0/+119
2019-05-07cfgexpand.c (asm_clobber_reg_is_valid): Reject clobbers outside of accessible...Uros Bizjak7-23/+52
2019-05-07Fix make install-gcc-specs with empty GCC_SPECS_FILESRainer Orth2-3/+7
2019-05-07tree-vect-stmts.c (vect_is_simple_cond): When vectype is not specified still ...Richard Biener2-1/+8
2019-05-07re PR tree-optimization/90316 (large compile time increase in opt / alias stm...Richard Biener2-10/+18
2019-05-07Fix bitmap registration of overheads.Martin Liska4-15/+64
2019-05-07tree-vect-slp.c (vect_build_slp_tree_2): Bump size whenever we build a SLP node.Richard Biener2-27/+21
2019-05-07re PR tree-optimization/90316 (large compile time increase in opt / alias stm...Richard Biener6-43/+61
2019-05-07tree-ssa-alias.c (aliasing_component_refs_p): Continue looking for comparaibl...Jan Hubicka2-11/+20
2019-05-07re PR lto/90369 (error: could not unlink output file)Richard Biener2-2/+9
2019-05-07Fix Solaris bootstrap: lto-common.c, lto-dump.c format mismatchesRainer Orth3-3/+11
2019-05-07Fix a typo in two_value_replacement functionLi Jia He5-4/+45
2019-05-07Daily bump.GCC Administrator1-1/+1
2019-05-07rs6000: Renumber the registersSegher Boessenkool5-188/+228
2019-05-06re PR fortran/90290 (-std=f2008 should reject non-constant stop and error sto...Steven G. Kargl4-3/+31
2019-05-07rs6000: Remove TM regsSegher Boessenkool7-94/+38
2019-05-07rs6000: Delete PRE_GCC3_DWARF_FRAME_REGISTERSSegher Boessenkool2-3/+4
2019-05-07rs6000: rs6000_dbx_register_number for fp/ap/mqSegher Boessenkool2-2/+22
2019-05-06re PR tree-optimization/88709 (Improve store-merging)Jakub Jelinek8-21/+296
2019-05-06re PR target/89424 (__builtin_vec_ext_v1ti (v, i) results in ICE with variabl...Kelvin Nilsen8-4/+100
2019-05-06PR c++/90265 - ICE with generic lambda.Marek Polacek4-1/+17
2019-05-06re PR target/89221 (--enable-frame-pointer does not work as intended)Uros Bizjak6-29/+42
2019-05-06Append to target_gtfiles in order to fix Darwin bootstrap.Martin Liska2-6/+10
2019-05-06re PR tree-optimization/90358 (526.blender_r train run does not finish after ...Richard Biener4-1/+50
2019-05-06This reverts commit r270894, as new testcase fails on arm and aarch64, I am s...Li Jia He5-45/+4
2019-05-06re PR tree-optimization/88828 (Inefficient update of the first element of vec...Richard Biener4-55/+143
2019-05-06re PR tree-optimization/90328 (Wrong loop distribution with aliasing)Richard Biener6-4/+52
2019-05-06[libcpp] struct deps renamingNathan Sidwell2-5/+6
2019-05-06dwarf2out.c (mem_loc_descriptor): Initialize int_mode.Richard Biener2-1/+5
2019-05-06re PR tree-optimization/90316 (large compile time increase in opt / alias stm...Richard Biener2-39/+29
2019-05-06re PR testsuite/90331 (New test case gcc.dg/pr87314-1.c fails)Richard Biener2-2/+8
2019-05-06Error only when a non-default -mabi is used with sanitizers (PR sanitizer/903...Martin Liska5-8/+26
2019-05-06Fix GNU coding style in lto-common.c.Martin Liska3-116/+133
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni17-43/+721
2019-05-06Split part of functionality from lto.c to lto-common.c.Martin Liska7-2811/+2908
2019-05-06Split i386.c.Martin Liska13-28958/+29588
2019-05-06Fix a typo in two_value_replacement functionLi Jia He5-4/+45
2019-05-06Daily bump.GCC Administrator1-1/+1
2019-05-05re PR fortran/90344 (small code that compiles and runs in 7.3.0 but not 7.4.1)Thomas Koenig2-0/+30
2019-05-05Daily bump.GCC Administrator1-1/+1
2019-05-04Daily bump.GCC Administrator1-1/+1
2019-05-03compiler: recognize and optimize array range clearIan Lance Taylor6-2/+279
2019-05-03os/user: disable TestGroupIds for AIXIan Lance Taylor1-1/+1
2019-05-03[arm] PR target/89400 fix thumb1 unaligned access expansionRichard Earnshaw2-29/+55
2019-05-03Let ldist ignore clobbersMarc Glisse4-0/+31
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska16-23/+63
2019-05-03re PR tree-optimization/90316 (large compile time increase in opt / alias stm...Richard Biener2-0/+7
2019-05-03tree-vect-stmts.c (get_group_load_store_type): Avoid peeling for gaps by load...Richard Biener4-1/+97
2019-05-03re PR tree-optimization/89518 (missed optimisation for array address calculat...Richard Biener4-0/+31
2019-05-03re PR tree-optimization/87314 (pointless comparison of malloc result to a str...Richard Biener4-1/+40