Age | Commit message (Expand) | Author | Files | Lines |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+2 |
2013-03-23 | avr.c, [...]: Where applicable... | Steven Bosscher | 1 | -5/+4 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-10 | re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g) | Steve Ellcey | 1 | -0/+3 |
2012-12-04 | rtl.h (print_insn_with_notes): Remove prototype. | Steven Bosscher | 1 | -1/+1 |
2012-12-03 | rtl.h (print_insn_with_notes): Prototype. | Steven Bosscher | 1 | -0/+1 |
2012-11-30 | coretypes.h (struct pretty_print_info): Make a coretype. | Steven Bosscher | 1 | -5/+5 |
2012-11-27 | rtl.h (debug_bb_n_slim, [...]): Remove prototypes. | Steven Bosscher | 1 | -10/+5 |
2012-11-26 | invoke.texi: Remove -dv documentation. | Steven Bosscher | 1 | -0/+8 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -3/+2 |
2012-11-09 | rtl.h (CONST_SCALAR_INT_P): New macro. | Kenneth Zadeck | 1 | -0/+4 |
2012-10-28 | rtl.h (struct rtx_def): Add a comment for member unchanging. | Vladimir Makarov | 1 | -1/+2 |
2012-10-26 | re PR bootstrap/55049 (bootstrap failed with --with-multilib-list=m32,m64,mx32) | Richard Sandiford | 1 | -0/+79 |
2012-10-23 | dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg. | Vladimir Makarov | 1 | -1/+9 |
2012-10-17 | re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory... | Aldy Hernandez | 1 | -0/+1 |
2012-10-16 | rtl.h (get_call_rtx_from): New prototype. | Steven Bosscher | 1 | -0/+1 |
2012-10-16 | re PR debug/54796 (Non-addressable stack parameter debug quality regression) | Jakub Jelinek | 1 | -1/+2 |
2012-09-27 | tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION. | Dehao Chen | 1 | -1/+2 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -18/+11 |
2012-09-17 | rtl.h (CONST_FIXED_P): New predicate macro. | Georg-Johann Lay | 1 | -0/+3 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -0/+1 |
2012-09-12 | Fix Solaris 9/x86 bootstrap | Rainer Orth | 1 | -5/+0 |
2012-08-23 | alias.c (rtx_equal_for_memref_p): Convert constant cases. | Kenneth Zadeck | 1 | -0/+18 |
2012-08-02 | cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma... | Kenneth Zadeck | 1 | -0/+8 |
2012-08-02 | re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3... | Alexandre Oliva | 1 | -0/+1 |
2012-07-31 | re PR pch/53880 (compile time regression when generating precompiled headers ... | Steven Bosscher | 1 | -1/+1 |
2012-07-24 | Reduce the size of optabs representation | Richard Henderson | 1 | -1/+6 |
2012-07-17 | dumpfile.h (TDF_COMMENT): New define. | Steven Bosscher | 1 | -7/+2 |
2012-07-13 | emit-rtl.c (make_debug_insn_raw, [...]): Make static. | Steven Bosscher | 1 | -2/+0 |
2012-07-11 | basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *. | Steven Bosscher | 1 | -6/+6 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -5/+2 |
2012-06-17 | output.h (split_double): Move prototype to rtl.h. | Steven Bosscher | 1 | -0/+1 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -2/+3 |
2012-06-17 | expmed.c (ceil_log2): Move from here... | Steven Bosscher | 1 | -3/+0 |
2012-05-31 | regs.h (move_table, [...]): Move these definitions and associated target_glob... | Richard Sandiford | 1 | -2/+0 |
2012-05-29 | rtl.h (assign_stack_temp, [...]): Remove 'keep' argument. | Michael Matz | 1 | -5/+3 |
2012-05-09 | re PR bootstrap/53249 (Bootstrap failure) | Richard Sandiford | 1 | -0/+1 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -2/+1 |
2012-05-01 | Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h. | Kenneth Zadeck | 1 | -0/+3 |
2012-04-21 | re PR bootstrap/53021 (bootstrap failure on Linux/ia32) | Richard Sandiford | 1 | -1/+1 |
2012-04-14 | cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to... | Tom de Vries | 1 | -2/+2 |
2012-04-11 | re PR target/16458 (PowerPC - redundant compare) | Peter Bergner | 1 | -1/+2 |
2012-04-04 | rtl.texi (const_double): Document as sign-extending. | Mike Stump | 1 | -0/+1 |
2012-04-02 | Partially revert: | Uros Bizjak | 1 | -0/+1 |
2012-03-29 | cgraph.h (cgraph_materialize_all_clones): Remove. | Richard Guenther | 1 | -2/+0 |
2012-03-07 | re PR middle-end/52515 (build fails on cris-elf in unwind-dw2.c, x86_64-unkn... | Richard Sandiford | 1 | -4/+4 |
2012-03-06 | re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_... | Richard Sandiford | 1 | -10/+5 |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -19/+5 |
2012-01-24 | rtl.h (true_dependence, [...]): Remove varies parameter. | Richard Sandiford | 1 | -3/+3 |
2011-12-09 | re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) | Joern Rennecke | 1 | -0/+1 |