aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-emutls.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+3
2014-08-04IPA C++ refactoring 3/NMartin Liska1-67/+46
2014-07-24IPA C++ refactoring 2/NMartin Liska1-10/+10
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+3
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-25IPA REF refactoringMartin Liska1-1/+1
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-5/+4
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-8/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-7/+10
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+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-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-5/+5
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-20/+20
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-3/+5
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-6/+6
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou1-1/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-24/+25
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-2/+2
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-2/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-14/+14
2012-08-06tree-emutls.c (new_emutls_decl): When a var_section is requested by the targe...Olivier Hainque1-2/+2
2012-05-30re PR bootstrap/53522 (Bootstrap is broken for x86_64-apple-darwin10 at r187977)Richard Guenther1-1/+0
2012-05-03re PR middle-end/53093 (tls/alias-1.c ICE, emutls)Jan Hubicka1-1/+1
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-1/+1
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-12/+12
2011-11-14sw-1.c: Force rep;movsb.Zolotukhin Michael1-2/+2
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-3/+3
2011-10-10re PR middle-end/50638 (emulated TLS fails)Michael Matz1-0/+1
2011-08-05re PR middle-end/49500 (gcc.dg/tls/alias-1.c)Jan Hubicka1-28/+46
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-1/+1
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-1/+1
2011-04-15re PR middle-end/48601 (ICE in lower_emutls_function_body, at tree-emutls.c:623)Martin Jambor1-2/+3
2011-04-12tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor1-1/+2