aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17re PR ipa/59775 (internal compiler error: Segmentation fault)Jan Hubicka1-10/+29
2014-01-09re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Jakub Jelinek1-0/+22
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-2/+2
2013-12-04re PR debug/37132 (Debug: No DW_TAG_namelist emitted for NAMELISTS)Tobias Burnus1-0/+2
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-5/+1
2013-11-22hooks.h (hook_uint_mode_0): Add Prototype.Andrew MacLeod1-10/+21
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+6
2013-11-19tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION.Kenneth Zadeck1-1/+1
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-5/+3
2013-11-18tree.h (host_integerp, [...]): Delete.Richard Sandiford1-31/+0
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-10/+10
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18tree.h (tree_to_shwi, [...]): Declare, with inline expansions.Richard Sandiford1-0/+22
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-7/+7
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-18tree.h (tree_fits_shwi_p, [...]): Declare.Richard Sandiford1-0/+26
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+28
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher1-0/+22
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-500/+94
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+88
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener1-0/+19
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-1/+1
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-0/+113
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-0/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-5/+5
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-1/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-26/+39
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-6/+6
2013-10-11target.c: New file.Jakub Jelinek1-0/+142
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+18
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-0/+122
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-27/+30
2013-09-25re PR bootstrap/58521 (bootstrap failure: ICE in mem_ref_in_stmt, at tree-ssa...Richard Biener1-15/+0
2013-09-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener1-18/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-05tree.c (types_same_for_odr): Drop overactive check.Jan Hubicka1-7/+0
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka1-5/+39
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+2
2013-08-30* tree.c (set_call_expr_flags): Fix handling of TM_PURE.Jan Hubicka1-3/+5
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-2/+18
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-6/+6
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-5/+10
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-0/+21
2013-08-17re PR middle-end/58179 (obj_type_ref ICE building libobjc)Jan Hubicka1-1/+5