summaryrefslogtreecommitdiff
path: root/gcc/lcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR bootstrap/17761 (sh-elf doesn't build after merge from edge-vector-branch)Ben Elliston2004-10-011-4/+5
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-13/+18
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-16/+16
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-16/+16
* Fix some too-long lines and move a comment.Richard Kenner2004-09-041-5/+10
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-3/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-2/+2
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-7/+7
* lcm.c (optimize_mode_switching): Change NORMAL_MODE to MODE_ENTRY and MODE_EXIT.Eric Christopher2003-10-101-7/+15
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-11/+7
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-99/+53
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* Makefile.in (lcm.o): Add dependency on function.hJan Hubicka2003-02-251-0/+1
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-3/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-6/+4
* lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger2002-06-081-2/+2
* langhooks.c: Fix formatting.Kazu Hirata2002-05-301-8/+8
* lcm.c (output.h): #include.J"orn Rennecke2002-05-301-107/+52
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-1/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-60/+60
* lcm.c (optimize_mode_switching): Change bb used as indices to bb->index.Toshiyasu Morita2002-05-241-6/+6
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-83/+79
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-184/+186
* * lcm.c (optimize_mode_switching): Revert previous change.Jason Thorpe2002-05-171-1/+1
* * lcm.c (optimize_mode_switching): Fix typo.Jason Thorpe2002-05-171-1/+1
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-186/+184
* sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson2002-04-091-10/+11
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-1/+1
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-10/+6