aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-04-022012-04-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-13/+20
2012-04-02Daily bump.GCC Administrator1-1/+1
2012-04-02re PR c++/50043 ([C++0x] Implement core/1123)Paolo Carlini12-7/+156
2012-04-01Daily bump.GCC Administrator1-1/+1
2012-03-31Don't check TARGET_64BIT if TARGET_64BIT_DEFAULT is falseH.J. Lu2-2/+8
2012-03-31tree-cfg.c (call_can_make_abnormal_goto): New predicate.Eric Botcazou7-19/+133
2012-03-31RevertEric Botcazou2-18/+9
2012-03-31Daily bump.GCC Administrator1-1/+1
2012-03-30sh.c (push_regs): Skip banked registers when resbank attribute is specified.Naveen H.S2-2/+13
2012-03-30re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson2-0/+50
2012-03-30re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson2-8/+135
2012-03-30i386: Add and use one_operand_p to vec_perm control struct.Richard Henderson2-62/+76
2012-03-30* dwarf2out.c (gen_variable_die): Initialize off.Richard Henderson2-1/+5
2012-03-30vms-f.c: New file.Tristan Gingold4-0/+43
2012-03-30re PR other/52754 (indirect indexing broken with -fpredictive-commoning)Richard Guenther4-6/+50
2012-03-30re PR c++/52772 (internal compiler error: Segmentation fault)Richard Guenther4-6/+107
2012-03-30ia64.c (ia64_section_type_flags): Remove common_object attribute handling.Tristan Gingold3-60/+35
2012-03-30[multiple changes]Arnaud Charlet5-22/+86
2012-03-30[multiple changes]Arnaud Charlet5-58/+99
2012-03-30lib-xref-alfa.adb, [...]: Minor addition of comments and refactoring.Yannick Moy4-34/+27
2012-03-30lib-xref.adb, [...]: Minor reformatting & code reorganization.Robert Dewar3-50/+42
2012-03-30lib-xref-alfa.adb (Generate_Dereference): Use Get_Code_Unit instead of Get_So...Yannick Moy4-28/+61
2012-03-30[multiple changes]Arnaud Charlet6-567/+537
2012-03-30re PR other/52786 (double-int.c:231:31: error: comparison between signed and ...Richard Guenther2-1/+6
2012-03-30[multiple changes]Arnaud Charlet3-6/+41
2012-03-30[multiple changes]Arnaud Charlet4-9/+17
2012-03-30lib-xref-alfa.adb (Add_Alfa_File): Take into account possible absence of comp...Yannick Moy2-4/+17
2012-03-30freeze.adb (Freeze_Record_Type): For a type with reversed bit order and rever...Thomas Quinot2-1/+14
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther5-124/+90
2012-03-30vms.c (VMS_CRTL_FLOAT32): Rename.Tristan Gingold4-105/+866
2012-03-30compiler: Fix order of evaluation of struct composite literals.Ian Lance Taylor2-7/+47
2012-03-30Daily bump.GCC Administrator1-1/+1
2012-03-29re PR c++/52718 (-Wzero-as-null-pointer-constant: misleading location for 0 a...Paolo Carlini4-0/+42
2012-03-30tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there is a built...Martin Jambor2-5/+11
2012-03-29sse.md (avx_h<plusminus_insn>v4df3): Fix results crossing 128bit lane boundary.Uros Bizjak2-5/+10
2012-03-29re PR java/52730 (Java front end emits assembly)Steven Bosscher2-44/+83
2012-03-29ira-color.c (setup_left_conflict_sizes_p): Process all conflicting objects.Vladimir Makarov2-3/+5
2012-03-29re PR c++/52685 (ICE in copy_binfo)Jason Merrill4-4/+24
2012-03-29re PR c++/52759 (ICE in cp/mangle.c)Jakub Jelinek4-1/+20
2012-03-29re PR tree-optimization/52760 (Revision 185599 causes miscompare on sphinx3)Jakub Jelinek4-0/+53
2012-03-29re PR c++/52743 (g++-4.7.0 seg faults on overload functions.)Jason Merrill4-1/+21
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther12-362/+202
2012-03-29Use crtbegin_so%O%s/crtend_so%O%s for -mandroid -sharedH.J. Lu2-2/+8
2012-03-29tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther5-29/+12
2012-03-29re PR middle-end/50708 (Infinite loop between rshift_double and lshift_double...Richard Guenther3-62/+63
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-9/+13
2012-03-28re PR c++/52746 (Explicit virtual destructor call replaced by direct call in ...Jason Merrill5-3/+55
2012-03-29Daily bump.GCC Administrator1-1/+1
2012-03-28Add ABI_64 and replace ISA_X32 with ABI_X32H.J. Lu6-7/+90
2012-03-28compiler: fix null-dereference on invalid len() arg.Ian Lance Taylor1-2/+2