aboutsummaryrefslogtreecommitdiff
path: root/gcc/lcm.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders1-8/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-14/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-07-02Support mode toggle.Christian Bruel1-8/+26
2014-01-16re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener1-8/+19
2014-01-15re PR rtl-optimization/59802 (excessive compile time in RTL optimizers (loop ...Richard Biener1-2/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-5/+5
2013-12-09Eliminate last_basic_block macro.David Malcolm1-43/+60
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-20/+20
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-10/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-64/+64
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-01-13re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law1-1/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi1-12/+12
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-42/+42
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-10/+10
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher1-673/+0
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-27/+33
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")J"orn Rennecke1-23/+179
2004-12-12lcm.c (optimize_mode_switching): Free ptr even when mode_set is NULL_RTX.Kazu Hirata1-11/+11
2004-12-12lcm.c (optimize_mode_switching): Free insert and delete in the "for" loop.Kazu Hirata1-4/+4