Age | Commit message (Expand) | Author | Files | Lines |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+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-09 | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 1 | -2/+2 |
2015-01-29 | re PR ipa/64801 (kernel build failure due to ICF) | Jan Hubicka | 1 | -0/+3 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+10 |
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-24 | [PATCH 1/2] Negative numbers added for sreal class. | Martin Liska | 1 | -16/+14 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -20/+35 |
2014-11-17 | predict.c (maybe_hot_frequency_p): Use opt_for_fn. | Jan Hubicka | 1 | -14/+12 |
2014-11-11 | c++ify sreal | Trevor Saunders | 1 | -50/+32 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -6/+9 |
2014-10-22 | cfgbuild.h: New. | Andrew MacLeod | 1 | -48/+0 |
2014-10-21 | Add AutoFDO. | Dehao Chen | 1 | -3/+4 |
2014-10-20 | cfgrtl.h: New. | Andrew MacLeod | 1 | -0/+2 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-09-24 | re PR c/61405 (Not emitting "enumeration value not handled in switch" warning... | Marek Polacek | 1 | -0/+2 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 1 | -8/+8 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -13/+12 |
2014-08-22 | predict.*: Use rtx_insn (also touches function.c and config/cris/cris.c) | David Malcolm | 1 | -9/+9 |
2014-08-08 | Remove a redundant assignment "*predictor = PRED_BUILTIN_EXPECT;", since six | Yi Yang | 1 | -1/+0 |
2014-08-08 | builtins.c (c_getstr, [...]): Export. | Richard Biener | 1 | -1/+2 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -27/+25 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -7/+9 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -4/+2 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -49/+32 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -86/+84 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -24/+76 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-17 | Time profile-based function reordering (phase 2). | Martin Liska | 1 | -0/+12 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -7/+7 |
2013-12-09 | Eliminate profile_status macro. | David Malcolm | 1 | -13/+13 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Rename profile_status_for_function to profile_status_for_fn. | David Malcolm | 1 | -6/+6 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 1 | -8/+0 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -27/+32 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |