Age | Commit message (Expand) | Author | Files | Lines |
2014-02-10 | re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs) | Bernd Edlinger | 1 | -6/+8 |
2014-01-25 | print-rtl.c (in_call_function_usage): New var. | Jakub Jelinek | 1 | -2/+12 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | * print-rtl.c (print_rtx) <case MEM>: Output a space if no MEM_EXPR. | Eric Botcazou | 1 | -0/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+2 |
2013-09-23 | rtl.texi (REG_NOTES): Say that int_list can also be used. | Richard Sandiford | 1 | -1/+2 |
2013-03-30 | cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | Steven Bosscher | 1 | -0/+1 |
2013-03-29 | Add uniform debug dump function names. | Lawrence Crowl | 1 | -0/+17 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-26 | invoke.texi: Remove -dv documentation. | Steven Bosscher | 1 | -74/+47 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -6/+6 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -0/+16 |
2012-08-02 | cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma... | Kenneth Zadeck | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+1 |
2011-11-05 | re PR tree-optimization/50693 (Loop optimization restricted by GOTOs) | Jakub Jelinek | 1 | -1/+3 |
2011-11-05 | reload1.c (gen_reload): Don't use REGNO on SUBREGs. | Alan Modra | 1 | -4/+3 |
2011-08-27 | rtl.texi (simple_return): Document. | Bernd Schmidt | 1 | -0/+2 |
2011-07-28 | rtlanal.c (tablejump_p): False for returns. | Bernd Schmidt | 1 | -3/+8 |
2011-07-19 | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 1 | -3/+2 |
2011-07-19 | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 1 | -3/+2 |
2011-07-07 | Dump NOTE_INSN_CFI notes. | Richard Henderson | 1 | -0/+9 |
2011-06-22 | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 1 | -0/+2 |
2011-03-16 | re PR debug/45882 (No debug info for vars depending on unused parameter) | Jakub Jelinek | 1 | -0/+8 |
2011-03-16 | final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION. | Jakub Jelinek | 1 | -1/+2 |
2010-09-24 | re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig... | Jakub Jelinek | 1 | -0/+3 |
2010-09-17 | options.texi (Variable): Document. | Joseph Myers | 1 | -0/+5 |
2010-09-09 | rtl.def (DEBUG_IMPLICIT_PTR): New rtl code. | Jakub Jelinek | 1 | -1/+4 |
2010-07-27 | rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5. | Bernd Schmidt | 1 | -1/+5 |
2010-06-10 | md.texi: Document the "unspec" and "unspecv" enum names. | Richard Sandiford | 1 | -0/+15 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -5/+5 |
2010-05-22 | rtl.h (union rtunion_def): Remove rt_bit member. | Steven Bosscher | 1 | -10/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-04-14 | df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x. | Uros Bizjak | 1 | -1/+1 |
2010-03-26 | re PR debug/43516 ("-fcompare-debug failure" at -O2) | Jakub Jelinek | 1 | -3/+6 |
2010-02-03 | re PR debug/42896 (Random debug generation differences, bootstrap fails) | Alexandre Oliva | 1 | -1/+1 |
2009-11-30 | tree-dump.c (dump_option_value_in): Add TDF_NOUID. | Richard Guenther | 1 | -2/+3 |
2009-11-25 | print-rtl.c (print_rtx): When printing newline, append print_rtx_head and ind... | Jakub Jelinek | 1 | -2/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -0/+3 |
2009-10-17 | print-rtl.c (print_rtx): Print locators in asm_operands and asm_input. | Alexandre Oliva | 1 | -0/+16 |
2009-10-13 | re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371) | Jakub Jelinek | 1 | -1/+2 |
2009-10-12 | re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess... | Alexandre Oliva | 1 | -0/+6 |
2009-09-11 | print-rtl.c (print_rtx): Use JUMP_LABEL (in_rtx) instead of XEXP (in_rtx, 8). | Jakub Jelinek | 1 | -2/+2 |
2009-09-10 | * print-rtl.c (print_rtx): Fix JUMP_LABEL index. | Richard Henderson | 1 | -1/+1 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -8/+30 |
2009-07-14 | tree-ssa-alias.h (refs_may_alias_p_1): Declare. | Richard Guenther | 1 | -51/+3 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -1/+1 |