| Commit message (Expand) | Author | Age | Files | Lines |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -2/+4 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var... | Jakub Jelinek | 2010-04-07 | 1 | -4/+6 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+1 |
* | re PR middle-end/43300 (ICE: in emit_move_insn, at expr.c:3432) | Michael Matz | 2010-03-15 | 1 | -9/+30 |
* | re PR tree-optimization/42719 ("-fcompare-debug failure" with "-O2 -ftracer") | Jakub Jelinek | 2010-01-19 | 1 | -0/+2 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -27/+27 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -1/+4 |
* | re PR bootstrap/41031 (ICE in insert_value_copy_on_edge preventing bootstrap ... | Richard Sandiford | 2009-08-12 | 1 | -2/+4 |
* | tree-out-of-ssa.c (insert_value_copy_on_edge): If the source and destination ... | Richard Sandiford | 2009-08-09 | 1 | -9/+18 |
* | expr.c (store_constructor): Use promote_decl_mode. | Paolo Bonzini | 2009-08-01 | 1 | -3/+2 |
* | Add source_location support to PHI arguments. | Andrew MacLeod | 2009-07-30 | 1 | -19/+74 |
* | re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revis... | Michael Matz | 2009-05-13 | 1 | -1/+69 |
* | re PR middle-end/39927 (build breakage for cris-elf building libstdc++-v3) | Andreas Krebbel | 2009-04-29 | 1 | -19/+40 |
* | re PR middle-end/39922 (Revision 146817 caused many regressions on trunk) | Michael Matz | 2009-04-28 | 1 | -1/+1 |
* | ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap. | Michael Matz | 2009-04-27 | 1 | -2/+2 |
* | tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED. | H.J. Lu | 2009-04-26 | 1 | -1/+1 |
* | Expand from SSA. | Michael Matz | 2009-04-26 | 1 | -838/+266 |
* | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 2009-04-03 | 1 | -8/+4 |
* | Fix comments and formatrting | Andrew MacLeod | 2008-09-18 | 1 | -3/+3 |
* | fix PR 37102 by having out of ssa remove dead PHI nodes. | Andrew MacLeod | 2008-09-18 | 1 | -7/+62 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -140/+132 |
* | re PR target/36713 (r137252 breaks -O2 optimization on x86_64-unknown-linux-gnu) | Richard Guenther | 2008-07-07 | 1 | -0/+2 |
* | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 2008-06-20 | 1 | -1/+1 |
* | * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias. | Jan Hubicka | 2008-06-18 | 1 | -1/+1 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -3/+5 |
* | Fix PR34263: Cleaning up latch blocks | Revital Eres | 2008-01-06 | 1 | -1/+158 |
* | re PR tree-optimization/34618 (ICE with -fmudflap and vectorization) | Jakub Jelinek | 2008-01-05 | 1 | -1/+2 |
* | re PR middle-end/33589 (ICE on valid code at -O2: verify_flow_info failed) | Andrew Pinski | 2007-10-28 | 1 | -1/+6 |
* | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 2007-08-14 | 1 | -2/+2 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 2007-03-08 | 1 | -4/+4 |
* | tree-ssa-operands.h (struct ssa_operand_memory_d): add ssa_operand_mem_size. | Jan Hubicka | 2006-12-24 | 1 | -3/+0 |
* | tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa... | Diego Novillo | 2006-12-11 | 1 | -1/+1 |
* | * tree-scalar-evolution.c (scev_const_prop): | Diego Novillo | 2006-12-11 | 1 | -3/+3 |
* | New out of ssa Coalescer. | Andrew MacLeod | 2006-12-10 | 1 | -549/+52 |
* | New TER code. | Andrew MacLeod | 2006-12-08 | 1 | -604/+0 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -16/+17 |
* | Switch live on entry to a per block basis from per variable. | Andrew MacLeod | 2006-12-04 | 1 | -2/+1 |
* | common.opt (ftree-combine-temps): Remove. | Andrew MacLeod | 2006-12-01 | 1 | -149/+7 |
* | Privatize SSA variables into gimple_df. | Jan Hubicka | 2006-11-28 | 1 | -2/+2 |
* | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 2006-11-21 | 1 | -3/+0 |
* | tree-outof-ssa.c (check_replaceable): Do not allocate def_vars bitmap when no... | Jan Hubicka | 2006-08-01 | 1 | -1/+2 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-05-28 | 1 | -1/+1 |
* | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 2006-05-23 | 1 | -2/+2 |
* | decl.c: Fix typo in function name. | Eric Christopher | 2006-04-22 | 1 | -3/+3 |
* | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 2006-04-10 | 1 | -3/+1 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -1/+2 |
* | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 2006-03-01 | 1 | -1/+1 |
* | invoke.texi (-fprefetch-loop-arrays, [...]): Document. | Zdenek Dvorak | 2006-02-14 | 1 | -14/+34 |