aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus15-28/+458
2014-09-25ipa-devirt.c (possible_polymorphic_call_targets): Remove forgotten debug outp...Jan Hubicka2-1/+15
2014-09-25Fix previous commit.Jan Hubicka1-8/+8
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka6-206/+278
2014-09-25Daily bump.GCC Administrator1-1/+1
2014-09-24ipa-utils.h (polymorphic_call_context): Add metdhos dump, debug and clear_out...Jan Hubicka4-124/+314
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez21-41/+59
2014-09-24rs6000.c (insn_is_swappable_p): Don't provide special handling for stores who...Bill Schmidt4-4/+29
2014-09-24Improve prepare_shrink_wrap to sink more instructionsJiong Wang4-6/+76
2014-09-24[AArch64] Improve regmove_costs for 128-bit types.Wilco Dijkstra2-8/+26
2014-09-24ipa-prop.c (ipa_edge_duplication_hook): Update controlled_use_count when dupl...Martin Jambor2-0/+21
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek18-17/+127
2014-09-24[AArch64] Use __aarch64_vget_lane* macros for getting the lane in some lane m...Kyrylo Tkachov4-4/+44
2014-09-24re PR bootstrap/63235 (building fails with --disable-bootstrap)Kirill Yukhin2-1/+7
2014-09-24re PR sanitizer/63316 (False asan positive)Jakub Jelinek4-11/+50
2014-09-24re PR tree-optimization/63266 (Test regression: gcc.target/sh/pr53568-1.c)Thomas Preud'homme4-19/+61
2014-09-24AVX-512. Add cvtps2 insn patterns.Alexander Ivchenko2-15/+31
2014-09-24AVX-512. Add vpshuf[lh]w insn patterns.Alexander Ivchenko2-20/+152
2014-09-24AVX-512. Add shuffles (pd, 32x4, etc.).Alexander Ivchenko3-11/+188
2014-09-24AVX-512. Add insert insn patterns.Alexander Ivchenko3-151/+186
2014-09-24AVX-512. Add widening pmov.Alexander Ivchenko2-65/+101
2014-09-24re PR rtl-optimization/63210 (ira does not select the best register compared ...Zhenqiang Chen4-1/+29
2014-09-24Add test cases for noreorderAndi Kleen5-0/+71
2014-09-24Add an no_reorder attribute for LTOAndi Kleen14-75/+201
2014-09-24Daily bump.GCC Administrator1-1/+1
2014-09-23Fix compile time warning caused by PIC_OFFSET_TABLE_REGNUM be INVALID_REGNUMJiong Wang2-1/+6
2014-09-23Properly regenerate gcc/configure.Thomas Schwinge2-30/+6
2014-09-23Relax check against commuting XOR and ASHIFTRT in combine.cAlan Lawrence7-13/+64
2014-09-23re PR c++/61857 (An init-capturing lambda is parsed incorrectly when used in ...Paolo Carlini4-4/+101
2014-09-23[libsanitizer merge from upstream r218156]Kostya Serebryany3-5/+20
2014-09-23rs6000.md (f32_vsx): New mode attributes to refine the constraints used on 32...Michael Meissner2-10/+46
2014-09-23tree.h (int_bit_position): Turn into inline function; implement using wide int.Jan Hubicka3-11/+16
2014-09-23re PR fortran/63331 (Fortran -fcompare-debug issues)Jakub Jelinek4-2/+20
2014-09-23re PR bootstrap/63280 (Double free in GCC compiled with LTO and -O3.)Richard Sandiford2-1/+7
2014-09-23[AArch64] Enable shrink wrapping.Renlin Li8-3/+50
2014-09-23[AArch64] Default to -fsched-pressureWilco Dijkstra2-0/+8
2014-09-23Make all gcc.dg/guality/const-volatile.c subtests PASS under LTO.Mark Wielaard2-8/+19
2014-09-23gcc-gdb-test.exp: Handle old GDB "short int" and "long int" types.Mark Wielaard3-0/+23
2014-09-23cfgcleanup.c (try_optimize_cfg): Do not remove label with LABEL_PRESERVE_P fl...Ilya Enkovich2-0/+6
2014-09-23re PR c++/62155 (ICE in tsubst_copy, at cp/pt.c:12544)Paolo Carlini2-0/+13
2014-09-23AVX-512. Add vshufpd insn patterns.Alexander Ivchenko2-16/+60
2014-09-23AVX-512. Add vshufps insn patterns.Alexander Ivchenko2-22/+73
2014-09-23AVX-512. Add rest of vunpck[lh]ps.Alexander Ivchenko2-18/+50
2014-09-23AVX-512. Add masked vunpck[lh]pd.Alexander Ivchenko2-17/+66
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers24-137/+59
2014-09-23Daily bump.GCC Administrator1-1/+1
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka4-21/+26
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka17-266/+308
2014-09-22semantics.c (finish_non_static_data_member): In diagnostic, give error at poi...Jason Merrill14-35/+32
2014-09-22re PR c++/63320 (bogus ‘this’ was not captured for this lambda function e...Jason Merrill4-5/+26