aboutsummaryrefslogtreecommitdiff
path: root/gcc/matrix-reorg.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther1-2384/+0
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-3/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-4/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-29tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther1-1/+0
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-1/+0
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-78/+76
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-6/+6
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-6/+3
2011-04-12tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor1-2/+4
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-52/+28
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-11* matrix-reorg.c (matrix_reorg): Rebuild edges.Jan Hubicka1-0/+1
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-11/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-70/+70
2009-06-07tree-flow.h (make_value_handle, [...]): Remove prototypes for removed functions.Bernhard Reutner-Fischer1-0/+1
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-5/+9
2009-05-01ipa-reference.c: Do not include c-common.h, include splay-tree.h.Steven Bosscher1-2/+0
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+1
2009-04-14tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther1-2/+3
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher1-1/+1
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-5/+5
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-1/+1
2008-09-25matrix-reorg.c (transform_allocation_sites): Initializers added to avoid the ...Sergei Dyshel1-1/+1
2008-08-29see.c (see_merge_one_def_extension): Silence used uninitialized warning.Jan Hubicka1-1/+1
2008-08-24re PR tree-optimization/37185 (gcc.dg/matrix/transpose-3.c:16: internal compi...Razya Ladelsky1-0/+1
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-2/+1
2008-08-06matrix-reorg.c (compute_offset): Avoid C++ keywords.Kaveh R. Ghazi1-4/+8
2008-08-02matrix-reorg.c: Re-enable all code.Doug Kwan1-342/+413
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-43/+52
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-18/+24
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+3
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+6
2007-10-15matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag.Razya Ladelsky1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-4/+4
2007-07-31matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring to an unallo...Razya Ladelsky1-4/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-15omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller1-1/+4
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-48/+13
2007-06-15[multiple changes]Andrew Pinski1-20/+17