Age | Commit message (Expand) | Author | Files | Lines |
2015-07-24 | Revert: | David Edelsohn | 1 | -29/+0 |
2015-07-23 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+29 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+0 |
2015-07-05 | gcc/ | Richard Sandiford | 1 | -20/+11 |
2015-07-05 | gcc/ | Richard Sandiford | 1 | -26/+14 |
2015-07-05 | target-insns.def (trap): New targetm instruction pattern. | Richard Sandiford | 1 | -4/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-10 | Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt... | Alexandre Oliva | 1 | -22/+0 |
2015-06-09 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+22 |
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-06-03 | Update check after force_const_mem call in the plus_constant function to see ... | Andrew Bennett | 1 | -1/+3 |
2015-05-22 | remove most ifdef STACK_GROWS_DOWNWARD | Trevor Saunders | 1 | -18/+15 |
2015-05-22 | always define STACK_GROWS_DOWNWARD | Trevor Saunders | 1 | -5/+5 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -2/+2 |
2015-05-19 | insn-notes.def (UPDATE_SJLJ_CONTEXT): New note. | Eric Botcazou | 1 | -5/+19 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -54/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -1/+2 |
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 | 1 | -21/+21 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-10-15 | explow.c (convert_memory_address_addr_space_1): Mark in_const as ATTRIBUTE_UN... | Andreas Schwab | 1 | -1/+1 |
2014-10-14 | explow.c (convert_memory_address_addr_space): Rename to ... | Andrew Pinski | 1 | -12/+28 |
2014-10-14 | revert: re PR middle-end/49721 (convert_memory_address_addr_space may generat... | Andrew Pinski | 1 | -12/+7 |
2014-09-11 | Introduce LABEL_REF_LABEL | David Malcolm | 1 | -1/+1 |
2014-08-22 | explow.c: Use rtx_insn and rtx_code_label | David Malcolm | 1 | -13/+17 |
2014-07-24 | re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262) | Richard Sandiford | 1 | -4/+4 |
2014-05-17 | emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument. | Richard Sandiford | 1 | -12/+22 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -32/+3 |
2014-04-04 | * explow.c (probe_stack_range): Emit a final optimization blockage. | Eric Botcazou | 1 | -0/+3 |
2014-03-25 | cselib.c (cselib_hash_rtx): Perform addition in unsigned type to avoid signed... | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi 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-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -0/+12 |
2013-09-09 | gcc/ | Richard Sandiford | 1 | -2/+4 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -5/+9 |
2013-09-09 | alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ... | Richard Sandiford | 1 | -2/+3 |
2013-04-30 | explow.c (plus_constant): Pass "mode" to immed_double_int_const. | Richard Sandiford | 1 | -3/+3 |
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-09-24 | Finish conversion of uses of double_int to the new API. | Lawrence Crowl | 1 | -18/+15 |
2012-08-23 | alias.c (rtx_equal_for_memref_p): Convert constant cases. | Kenneth Zadeck | 1 | -2/+1 |
2012-08-02 | Revert "PR 34548" | Richard Henderson | 1 | -18/+37 |
2012-08-01 | re PR middle-end/34548 (GCC generates too many alignment adds for alloca) | Richard Henderson | 1 | -37/+18 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -1/+1 |
2012-05-30 | explow.c (probe_stack_range): Restore simple control flow and stop again when... | Eric Botcazou | 1 | -5/+4 |