aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-0/+15
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-08-01cgraph.h (release_function_body): Declare.Jan Hubicka1-0/+14
2013-06-21gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr.Jan Hubicka1-2/+124
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+93
2013-06-13tree-ssa-forwprop.c (simplify_bitwise_binary, [...]): Generalize to complex a...Marc Glisse1-0/+15
2013-05-23re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab...Martin Jambor1-0/+17
2013-05-14tree.c (warn_deprecated_use): Print file:line using locus color.Jakub Jelinek1-12/+12
2013-05-13tree-vect-generic.c (uniform_vector_p): Move ...Marc Glisse1-0/+48
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-0/+52
2013-05-09tree.c (build_constructor_va): New.Jason Merrill1-0/+21
2013-05-06tree.c (integer_all_onesp): Test that both components are all 1s.Marc Glisse1-2/+16
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou1-14/+39
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-04-09tree.c (type_hash_lookup, [...]): Make static.Maxim Kuvyrkov1-2/+2
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-0/+3
2013-03-18re PR c/56566 (bogus "is narrower than values of its type" warning)Jakub Jelinek1-7/+5
2013-01-24Remove zone allocator.Diego Novillo1-11/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-02re PR c++/55804 (GCC omits required call to constructor)Jason Merrill1-5/+0
2012-12-06re PR c++/55032 (Internal compiler error: in strip_typedefs, at cp/tree.c:1199)Jason Merrill1-0/+5
2012-11-26fold-const.c (const_binop): Adjust comment.Eric Botcazou1-7/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-66/+65
2012-11-14tree.c (set_call_expr_flags): New function.Jan Hubicka1-17/+34
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-29re PR middle-end/55027 (simplify vector multiplication by 1)Marc Glisse1-24/+76
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+11