aboutsummaryrefslogtreecommitdiff
path: root/gcc/lcm.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-01re PR bootstrap/17761 (sh-elf doesn't build after merge from edge-vector-branch)Ben Elliston1-4/+5
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-13/+18
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-16/+16
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-16/+16
2004-09-04Fix some too-long lines and move a comment.Richard Kenner1-5/+10
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-3/+3
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-2/+2
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-2/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-7/+7
2003-10-10lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT.Eric Christopher1-7/+15
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-11/+7
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-99/+53
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-02-25Makefile.in (lcm.o): Add dependency on function.hJan Hubicka1-0/+1
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-3/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-6/+4
2002-06-08lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger1-2/+2
2002-05-30langhooks.c: Fix formatting.Kazu Hirata1-8/+8
2002-05-30lcm.c (output.h): #include.J"orn Rennecke1-107/+52
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-1/+1
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-60/+60