aboutsummaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska1-4/+4
2014-08-07ipa-devirt.c: Include gimple-pretty-print.hJan Hubicka1-0/+3
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+4
2014-07-24IPA C++ refactoring 1/NMartin Liska1-40/+39
2014-07-09remove has_executeTrevor Saunders1-7/+0
2014-07-01IPA REF alias refactoringMartin Liska1-5/+3
2014-06-25IPA REF refactoringMartin Liska1-4/+4
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-19/+22
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-12/+6
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-1/+1
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-2/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-31/+31
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-19/+5
2014-04-17remove has_gateTrevor Saunders1-7/+0
2014-04-16cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply.Martin Jambor1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-13re PR tree-optimization/59149 (diagnose_tm_1 calls flags_from_decl_or_type on...Aldy Hernandez1-1/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+5
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-6/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-22add auto_vecTrevor Saunders1-9/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-4/+4
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-14Add is_tm_endingTom de Vries1-0/+16
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+6
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-47/+47
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-25/+25
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-128/+249
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka1-0/+1
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-0/+11
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-3/+3
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-7/+5
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-80/+117