summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of the scalar-storage-order branch.Eric Botcazou2015-11-081-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-10/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-7/+7
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-19/+19
* revert to assign_parms assignments using default defsAlexandre Oliva2015-09-271-13/+2
* switch from gimple to gimple*Trevor Saunders2015-09-201-8/+8
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-9/+7
* Revert:David Edelsohn2015-07-241-7/+9
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-9/+7
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-20/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-7/+9
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-9/+7
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* make emit_partition_copy return a rtx_insn *Trevor Saunders2015-05-021-18/+13
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-11/+12
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+12
* Convert edge_def.insns.r to rtx_insn *David Malcolm2014-08-251-2/+2
* re PR middle-end/61919 (FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test)Richard Sandiford2014-07-281-13/+13
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-outof-ssa.c (queue_phi_copy_p): Combine phi_ssa_name_p from gimple.h and...Andrew MacLeod2013-11-051-3/+18
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod2013-09-261-1/+56
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-63/+59
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-9/+9
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* Integrate lexical block into source_location.Dehao Chen2012-09-191-8/+6
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-3/+3
* tree-call-cdce.c (check_pow): Simplify.Richard Guenther2012-08-081-6/+3
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-2/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+1
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-76/+25
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-25/+76