aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-33/+18
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-1/+0
2012-04-24tree-pretty-print.h (default_tree_printer): Do not declare.Manuel López-Ibáñez1-4/+2
2012-04-19re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Michael Matz1-1/+0
2012-04-16re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Richard Guenther1-10/+20
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-4/+4
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-0/+1
2012-03-28* tree.c (tree_size) <VECTOR_CST>: New case.Eric Botcazou1-0/+4
2012-03-16tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther1-8/+13
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-28/+41
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-1/+2
2012-03-12tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther1-19/+15
2012-03-07convert.c (strip_float_extensions): Move ...Richard Guenther1-0/+46
2012-03-05tree.c (integer_zerop): Handle VECTOR_CSTs.Richard Guenther1-12/+47
2012-02-14re PR lto/52178 (Ada bootstrap failure in LTO mode)Richard Guenther1-2/+4
2012-01-27compiler: Use new __builtin_init_heap_trampoline.Ian Lance Taylor1-1/+5
2012-01-25re PR c++/51992 (internal compiler error: tree code ‘target_expr’ is not ...Jason Merrill1-0/+3
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-11/+25
2012-01-04re PR middle-end/51750 (FAIL: 25_algorithms/heap/moveable*.cc execution test)Richard Guenther1-0/+11
2011-12-19re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-2/+4
2011-12-14tree.c (free_lang_data_in_type): Do not clear fields dependent on debuginfo l...Richard Guenther1-4/+1
2011-12-13re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther1-0/+1
2011-12-09tree.c (build_common_builtin_nodes): Do not use TM_PURE attribute unless lang...Aldy Hernandez1-2/+6
2011-12-09re PR lto/48042 (lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-...Richard Guenther1-5/+0
2011-12-01re PR lto/51198 ([c++0x] [4.7 Regression] ICE with -flto and non-static data ...Andrew Pinski1-1/+2
2011-11-22re PR c++/51264 (O0 Bootstrap failure: control reaches end of non-void function)Michael Matz1-1/+0
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-1/+35
2011-10-26build_string commentsJason Merrill1-0/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-22/+20
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-1/+10
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-3/+3
2011-09-29tree.c (build_opaque_vector_type): Make opaque vectors variant types of the c...Richard Guenther1-7/+19
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-2/+2
2011-08-18tree.h (tree_int_cst_msb): Remove.Richard Guenther1-12/+14
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther1-2/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-2/+8
2011-07-31Handle SIZE_TYPE being unsigned short.Richard Henderson1-0/+2
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Biener1-3/+1
2011-07-18re PR middle-end/49675 (ICE (segfault) with -finstrument-functions)Jakub Jelinek1-0/+25
2011-07-17re PR middle-end/49732 (crash on terminal_interface-curses-menus.adb from ncu...Eric Botcazou1-3/+8
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-9/+4
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-0/+46
2011-06-22In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-85/+107
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-07stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...Richard Guenther1-4/+2
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-0/+12
2011-06-01tree.c (free_lang_data): Do not reset boolean_type_node nor char_type_node.Richard Guenther1-19/+0
2011-05-30re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd1-1/+1