aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-28/+30
2014-11-03re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse1-12/+30
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+6
2014-10-17tree-into-ssa.c (is_old_name): Replace "new" with "old".Marc Glisse1-2/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16Assert no use with SSA_NAME_IN_FREELIST before using freelist.Tom de Vries1-0/+39
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-6/+7
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-16/+17
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-43/+43
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+6
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-9/+10
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-8/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22add auto_vecTrevor Saunders1-7/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+40
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-21/+1
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-25/+24
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-5/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-26tree-into-ssa.c (rewrite_into_ssa): Make more SSA names to anonymous.Richard Biener1-4/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-91/+57
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-1/+10
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+35
2013-06-10tree-into-ssa.c (interesting_blocks): Make static.David Malcolm1-1/+1
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-46/+48
2013-03-06re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo...Richard Biener1-0/+18
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-10re PR bootstrap/55792 (Bad memory access with profiledbootstrap and LTO)Richard Biener1-13/+24
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-74/+66
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-5/+5