summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/53528 C++11 attribute supportDodji Seketeli2012-10-081-17/+21
* tree.c (truth_type_for): New function.Marc Glisse2012-09-291-0/+16
* Integrate lexical block into source_location.Dehao Chen2012-09-191-3/+18
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-4/+2
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-25/+23
* tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.Jakub Jelinek2012-08-231-0/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek2012-08-131-1/+1
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-0/+7
* tree-call-cdce.c (check_pow): Simplify.Richard Guenther2012-08-081-3/+0
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-2/+0
* expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou2012-07-251-35/+1
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-38/+36
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-0/+2
* re PR c++/53882 (ICE in type_contains_placeholder_1, at tree.c:3015)Jason Merrill2012-07-091-0/+2
* tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same as in free_lang_dat...Richard Guenther2012-07-041-1/+9
* re PR c++/53826 ([alpha]: ICE in fold_convert_loc, at fold-const.c:2008)Jason Merrill2012-07-031-1/+1
* coverage.c (bbg_file_stamp): New.Nathan Sidwell2012-06-301-12/+26
* Add MULT_HIGHPART_EXPRRichard Henderson2012-06-271-0/+4
* re PR debug/53470 (ICE when linking with -g in splice_child_die, at dwarf2out...Richard Guenther2012-06-111-5/+11
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-5/+5
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.Nathan Sidwell2012-05-271-4/+11
* re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou2012-05-251-2/+5
* tree.c (valid_constant_size_p): New function.Richard Guenther2012-05-021-33/+18
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-1/+0
* tree-pretty-print.h (default_tree_printer): Do not declare.Manuel López-Ibáñez2012-04-241-4/+2
* re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Michael Matz2012-04-191-1/+0
* re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Richard Guenther2012-04-161-10/+20
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-4/+4
* re PR target/52624 (missing __builtin_bswap16)Eric Botcazou2012-04-111-0/+1
* * tree.c (tree_size) <VECTOR_CST>: New case.Eric Botcazou2012-03-281-0/+4
* tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther2012-03-161-8/+13
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-28/+41
* re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther2012-03-141-1/+2
* tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther2012-03-121-19/+15
* convert.c (strip_float_extensions): Move ...Richard Guenther2012-03-071-0/+46
* tree.c (integer_zerop): Handle VECTOR_CSTs.Richard Guenther2012-03-051-12/+47
* re PR lto/52178 (Ada bootstrap failure in LTO mode)Richard Guenther2012-02-141-2/+4
* compiler: Use new __builtin_init_heap_trampoline.Ian Lance Taylor2012-01-271-1/+5
* re PR c++/51992 (internal compiler error: tree code ‘target_expr’ is not ...Jason Merrill2012-01-251-0/+3
* tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou2012-01-111-11/+25
* re PR middle-end/51750 (FAIL: 25_algorithms/heap/moveable*.cc execution test)Richard Guenther2012-01-041-0/+11
* re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-12-191-2/+4
* tree.c (free_lang_data_in_type): Do not clear fields dependent on debuginfo l...Richard Guenther2011-12-141-4/+1
* re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther2011-12-131-0/+1
* tree.c (build_common_builtin_nodes): Do not use TM_PURE attribute unless lang...Aldy Hernandez2011-12-091-2/+6
* re PR lto/48042 (lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-...Richard Guenther2011-12-091-5/+0