summaryrefslogtreecommitdiff
path: root/gcc/tree-emutls.c
Commit message (Expand)AuthorAgeFilesLines
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-3/+5
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-6/+6
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou2012-11-261-1/+0
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-24/+25
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-2/+2
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-2/+0
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-14/+14
* tree-emutls.c (new_emutls_decl): When a var_section is requested by the targe...Olivier Hainque2012-08-061-2/+2
* re PR bootstrap/53522 (Bootstrap is broken for x86_64-apple-darwin10 at r187977)Richard Guenther2012-05-301-1/+0
* re PR middle-end/53093 (tls/alias-1.c ICE, emutls)Jan Hubicka2012-05-031-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-1/+1
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-12/+12
* sw-1.c: Force rep;movsb.Zolotukhin Michael2011-11-141-2/+2
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-3/+3
* re PR middle-end/50638 (emulated TLS fails)Michael Matz2011-10-101-0/+1
* re PR middle-end/49500 (gcc.dg/tls/alias-1.c)Jan Hubicka2011-08-051-28/+46
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-1/+1
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-1/+1
* re PR middle-end/48601 (ICE in lower_emutls_function_body, at tree-emutls.c:623)Martin Jambor2011-04-151-2/+3
* tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor2011-04-121-1/+2
* re PR middle-end/46510 (r166812 breaks bootstrap on x86_64-apple-darwin10)Jan Hubicka2010-11-211-2/+12
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-0/+802