summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* make inverted_post_order_compute() operate on a vecTrevor Saunders2017-05-141-8/+6
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-14/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-7/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-3/+8
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* Support mode toggle.Christian Bruel2014-07-021-8/+26
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener2014-01-161-8/+19
* re PR rtl-optimization/59802 (excessive compile time in RTL optimizers (loop ...Richard Biener2014-01-151-2/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-5/+5
* Eliminate last_basic_block macro.David Malcolm2013-12-091-43/+60
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-20/+20
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-10/+10
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-64/+64
* sbitmap.h (struct int_list): Remove.Steven Bosscher2012-07-231-2/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law2011-01-131-1/+3
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-12/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-42/+42
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-10/+10
* Update FSF address.Kelley Cook2005-06-251-2/+2
* lcm.c: Move all mode-switching related functions from here...Steven Bosscher2005-06-041-673/+0
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-27/+33
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-1/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")J"orn Rennecke2005-01-051-23/+179
* lcm.c (optimize_mode_switching): Free ptr even when mode_set is NULL_RTX.Kazu Hirata2004-12-121-11/+11
* lcm.c (optimize_mode_switching): Free insert and delete in the "for" loop.Kazu Hirata2004-12-121-4/+4