summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod2015-05-121-0/+63
* * tree.h (is_lang_specific): Constify.Jan Hubicka2015-05-101-1/+1
* dwarf2out.c (gen_type_die_with_usage): Call verify_type.Jan Hubicka2015-04-301-0/+1
* Add OMP_STANDALONE_CLAUSES.Thomas Schwinge2015-04-291-0/+6
* tree.h (attribute_value_equal): Declare.Jan Hubicka2015-04-231-0/+2
* tree.h: Commentary typo fixBernhard Reutner-Fischer2015-04-081-1/+1
* re PR lto/65316 (LTO: Uninitialized memory / ICE with -g -fno-lto-odr-type-me...Jan Hubicka2015-03-091-1/+2
* Fix warnings occured during profiledboostrap onMartin Liska2015-03-051-0/+9
* Guard GCC version for a pragma ifdef.Martin Liska2015-01-301-2/+2
* Remove false positives for warnings that break LTO profiledMartin Liska2015-01-231-0/+11
* re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener2015-01-211-10/+36
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-8/+84
* re PR ipa/64550 (IPA fixes cause ICE in tree-ssa.c:939)Chen Gang2015-01-121-1/+1
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-38/+0
* IPA ICF: target and optimization flags comparison.Martin Liska2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check.Marek Polacek2014-12-111-4/+40
* re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener2014-11-241-0/+5
* remove param1_is usageTrevor Saunders2014-11-201-0/+5
* convert many if_marked htab to hash_tableTrevor Saunders2014-11-201-0/+22
* tree.c (element_mode, [...]): New functions.Marc Glisse2014-11-181-0/+7
* tree.h (TYPE_OVERFLOW_SANITIZED): Define.Marek Polacek2014-11-131-0/+6
* match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener2014-11-111-0/+1
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+20
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-4/+4
* AVX-512. 81.1/n. Extend `function_code' field `tree_var_decl' structure.Kirill Yukhin2014-10-231-1/+1
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-2/+11
* [multiple changes]Andreas Krebbel2014-09-251-0/+4
* cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez2014-09-241-1/+1
* tree.h (int_bit_position): Turn into inline function; implement using wide int.Jan Hubicka2014-09-231-1/+10
* tree.c (integer_each_onep): New function.Marc Glisse2014-09-121-0/+5
* common.opt (flto-odr-type-merging): New flag.Jan Hubicka2014-09-111-1/+5
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-1/+2
* Change inchash to name space.Andi Kleen2014-08-011-3/+9
* Convert the tree.c type hashing over to inchashAndi Kleen2014-07-251-1/+12
* Add an abstract incremental hash data typeAndi Kleen2014-07-251-3/+0
* tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka2014-07-151-6/+2
* tree.c (decls_same_for_odr, [...]): Remove.Jan Hubicka2014-07-021-2/+2
* langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek2014-06-251-0/+5
* class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka2014-06-241-4/+3
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-2/+4
* cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka2014-06-201-4/+0
* improve sloc assignment on bind_expr entry/exit codeOlivier Hainque2014-06-181-0/+5
* c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka2014-06-151-2/+4
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-121-2/+2
* re PR tree-optimization/61437 (wrong code on x86_64-linux-gnu when compile se...Richard Biener2014-06-111-1/+3
* varasm.c (set_implicit_section): New function.Jan Hubicka2014-06-111-5/+0
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-091-4/+5
* tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from TREE_PUBLIC and DECL_EXT...Richard Biener2014-06-041-3/+1
* New attribute lookup function additionMartin Liska2014-06-041-0/+22