- 99dee82 Update copyright years. by Jakub Jelinek · 4 years, 2 months ago
- 17d5739 [gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_p by Tom de Vries · 4 years, 5 months ago
- e6d995f [ftracer] Add caching of can_duplicate_bb_p by Tom de Vries · 4 years, 5 months ago
- 9d63e3a [ftracer] Factor out can_duplicate_bb_p by Tom de Vries · 4 years, 5 months ago
- 717e402 [omp, ftracer] Ignore IFN_GOMP_SIMT_XCHG_* in ignore_bb_p by Tom de Vries · 4 years, 5 months ago
- fc998c2 [omp, ftracer] Remove incorrect suggestion in ignore_bb_p by Tom de Vries · 4 years, 5 months ago
- ab3f4b2 [omp, ftracer] Don't duplicate blocks in SIMT region by Tom de Vries · 4 years, 6 months ago
- cb3874d vec: add exact argument for various grow functions. by Martin Liska · 4 years, 7 months ago
- 8d9254f Update copyright years. by Jakub Jelinek · 5 years ago
- 516fd7c Add pool_allocator for fibonaci heaps. by Jan Hubicka · 5 years ago
- 0c29cac Remove gcc/params.* files. by Martin Liska · 5 years ago
- 028d409 Apply mechanical replacement (generated patch). by Martin Liska · 5 years ago
- a554497 Update copyright years. by Jakub Jelinek · 6 years ago
- c77bb67 re PR tree-optimization/86038 (ICE in to_reg_br_prob_base, at profile-count.h:242) by Richard Biener · 7 years ago
- 74e0960 re PR tree-optimization/85964 (compile time hog w/ -O3 -ftracer -fno-guess-branch-probability) by Richard Biener · 7 years ago
- 85ec4fe Update copyright years. by Jakub Jelinek · 7 years ago
- fee234f tracer.c (better_p): Do not compare frequencies. by Jan Hubicka · 7 years ago
- e7a7400 asan.c (create_cond_insert_point): Maintain profile. by Jan Hubicka · 7 years ago
- ef30ab8 asan.c (create_cond_insert_point): Do not update edge count. by Jan Hubicka · 7 years ago
- 357067f asan.c (asan_emit_stack_protection): Update. by Jan Hubicka · 8 years ago
- ee4e85b cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities. by Jan Hubicka · 8 years ago
- 3995f3a i386.c (make_resolver_func): Update. by Jan Hubicka · 8 years ago
- cbe34bb Update copyright years. by Jakub Jelinek · 8 years ago
- 7ff75c4 tracer: Make bb_seen static by Segher Boessenkool · 9 years ago
- 818ab71 Update copyright years. by Jakub Jelinek · 9 years ago
- 8fe17e2 [Patch,tree-optimization]: Add new path Splitting pass on tree ssa by Ajit Agarwal · 9 years ago
- 68a750e alias.c: Remove unused headers. by Andrew MacLeod · 9 years ago
- 957060b alias.c: Reorder #include statements and remove duplicates. by Andrew MacLeod · 9 years ago
- 8ab7816 internal-fn.c (expand_UNIQUE): New. by Nathan Sidwell · 9 years ago
- 355fe08 switch from gimple to gimple* by Trevor Saunders · 9 years ago
- 9fdcd34 gimple-predict.h: New file. by Andrew MacLeod · 10 years ago
- c7131fb tree-core.h: Include symtab.h. by Andrew MacLeod · 10 years ago
- abb226c coretypes.h: Include input.h and as-a.h. by Andrew MacLeod · 10 years ago
- 13fdf2e coretypes.h: Include hash-table.h and hash-set.h for host files. by Andrew MacLeod · 10 years ago
- ecb9f22 coretypes.h: Include machmode.h... by Andrew MacLeod · 10 years ago
- 40e2396 genattrtab.c (write_header): Include hash-set.h... by Michael Collison · 10 years ago
- 5624e56 Update copyright years. by Jakub Jelinek · 10 years ago
- dd7bda5 tracer ported to new fibonacci_heap data structure. by Martin Liska · 10 years ago
- 60393bb ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. by Andrew MacLeod · 10 years ago
- 59f2e9d cfgrtl.h: New. by Andrew MacLeod · 10 years ago
- 558d255 remove has_execute by Trevor Saunders · 11 years ago
- 726338f cfgexpand.c (expand_gimple_cond): Remove check for current_loops. by Richard Biener · 11 years ago
- 3bea341 tree-pass.h (TODO_verify_ssa, [...]): Remove. by Richard Biener · 11 years ago
- be55bfe pass cfun to pass::execute by Trevor Saunders · 11 years ago
- 1a3d085 pass current function to opt_pass::gate () by Trevor Saunders · 11 years ago
- 0481253 remove has_gate by Trevor Saunders · 11 years ago
- 23a5b65 Update copyright years in gcc/ by Richard Sandiford · 11 years ago
- 11cd3be Eliminate FOR_EACH_BB macro. by David Malcolm · 11 years ago
- 8b1c6fd Eliminate last_basic_block macro. by David Malcolm · 11 years ago
- 2fb9a54 gimple.h: Remove all includes. by Andrew MacLeod · 11 years ago
- 0cae8d3 Eliminate n_basic_blocks macro by David Malcolm · 11 years ago
- 5be5c23 gimple-walk.h: New File. by Andrew Macleod · 11 years ago
- 442b490 tree-ssa.h: Remove all #include's by Andrew MacLeod · 11 years ago
- c328471 alloc-pool.c, [...]: Add missing whitespace before "(". by Richard Sandiford · 11 years ago
- 7a30045 tree-ssa.h: New. by Andrew MacLeod · 12 years ago
- 27a4cd4 Automated conversion of passes to C++ classes by David Malcolm · 12 years ago
- a44bbd4 tracer.c (tracer): Mark loops with LOOPS_NEED_FIXUP instead of calling fix_loop_structure. by Richard Biener · 12 years ago
- d1e082c Update copyright years in gcc/ by Richard Sandiford · 12 years ago
- 90d04a4 Update Copyright years for files modified in 2011 and/or 2012. by Jakub Jelinek · 12 years ago
- d7c028c This patch normalizes more bitmap function names. by Lawrence Crowl · 12 years ago
- 2b4e6bf invoke.texi: Update -fopt-info documentation. by Sharad Singhai · 12 years ago
- f61e445 This patch implements the unification of the *bitmap interfaces as discussed. by Lawrence Crowl · 12 years ago
- 9dcbb38 re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos) by Richard Guenther · 12 years ago
- 131db6b tracer.c (mark_bb_seen): Use SBITMAP_SIZE. by Steven Bosscher · 13 years ago
- c466959 basic-block.h (BB_FLAGS_TO_PRESERVE): New define. by Steven Bosscher · 13 years ago
- 7ee2468 system.h (dump_file): Do not define. by Steven Bosscher · 13 years ago
- 532aafa basic-block.h: Re-group most prototypes per file. by Steven Bosscher · 13 years ago
- 78bde83 cfglayout.h: Remove. by Steven Bosscher · 13 years ago
- be7a421 output.h (__gcc_host_wide_int__): Move to hwint.h. by Steven Bosscher · 13 years ago
- 0b9066c re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) by Richard Guenther · 13 years ago
- 07b1bf2 re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) by Richard Guenther · 13 years ago
- 2e85d5e re PR middle-end/51211 (ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) with -fgnu-tm -O -freorder-blocks -ftracer --param hot-bb-frequency-fraction=1 and __transaction_atomic) by Patrick Marlier · 13 years ago
- 22c5fa5 dumping cleanup phase 1 -- Removing TODO_dump_func by David Li · 14 years ago
- b8698a0 Remove trailing white spaces. by H.J. Lu · 15 years ago
- 66647d4 Update Copyright years for files modified in 2008 and/or 2009. by Jakub Jelinek · 16 years ago
- efd8f75 loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. by Jan Hubicka · 17 years ago
- 726a989 backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. by Richard Biener · 17 years ago
- 3d9a9f9 ggc.h (GGC_RESIZEVAR): New, reorder macros. by Kaveh R. Ghazi · 17 years ago
- 8ddbbca re PR other/35094 (RTL dump file letters hosed and partly undocumented) by Jan Hubicka · 17 years ago
- 5f40b3c tree-parloops.c: New file. by Zdenek Dvorak · 18 years ago
- 232abc3 bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level tracer pass. by Robert Kidd · 18 years ago
- a36b8a1 regrename.c (pass_regrename, [...]): Add RTL sharing verifier. by Jan Hubicka · 18 years ago
- ed7a4b4 alias.c (rtx_equal_for_memref_p): Constify. by Kaveh R. Ghazi · 18 years ago
- 9dcd6f0 Change copyright header to refer to version 3 of the GNU General Public License and to point readers at the COPYING3 file and the FSF's license web page. by Nick Clifton · 18 years ago
- 6fb5fa3 Merge dataflow branch into mainline by Daniel Berlin · 18 years ago
- ad21dab tracer.c (tracer): Don't take FLAGS argument. by Steven Bosscher · 18 years ago
- 9eab678 tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() so don't do it here again. by Steven Bosscher · 18 years ago
- c292496 tree-vrp.c (execute_vrp): Return value. by Daniel Berlin · 19 years ago
- 5b4fdb2 cfg.c (dump_flow_info): Get dump flags as an additional parameter. by Paolo Bonzini · 19 years ago
- 5ed6ace tree-vrp.c: Use XNEW/XCNEW allocation wrappers. by Marcin Dalecki · 19 years ago
- 24bd1a0 basic-block.h: Changed basic block numbering so that the entry block is 0 and the exit block is 1. by Daniel Berlin · 19 years ago
- b9a6624 bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. by Zdenek Dvorak · 20 years ago
- ef33031 Makefile.in: Adjust dependencies. by Paolo Bonzini · 20 years ago
- 370369e basic-block.h (basic_block_def): Kill rbi. by Jan Hubicka · 20 years ago
- 366ccdd Update FSF address. by Kelley Cook · 20 years ago
- c6c81aa cfglayout.c, [...]: Update copyright. by Kazu Hirata · 20 years ago
- c5cbccc basic-block.h (single_succ_p, [...]): New inline functions. by Zdenek Dvorak · 20 years ago
- 9ff3d2d cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. by Jeff Law · 20 years ago
- 628f6a4 backport: basic-block.h: Include vec.h, errors.h. by Ben Elliston · 20 years ago
- 1e128c5 targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & internal_error instead of abort. by Giovanni Bajo · 21 years ago