cond.md (stzx_16): Use register_operand for operand 0.
[gcc.git] / gcc / tree.h
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18 Richard Sandifordtree.h (host_integerp, [...]): Delete.
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandifordtree.h (tree_to_shwi, [...]): Declare, with inline...
2013-11-18 Richard Sandifordtree.h (tree_fits_shwi_p, [...]): Declare.
2013-11-18 Ilya Enkovichbuiltin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.
2013-11-17 Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-12 Adam ButcherRefactor implicit function template implementation...
2013-11-11 Tristan Gingoldtree.h (CONSTRUCTOR_NO_CLEARING): Define.
2013-11-08 Diego NovilloRe-factor tree.h - Part 1.
2013-11-07 Joseph Myerstree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.
2013-11-06 Richard Bienertree.c (drop_tree_overflow): New function.
2013-10-31 Jakub Jelinektree.c (tree_ctz): New function.
2013-10-30 Ilya Enkovichtree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-25 David MalcolmFix names of various macro parameters in tree.h
2013-10-25 Ilya Enkovichmode-classes.def (MODE_POINTER_BOUNDS): New.
2013-10-24 Andrew MacLeodbuiltins.c (dummy_object, [...]): Move to gimplify.c.
2013-10-17 Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-16 Paulo Matostree-core.h (tree_code_name): Remove.
2013-10-15 Sriraman Tallamre PR target/57756 (Function target attribute is retain...
2013-10-11 Thomas Schwingetree.h (OMP_CLAUSE_CODE): Remove duplicate definition.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-10-09 Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-10-09 Andrew MacLeodtree-flow.h (tm_restart_node, gimple_df): Move to gimpl...
2013-10-08 Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-10-02 Andrew Macleodtree-flow.h: Include new .h files.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-24 Richard Bienerre PR tree-optimization/58513 (*var and MEM[(const...
2013-09-23 Kugan Vivekanandarajahgimple-pretty-print.c (dump_ssaname_info): New function.
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-05 Mike Stumptree.h: Move documentation for tree_function_decl to...
2013-09-05 Dodji SeketeliFix typo in comment
2013-09-04 Dodji SeketeliMore comments about DECL_BUILT_IN and DECL_IS_BUILTIN
2013-09-02 Diego NovilloSplit all the structures, enums, typedefs and some...
2013-08-30 Marek PolacekMerge ubsan into trunk.
2013-08-28 Jan Hubickalto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-26 Jan Hubickatree.h (tree_decl_with_vis): Add cxx_constructor, cxx_d...
2013-08-25 Jan Hubickatree.h (TYPE_FINAL_P, [...]): New macros.
2013-08-19 Jan HubickaMakeifle-in (ipa-devirt.o): New.
2013-08-18 Jan Hubickacgraph.c (cgraph_create_indirect_edge): Discover polymo...
2013-08-16 Jan Hubickagimple-fold.c (gimple_extract_devirt_binfo_from_cst...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-07-13 Jason Merrillprint-tree.c (debug_vec_tree): Use debug_raw.
2013-07-06 Jakub Jelinekre PR target/29776 (result of ffs/clz/ctz/popcount...
2013-06-21 Jan Hubickagimple-fold.c (gimple_extract_devirt_binfo_from_cst...
2013-06-17 Richard Bienerlto-streamer.h (enum LTO_tags): Add LTO_tree_scc.
2013-06-13 Marc Glissetree-ssa-forwprop.c (simplify_bitwise_binary, [......
2013-05-23 Martin Jamborre PR middle-end/57347 (wrong code for bitfield on...
2013-05-14 Marc Glissefold-const.c (fold_negate_expr): Handle vectors.
2013-05-13 Marc Glissetree-vect-generic.c (uniform_vector_p): Move ...
2013-05-10 Marc Glissestor-layout.c (element_precision): New function.
2013-05-09 Jason Merrilltree.c (build_constructor_va): New.
2013-05-06 Marc Glissetree.c (integer_all_onesp): Test that both components...
2013-04-11 Eric Botcazoustor-layout.c (skip_simple_constant_arithmetic): Move...
2013-04-09 Maxim Kuvyrkovtree.c (type_hash_lookup, [...]): Make static.
2013-04-09 Richard Bienertree.h (unsave_expr_now): Remove.
2013-04-03 Jakub Jelinekre PR c/19449 (__builtin_constant_p cannot resolve...
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-03-29 Lawrence CrowlAdd uniform debug dump function names.
2013-03-21 Marc Glissetree.h (VECTOR_TYPE_P): New macro.
2013-03-21 Richard Bienertree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...
2013-03-09 Richard Sandifordre PR middle-end/56524 (Compiler ICE when compiling...
2013-02-19 Aldy Hernandezre PR target/52555 (ICE unrecognizable insn with -ffast...
2013-02-05 Jakub Jelinek* tree.h (struct tree_decl_with_vis): Remove thread_loc...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-19 Richard Bienerre PR lto/55736 (lto ICE: tree code ''junl is not suppo...
2012-12-15 Alexandre Olivare PR libmudflap/53952 (FAIL: libmudflap.c++/pass55...
2012-11-26 Eric Botcazoutree.h (DECL_RESTRICTED_P): Delete.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-14 Jan Hubickatree.c (set_call_expr_flags): New function.
2012-11-06 Sriraman TallamFunction Multiversioning
2012-10-29 Manuel López-Ibáñezre PR c/53066 (Wshadow should not warn for shadowing...
2012-10-16 Eric Botcazoure PR rtl-optimization/54870 (gfortran.dg/array_constru...
2012-10-09 Paolo Carlinire PR c++/54194 (misleading suggestion about arithmetic...
2012-10-08 Dodji SeketeliPR c++/53528 C++11 attribute support
2012-10-02 Eric Botcazoutree.h (DECL_NONLOCAL_FRAME): New macro.
2012-10-01 Eric Botcazoutree.h (copy_mem_ref_info): Delete.
2012-09-29 Marc Glissetree.c (truth_type_for): New function.
2012-09-27 Dehao Chentree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
2012-09-26 Richard Guenthertree.h (DECL_IS_BUILTIN): Compare LOCATION_LOCUS.
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-11 Steven Bosschertree.h (expand_case): Move prototype ...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-06 Richard Guenthertree.h (MOVE_NONTEMPORAL): Remove.
2012-08-22 Dodji SeketeliMake TREE_NOTHROW use the base.nothrow_flag again
2012-08-21 Richard Guentheralloc-pool.c (pool_alloc): Fix valgrind annotation.
2012-08-21 Richard Bienercp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-09 Richard Guenthertree.h (SSA_VAR_P): Simplify.
2012-08-01 Michael Matztree-complex.c (init_parameter_lattice_values): Don...
2012-07-25 Eric Botcazouexpr.c (expand_expr_real_1): Do not expand operand...
2012-07-18 Richard Guentherre PR tree-optimization/53970 (-ftree-vectorization...
2012-07-18 Richard Guenthertree.h (get_object_or_type_alignment): Remove.
2012-07-16 Steven Bosscherfunction.c (stack_protect_epilogue): Use expand_call...
next