summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders
2017-01-01Update copyright years.Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-07-02Support mode toggle.Christian Bruel
2014-01-16re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener
2014-01-15re PR rtl-optimization/59802 (excessive compile time in RTL optimizers (loop ...Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-07-23sbitmap.h (struct int_list): Remove.Steven Bosscher
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2011-01-13re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size i...Jeff Law
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin
2005-06-25Update FSF address.Kelley Cook
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata
2005-01-05re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")J"orn Rennecke