aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)Author
2014-03-10re PR c++/60474 (Crash in tree_class_check)Richard Biener
2014-02-07re PR c++/60082 (Certain Cilk keywords executable Hanging for -O1)Jakub Jelinek
2014-02-04re PR ipa/59882 (internal compiler error: Segmentation fault)Jan Hubicka
2014-01-30re PR c++/59633 (ICE with __attribute((vector_size(...))) for enum)Jason Merrill
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek
2014-01-17re PR ipa/59775 (internal compiler error: Segmentation fault)Jan Hubicka
2014-01-09re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-22hooks.h (hook_uint_mode_0): Add Prototype.Andrew MacLeod
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION.Kenneth Zadeck
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18tree.h (host_integerp, [...]): Delete.Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18tree.h (tree_to_shwi, [...]): Declare, with inline expansions.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-18tree.h (tree_fits_shwi_p, [...]): Declare.Richard Sandiford
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam
2013-10-11target.c: New file.Jakub Jelinek
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-25re PR bootstrap/58521 (bootstrap failure: ICE in mem_ref_in_stmt, at tree-ssa...Richard Biener
2013-09-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-05tree.c (types_same_for_odr): Drop overactive check.Jan Hubicka
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-30* tree.c (set_call_expr_flags): Fix handling of TM_PURE.Jan Hubicka