summaryrefslogtreecommitdiff
path: root/gcc/tree-emutls.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-3/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-6/+4
* switch from gimple to gimple*Trevor Saunders2015-09-201-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-17/+5
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-1/+1
* re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka2015-02-091-3/+5
* re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka2015-02-051-3/+8
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* 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-2/+2
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-6/+7
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-1/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* IPA C++ refactoring 4/NMartin Liska2014-08-251-3/+3
* IPA C++ refactoring 3/NMartin Liska2014-08-041-67/+46
* IPA C++ refactoring 2/NMartin Liska2014-07-241-10/+10
* IPA C++ refactoring 1/NMartin Liska2014-07-241-4/+3
* remove has_executeTrevor Saunders2014-07-091-1/+0
* IPA REF refactoringMartin Liska2014-06-251-1/+1
* c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka2014-06-151-5/+4
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-8/+2
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-091-7/+10
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-9/+6
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-5/+5
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-20/+20
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+4
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+35
* 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