Age | Commit message (Expand) | Author | Files | Lines |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -8/+1 |
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 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -3/+8 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-07-02 | Support mode toggle. | Christian Bruel | 1 | -8/+26 |
2014-01-16 | re PR tree-optimization/46590 (long compile time with -O2 and many loops) | Richard Biener | 1 | -8/+19 |
2014-01-15 | re PR rtl-optimization/59802 (excessive compile time in RTL optimizers (loop ... | Richard Biener | 1 | -2/+10 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB_REVERSE macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -43/+60 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -20/+20 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -10/+10 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -2/+2 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -64/+64 |
2012-07-23 | sbitmap.h (struct int_list): Remove. | Steven Bosscher | 1 | -2/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -4/+1 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2011-01-13 | re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i... | Jeff Law | 1 | -1/+3 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -2/+2 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -12/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -42/+42 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -4/+4 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -10/+10 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-04 | lcm.c: Move all mode-switching related functions from here... | Steven Bosscher | 1 | -673/+0 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -27/+33 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-05 | re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4") | J"orn Rennecke | 1 | -23/+179 |
2004-12-12 | lcm.c (optimize_mode_switching): Free ptr even when mode_set is NULL_RTX. | Kazu Hirata | 1 | -11/+11 |
2004-12-12 | lcm.c (optimize_mode_switching): Free insert and delete in the "for" loop. | Kazu Hirata | 1 | -4/+4 |
2004-10-01 | re PR bootstrap/17761 (sh-elf doesn't build after merge from edge-vector-branch) | Ben Elliston | 1 | -4/+5 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -13/+18 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -16/+16 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -16/+16 |
2004-09-04 | Fix some too-long lines and move a comment. | Richard Kenner | 1 | -5/+10 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -3/+3 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -2/+2 |