aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2014-06-30backport: re PR fortran/60928 (gfortran issue with allocatable components and...Jakub Jelinek
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek
2014-03-21re PR tree-optimization/60577 (inefficient FDO instrumentation code)Richard Biener
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek
2014-02-06re PR target/60062 (wrong code (for code with the optimize attribute) at -O1 ...Jakub Jelinek
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek
2014-01-09Makefile.in (TREE_FLOW_H): Remove.Steve Ellcey
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-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-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
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-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-18tree.h (tree_fits_shwi_p, [...]): Declare.Richard Sandiford
2013-11-18builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold
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-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-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-10-25Fix names of various macro parameters in tree.hDavid Malcolm
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew 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-11tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.Thomas Schwinge
2013-10-11target.c: New file.Jakub Jelinek
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod
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-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-05tree.h: Move documentation for tree_function_decl to tree-core.h with the dec...Mike Stump