Age | Commit message (Expand) | Author | Files | Lines |
2013-09-25 | Make-lang.in (fortran_OBJS): Use fortran/gfortranspec.o. | Tom Tromey | 2 | -59/+19 |
2013-09-25 | * Makefile.in (c-family/cppspec.o, c-family/c-common.o) | Tom Tromey | 2 | -81/+12 |
2013-09-25 | Make-lang.in (jvspec.o): Remove. | Tom Tromey | 2 | -70/+19 |
2013-09-25 | Make-lang.in (CXX_TREE_H, [...]): Remove. | Tom Tromey | 4 | -110/+42 |
2013-09-25 | * Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o) | Tom Tromey | 2 | -79/+8 |
2013-09-25 | Make-lang.in (g++spec.o): Remove. | Tom Tromey | 2 | -100/+16 |
2013-09-25 | Makefile.in (C_TREE_H): Reference c/c-tree.h. | Tom Tromey | 4 | -60/+14 |
2013-09-25 | Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA... | Tom Tromey | 12 | -13/+33 |
2013-09-25 | Makefile.in (OUTPUT_OPTION): Define as "-o $@". | Tom Tromey | 7 | -163/+19 |
2013-09-25 | (clh 9) | Tom Tromey | 5 | -3/+205 |
2013-09-25 | (clh 5) | Tom Tromey | 2 | -6/+13 |
2013-09-25 | (clh 6) | Tom Tromey | 2 | -1/+11 |
2013-09-25 | tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f... | Jeff Law | 3 | -5/+10 |
2013-09-25 | re PR bootstrap/58521 (bootstrap failure: ICE in mem_ref_in_stmt, at tree-ssa... | Richard Biener | 2 | -15/+5 |
2013-09-25 | cgraph.c (cgraph_resolve_speculation): Use semantical equivalency test. | Jan Hubicka | 2 | -1/+8 |
2013-09-25 | re PR sanitizer/58420 (internal compiler error: in ubsan_type_descriptor, at ... | Marek Polacek | 2 | -2/+15 |
2013-09-25 | re PR sanitizer/58413 (ubsan constant folding) | Marek Polacek | 7 | -8/+116 |
2013-09-25 | re PR c++/58516 (ICE with __transaction_atomic) | Marek Polacek | 4 | -4/+24 |
2013-09-25 | compiler: don't permit nil assignment to blank identifier. | Ian Lance Taylor | 2 | -5/+14 |
2013-09-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2013-09-24 | sh.md: Fix formatting. | Oleg Endo | 2 | -7/+11 |
2013-09-24 | Implement --param=vect-max-peeling-for-alignment=.. | Xinliang David Li | 4 | -0/+40 |
2013-09-24 | target-supports.exp (check_effective_target_arm_cond_exec): New procedure. | Kyrylo Tkachov | 3 | -0/+18 |
2013-09-24 | gimple-pretty-print.c: Various whitespace tweaks. | Christophe Lyon | 9 | -79/+90 |
2013-09-24 | re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64) | Alan Modra | 2 | -1/+12 |
2013-09-24 | re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ... | Richard Biener | 8 | -75/+160 |
2013-09-24 | tree-vrp.c (vrp_finalize): Check for SSA name presence. | Richard Biener | 2 | -1/+6 |
2013-09-24 | atomic-comp-swap-release-acquire.c: Adjust expected output. | Yvan Roux | 2 | -1/+6 |
2013-09-24 | 0;261;0c2013-09-23 Michael Meissner <meissner@linux.vnet.ibm.com> | Michael Meissner | 2 | -96/+109 |
2013-09-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2013-09-23 | Fix 58500. | Adam Butcher | 4 | -1/+20 |
2013-09-23 | Fix instantiation of implicit function template forward declarations. | Adam Butcher | 2 | -37/+49 |
2013-09-23 | Generate more intuitive name for 'auto' parameters. | Adam Butcher | 2 | -1/+6 |
2013-09-23 | Support nested generic lambdas. | Adam Butcher | 2 | -1/+6 |
2013-09-23 | Use translation-unit-global rather than parameter-list-local counter for gene... | Adam Butcher | 2 | -12/+21 |
2013-09-23 | rs6000.h (enum r6000_reg_class_enum): Add new constraints: wu, ww, and wy. | Michael Meissner | 6 | -58/+175 |
2013-09-23 | rtl.texi (REG_NOTES): Say that int_list can also be used. | Richard Sandiford | 38 | -102/+213 |
2013-09-23 | ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt. | Jan Hubicka | 6 | -4/+77 |
2013-09-23 | tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy assignm... | Eric Botcazou | 6 | -1/+64 |
2013-09-23 | gimple-pretty-print.c (dump_ssaname_info): New function. | Kugan Vivekanandarajah | 11 | -70/+293 |
2013-09-23 | re PR tree-optimization/58464 (Crashes with SIGSEGV (infinite recursion in ph... | Richard Biener | 4 | -65/+331 |
2013-09-23 | re PR target/58475 (SH4 insn swapb does not satisfy its constraints:) | Christian Bruel | 5 | -10/+31 |
2013-09-23 | Revert r202780: | James Greenhalgh | 2 | -16/+25 |
2013-09-23 | re PR fortran/58355 ([F03] ICE with TYPE, EXTENDS before parent TYPE defined) | Janus Weil | 4 | -3/+32 |
2013-09-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2013-09-22 | gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to NULL_TREE... | Eric Botcazou | 2 | -4/+19 |
2013-09-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2013-09-21 | predicates.md (ia64_cbranch_operator): Accept unordered comparison operators ... | Eric Botcazou | 3 | -9/+33 |
2013-09-21 | x86-tune.def (partial_reg_stall): Disable for CoreI7 and newer. | Jan Hubicka | 3 | -8/+21 |
2013-09-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |