aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-06-20re PR tree-optimization/30318 (VRP does not create ANTI_RANGEs on overflow)Richard Guenther4-36/+227
2012-06-20* g++.dg/debug/dwarf2/nested-3.C: Add ARM comment character to regexp.Richard Earnshaw2-1/+5
2012-06-20i386.md (rounding_insn): New int attribute.Uros Bizjak2-62/+48
2012-06-20arm.h (EMIT_EABI_ATTRIBUTE): Remove.Steven Bosscher5-32/+49
2012-06-20tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Allow adjusting alignm...Richard Guenther2-4/+8
2012-06-20* config/rl78/rl78-c.c: Remove unnecessary includes.Steven Bosscher2-9/+4
2012-06-20Clear hwcap_2 with Sun ldRainer Orth3-3/+26
2012-06-20cris.c: Include cgraph.h.Steven Bosscher2-4/+6
2012-06-20stack-usage-1.c: Remove dg-options line for sh targets and add __sh__ case.Kaz Kojima2-1/+7
2012-06-20re PR c++/52637 (ICE producing debug info for c++11 code using local class as...Jason Merrill2-0/+26
2012-06-19parser.c (cp_parser_direct_declarator): Move virt-specifier parsing after lat...Ville Voutilainen4-2/+57
2012-06-19re PR c++/53651 ([C++11] seg fault when specifying using decltype(...)::method)Jason Merrill4-0/+30
2012-06-20emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov7-125/+51
2012-06-20mips.c (mips_process_sync_loop): Emit cmp result only if it is used.Maxim Kuvyrkov2-0/+9
2012-06-20constraints.md (ZR): New constraint.Tom de Vries6-6/+90
2012-06-202012-06-19 Tom de Vries <vries@codesourcery.com>Tom de Vries4-9/+199
2012-06-20Daily bump.GCC Administrator1-1/+1
2012-06-19stack-usage-1.c: Use sh*-*-* instead of sh-*-*.Kaz Kojima2-1/+5
2012-06-19spe.md (*mov_si<mode>_e500_subreg0): Rename to mov_si<mode>_e500_subreg0.Joseph Myers5-2/+55
2012-06-19Set cache parameters for alphaRichard Henderson2-17/+59
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher10-95/+145
2012-06-19target.def (output_ident): New hook.Steven Bosscher29-87/+173
2012-06-19i386.md (FIST_ROUNDING): New int iterator.Uros Bizjak2-313/+187
2012-06-19pr33329.c: Change multiplier constant to 12345Richard Henderson2-1/+5
2012-06-19Handle const_vector in mulv4si3 for pre-sse4.1.Richard Henderson5-59/+106
2012-06-19Use synth_mult for vector multiplies vs scalar constantRichard Henderson3-198/+262
2012-06-19Add rtx costs for sse integer opsRichard Henderson2-10/+45
2012-06-19i386.md (FRNDINT_ROUNDING): New int iterator.Uros Bizjak2-91/+38
2012-06-19vrp68.c: Adjust testcase.Richard Guenther2-8/+6
2012-06-19tree-vrp.c (union_ranges): New function.Richard Guenther2-174/+314
2012-06-19arm.md (enum unspec): Delete UNSPEC_SIN and UNSPEC_COS.Richard Earnshaw3-37/+62
2012-06-19tree-vrp.c (intersect_ranges): Handle more cases.Richard Guenther2-23/+134
2012-06-19re PR middle-end/53708 (Many failures of the objc tests with -O3 -fnext-runti...Richard Guenther2-0/+13
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl10-22/+136
2012-06-19Daily bump.GCC Administrator1-1/+1
2012-06-18* config/rs6000/aix52.h (TARGET_EXTRA_BUILTINS): Define as 0.David Edelsohn2-0/+6
2012-06-18re PR target/53712 (Does not combine unaligned load with _mm_cmpistri, redun...Uros Bizjak4-0/+139
2012-06-18* ChangeLog: Fix whitespace.Uros Bizjak1-47/+46
2012-06-18intrinsic.h (gfc_resolve_rank): New prototype.Tobias Burnus5-1/+49
2012-06-18re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)Tobias Burnus5-2/+84
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus5-7/+102
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus4-13/+77
2012-06-18epilog-1.c: New test.Joey Ye2-0/+22
2012-06-18As a result of the previous changes, epilogue_insns pattern can only be gener...Ian Bolton4-530/+11
2012-06-18Generate RTL for return in Thumb2 mode. Used by expand of return insn.Ian Bolton4-2/+69
2012-06-18Add a new parameter to the function output_return_instruction to handle simpl...Ian Bolton5-18/+43
2012-06-18The main function for epilogue RTL generation, used by expand epilogueIan Bolton4-24/+268
2012-06-18Helper function for epilogue expansion.Ian Bolton3-5/+166
2012-06-18New define insn pattern for epilogue with floating point registers (DFmode) a...Ian Bolton4-0/+122
2012-06-18This patch adds new define_insn patterns for epilogue with integerIan Bolton5-0/+283