aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+10
2015-01-08re PR sanitizer/64336 (Template functions are not instrumented at -O0 and -Og)Jakub Jelinek1-8/+30
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR lto/64043 (ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo...Jan Hubicka1-5/+10
2014-12-03builtins.c (fold_builtin_fpclassify): Change to take array of arguments inste...Richard Biener1-1/+1
2014-12-01re PR middle-end/64111 (ICE: conversion of register to a different size)Richard Biener1-1/+1
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-75/+78
2014-11-20implement a replacement for if_markedTrevor Saunders1-55/+45
2014-11-20tree.c (free_lang_data_in_type): If BINFO has no important information in it,...Jan Hubicka1-8/+10
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+3
2014-11-18* tree.c (warn_deprecated_use): Show declaration with inform.Jason Merrill1-21/+17
2014-11-18tree.c (element_mode, [...]): New functions.Marc Glisse1-0/+28
2014-11-17tree.c (free_lang_data_in_decl): Set DECL_FUNCTION_SPECIFIC_OPTIMIZATION to o...Jan Hubicka1-0/+3
2014-11-17tree.c (free_lang_data_in_decl): Annotate all functio nbodies with DECL_FUNCT...Jan Hubicka1-0/+3
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-7/+3
2014-11-14* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.Marek Polacek1-1/+1
2014-11-13re PR tree-optimization/63841 (Incorrect strlen optimization after complete u...Teresa Johnson1-0/+2
2014-11-11match.pd: Implement patterns from associate_plusminus and factor in differenc...Richard Biener1-13/+22
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+5
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-7/+7
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27tree.c (build_common_tree_nodes): Don't even store the __int128 types if they...DJ Delorie1-1/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-17fold-const.c (fold_comparison): Remove redundant constant folding and operand...Richard Biener1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-15/+45
2014-09-25[multiple changes]Andreas Krebbel1-4/+12
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-23tree.h (int_bit_position): Turn into inline function; implement using wide int.Jan Hubicka1-10/+0
2014-09-19re PR lto/63286 (FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, ...Jan Hubicka1-0/+1
2014-09-19dwarf2out.c (decl_ultimate_origin): Update comment.Aldy Hernandez1-2/+1
2014-09-13tree.c (need_assembler_name_p): Store C++ type mangling only for aggregates.Jan Hubicka1-0/+1
2014-09-13tree.c (protected_set_expr_location): Don't check whether T is non-null here.Marek Polacek1-1/+1
2014-09-12tree.c (integer_each_onep): New function.Marc Glisse1-0/+15
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-0/+9
2014-09-04Revert mistakenly committed change.Aldy Hernandez1-4/+0
2014-09-04Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-earlyAldy Hernandez1-0/+4
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-5/+2
2014-09-04Merge remote-tracking branch 'origin/aldyh/debug-early' into debug-earlyAldy Hernandez1-0/+4
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-4/+0
2014-09-04dearly: Emit DIEs for decls early in the compilation process.Aldy Hernandez1-2/+5
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-1/+4
2014-08-20re PR lto/62190 (LTO DWARF produces __unknown__ type for unsigned int functio...Richard Biener1-3/+3
2014-08-15re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails)Jason Merrill1-4/+1
2014-08-14tree.c (type_hash_lookup, [...]): Merge into ...Richard Biener1-44/+23
2014-08-11Move inlining of Asan memory checks to sanopt pass.Yury Gribov1-1/+1
2014-08-11Added fnspec to internal functions.Yury Gribov1-2/+5
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-12/+10