Age | Commit message (Expand) | Author | Files | Lines |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -3/+3 |
2014-06-11 | common.md: New file. | Richard Sandiford | 1 | -16/+0 |
2014-06-11 | system.h (REG_CLASS_FROM_CONSTRAINT): Poison. | Richard Sandiford | 1 | -13/+8 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-27 | stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT before printing. | Segher Boessenkool | 1 | -11/+7 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -6/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+6 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -886/+0 |
2013-10-10 | re PR middle-end/58670 (asm goto miscompilation) | Jakub Jelinek | 1 | -4/+32 |
2013-10-01 | stmt.c (expand_asm_operands): Revert part of 2013-09-24 special casing inout ... | Alan Modra | 1 | -3/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -8/+8 |
2013-09-24 | re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64) | Alan Modra | 1 | -1/+4 |
2013-07-03 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -73/+1 |
2013-04-08 | First phase of unifying the computation of profile scale factors/probabilitie... | Teresa Johnson | 1 | -2/+2 |
2013-03-30 | cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | Steven Bosscher | 1 | -6/+7 |
2013-02-27 | re PR target/56455 (ICE in final_scan_insn) | Jakub Jelinek | 1 | -0/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-10 | * stmt.c (expand_sjlj_dispatch_table): Fix off by one. | Kai Tietz | 1 | -1/+1 |
2012-12-10 | re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ... | Kai Tietz | 1 | -2/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -6/+6 |
2012-10-31 | re PR target/54938 (sh libgcc_unpack_df.o fails to build: ../../../srcw/libgc... | Easwaran Raman | 1 | -4/+8 |
2012-10-23 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -1/+73 |
2012-10-22 | stmt.c (expand_nl_goto_receiver): Remove almost-copy of expand_builtin_setjmp... | Hans-Peter Nilsson | 1 | -73/+1 |
2012-10-16 | [multiple changes] | Easwaran Raman | 1 | -85/+319 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -2/+2 |
2012-09-11 | tree.h (expand_case): Move prototype ... | Steven Bosscher | 1 | -45/+136 |
2012-09-04 | gimple.h (gimple_build_switch): Remove. | Steven Bosscher | 1 | -10/+5 |
2012-07-16 | function.c (stack_protect_epilogue): Use expand_call to expand targetm.stack_... | Steven Bosscher | 1 | -36/+0 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -3/+2 |
2012-07-05 | expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers. | Steven Bosscher | 1 | -231/+328 |
2012-07-02 | stmt.c (emit_case_bit_tests): Remove. | Steven Bosscher | 1 | -198/+11 |
2012-06-29 | system.h (CASE_USE_BIT_TESTS): Poison. | Steven Bosscher | 1 | -9/+4 |
2012-05-29 | rtl.h (assign_stack_temp, [...]): Remove 'keep' argument. | Michael Matz | 1 | -136/+2 |
2012-05-29 | expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp. | Michael Matz | 1 | -0/+5 |
2012-05-02 | vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code, unset flag_jump_tables. | Steven Bosscher | 1 | -3/+0 |
2012-04-18 | targhooks.c (default_case_values_threshold): Fix code style nit. | Steven Bosscher | 1 | -62/+18 |
2012-04-17 | stmt.c (cost_table_, [...]): Remove. | Steven Bosscher | 1 | -131/+3 |
2012-04-11 | re PR target/16458 (PowerPC - redundant compare) | Peter Bergner | 1 | -1/+5 |
2012-04-10 | c-common.c (warn_if_unused_value): Move definition to here. | Manuel López-Ibáñez | 1 | -96/+0 |
2012-01-05 | re PR middle-end/51768 (ICE with invalid asm goto) | Jakub Jelinek | 1 | -7/+6 |
2011-10-12 | expr.h (copy_blkmode_to_reg): Declare. | Richard Sandiford | 1 | -106/+7 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -2/+2 |
2011-08-15 | re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677) | Richard Henderson | 1 | -1/+4 |
2011-07-27 | params.h (ALLOW_STORE_DATA_RACES): New. | Aldy Hernandez | 1 | -1/+2 |