Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2015-11-09 | Machine modes for address printing. | Julian Brown | 1 | -5/+7 |
2015-10-21 | Improve --help output to generate references to option aliases. | Martin Sebor | 1 | -6/+6 |
2015-10-16 | gen-mul-tables.cc: Adjust include files. | Andrew MacLeod | 1 | -26/+8 |
2015-10-05 | Remove REAL_VALUE_FROM_CONST_DOUBLE | Richard Sandiford | 1 | -6/+2 |
2015-08-24 | genflags.c (gen_macro): Delete. | Richard Sandiford | 1 | -1/+1 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | always define WORD_REGISTER_OPERATIONS | Trevor Saunders | 1 | -1/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -3/+3 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -11/+4 |
2015-06-25 | aarch64.c, [...]: Add comment above target-def.h include. | Richard Sandiford | 1 | -0/+1 |
2015-06-25 | aarch64.c, [...]: Move target-def.h includes to end. | Richard Sandiford | 1 | -1/+2 |
2015-06-25 | bfin.c (bfin_expand_prologue): Set current_function_static_stack_size if flag... | Nick Clifton | 1 | -0/+3 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-22 | always define STACK_GROWS_DOWNWARD | Trevor Saunders | 1 | -1/+1 |
2015-05-07 | rtl.h (always_void_p): New function. | Richard Sandiford | 2 | -9/+6 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+9 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 3 | -41/+41 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+9 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-08-28 | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 3 | -7/+7 |
2014-08-25 | config/iq2000: Use rtx_insn | David Malcolm | 2 | -11/+14 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-28 | md.texi: Document that the % constraint character must be at the beginning of... | Richard Sandiford | 1 | -5/+5 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 9 | -9/+9 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-05 | rtlanal.c (tablejump_p): Expect a JUMP_TABLE_DATA to always follow immediatel... | Steven Bosscher | 1 | -3/+2 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -2/+2 |
2013-03-23 | avr.c, [...]: Where applicable... | Steven Bosscher | 1 | -8/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 9 | -13/+9 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 3 | -3/+4 |
2012-10-23 | re PR target/54660 (iq2000_function_arg_advance: format ‘%p expects argumen... | Nick Clifton | 1 | -1/+1 |
2012-10-17 | iq2000.h (call_used_regs): Remove definition. | Steven Bosscher | 1 | -4/+0 |
2012-09-05 | hooks.c (hook_int_rtx_mode_as_bool_0): New function. | Oleg Endo | 1 | -3/+5 |
2012-08-17 | iq2000.md (cbranchsi4): Remove mode from comparison and label. | Nick Clifton | 2 | -20/+20 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -9/+10 |
2011-11-02 | Move libgcc2 to toplevel libgcc | Rainer Orth | 2 | -73/+0 |
2011-11-02 | Move libgcc1 to toplevel libgcc | Rainer Orth | 1 | -5/+0 |
2011-09-27 | iq2000.md: Use match_test rather than eq/ne symbol_ref throughout file. | Richard Sandiford | 1 | -1/+1 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -2/+3 |