Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -7/+7 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -3/+3 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-13 | re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at... | Teresa Johnson | 1 | -14/+18 |
2013-11-12 | predict.c (drop_profile): New function. | Teresa Johnson | 1 | -0/+116 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-18 | predict.c (probably_never_executed): Compare frequency-based count to number ... | Teresa Johnson | 1 | -5/+21 |
2013-10-10 | predict.c (tree_estimate_probability): Add new parameter for estimate_bb_freq... | Teresa Johnson | 1 | -9/+27 |
2013-10-03 | predict.c (tree_predict_by_opcode): Get the probability for builtin_expect fr... | Rong Xu | 1 | -4/+5 |
2013-10-03 | predict.c (probably_never_executed): New function. | Teresa Johnson | 1 | -14/+19 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-23 | rtl.texi (REG_NOTES): Say that int_list can also be used. | Richard Sandiford | 1 | -4/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | ipa-profile.c: Add toplevel comment. | Jan Hubicka | 1 | -2/+9 |
2013-09-04 | Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h | Jan Hubicka | 1 | -2/+16 |
2013-08-31 | This patch sanitizes the partitioning to address issues such as edge weight i... | Teresa Johnson | 1 | -0/+16 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -36/+72 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -3/+3 |
2013-04-29 | predict.c: Fix typo in comment above #define PROB_VERY_UNLIKELY. | Kyrylo Tkachov | 1 | -1/+1 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+2 |
2013-04-04 | re PR tree-optimization/48186 (ICE: SIGFPE (division by zero) in maybe_hot_fr... | Marek Polacek | 1 | -4/+9 |
2013-03-30 | cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | Steven Bosscher | 1 | -2/+1 |
2013-03-29 | lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ... | Jan Hubicka | 1 | -9/+26 |
2013-03-08 | re PR tree-optimization/56478 (ICE: Floating point exception in tree_estimate... | Marek Polacek | 1 | -29/+73 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-09 | re PR tree-optimization/48189 (ICE: SIGFPE (division by zero) in in predict_l... | Jakub Jelinek | 1 | -2/+8 |