bind_c_array_params_2.f90: Add "-mno-explicit-relocs" for alpha*-*-* targets.
[gcc.git] / gcc / tree.h
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...
2012-07-16 Steven Bosscherflags.h (TYPE_OVERFLOW_WRAPS, [...]): Move to tree.h.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-11 Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-07-02 Steven Bosscherstmt.c (emit_case_bit_tests): Remove.
2012-06-30 Nathan Sidwellcoverage.c (bbg_file_stamp): New.
2012-06-27 Jason Merrillcomment
2012-06-20 Rüdiger SonderfeldAdd DECL_SOURCE_COLUMN.
2012-06-17 Steven Bosscheroutput.h (split_double): Move prototype to rtl.h.
2012-06-17 Steven Bosschercfglayout.h: Remove.
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29 Steven Bosscherintegrate.c: Remove.
2012-05-29 Michael Matzrtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-24 Jan Hubickatree.h (alias_diag_flags): Remove.
2012-05-22 Richard Guenthertree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
2012-05-15 Paolo Carlinitree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
2012-05-10 Richard Guenthercuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.
2012-05-03 Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-04-19 Michael Matzre PR c/52977 (internal compiler error: Segmentation...
2012-04-17 Richard Guenthertree-flow.h (array_at_struct_end_p): Move declaration ...
2012-04-16 Richard Guentherre PR c/52977 (internal compiler error: Segmentation...
2012-04-11 Eric Botcazoure PR target/52624 (missing __builtin_bswap16)
2012-04-10 Manuel López-Ibáñezc-common.c (warn_if_unused_value): Move definition...
2012-03-20 Tristan Gingoldtree.h (enum size_type_kind): Add stk_ prefix to consta...
2012-03-19 Eric Botcazoutree.def (REALPART_EXPR, [...]): Move.
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-03-14 Richard Guentherre PR target/52080 (Stores to bitfields introduce a...
2012-03-05 Jakub Jelinekre PR debug/51902 (lexical_blocks inside inlined_subrou...
2012-01-25 Richard Guenthertree.h (get_pointer_alignment_1): Declare.
2012-01-14 Ian Lance Taylorre PR c++/50012 (C++ front end misses -Wsign-compare...
2012-01-11 Eric Botcazoutree.h (build_function_decl_skip_args): Add boolean...
2012-01-04 Richard Guentherre PR middle-end/51750 (FAIL: 25_algorithms/heap/moveab...
2011-12-15 Romain Geisslerbuiltins.def (BUILT_IN_STPNCPY_CHK): New definition.
2011-12-15 Richard Guentherre PR debug/51564 (ICE in force_type_die, at dwarf2out...
2011-12-14 Richard Guenthertree.c (free_lang_data_in_type): Do not clear fields...
2011-12-08 Eric Botcazoure PR tree-optimization/51315 (unaligned memory accesse...
2011-12-05 Richard Guenthercgraph.c (cgraph_create_edge_1): Initialize call_stmt_c...
2011-11-25 Andrew MacLeodre PR other/51011 (FAIL: gcc.dg/atomic-generic.c (test...
2011-11-08 Michael Matzgengtype.c (write_field_root): Avoid out-of-scope acces...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-03 Martin Jamboripa-prop.c (type_change_info): New fields offset, objec...
2011-11-02 Jason MerrillTREE_STRING_LENGTH comment
2011-10-30 Dmitry Plotnikovtree-cfg.c (verify_gimple_assign_unary): Allow vector...
2011-10-19 Alexandre Olivare PR middle-end/49310 (Compile time hog in var-trackin...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-11 Bill Schmidttree.h (copy_ref_info): Expose existing function.
2011-10-06 Jakub Jelinektree.h (avoid_folding_inline_builtin): New prototype.
2011-09-30 Jakub Jelinekre PR tree-optimization/46309 (optimization a==3||a==1)
2011-09-19 Alexandre Oliva* tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_...
2011-08-29 Artjoms Sinkarovs20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff...
2011-08-18 Richard Guenthertree.h (tree_int_cst_msb): Remove.
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-16 Richard Guenthertree.h (ptrofftype_p): New helper function.
2011-08-10 Richard Guenthertree.h (can_trust_pointer_alignment): Remove.
2011-08-10 Richard Guenthertree.h (get_pointer_alignment): Remove max-align argument.
2011-08-04 Jakub Jelinekre PR middle-end/49905 (Better sanity checking on sprin...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-13 Richard Sandifordtree.h (categorize_ctor_elements): Remove comment.
2011-07-11 Romain Geisslertree.h (call_expr_arg): Remove.
2011-07-06 Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-07-05 Richard Hendersondwarf2out: Remove unused text-based unwind entry points.
2011-07-02 Eric Botcazoutree.h (TYPE_ARTIFICIAL): New flag.
2011-06-22 Richard Hendersonreg-notes.def (REG_CFA_WINDOW_SAVE): New.
2011-06-22 Jakub Jelinekre PR debug/47858 (IPA-SRA decreases quality of debug...
2011-06-22 Nicola PeroIn gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innov...
2011-06-14 Jakub Jelinekre PR fortran/49103 (local variables exchange values...
2011-06-10 Paolo Carlinicp-tree.h (error_operand_p): Remove.
2011-06-07 Richard Guentherstor-layout.c (initialize_sizetypes): Initialize all...
2011-05-30 Nathan Froydre PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
2011-05-29 Jan Hubickalto-streamer-out.c (pack_ts_fixed_cst_value_fields...
2011-05-27 Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-26 Nathan Froydmake TS_BLOCK a substructure of TS_BASE
2011-05-26 Nathan Froydmake TS_IDENTIFIER be a substructure of TS_TYPED
2011-05-25 Nathan Froydmove TS_EXP to be a substructure of TS_TYPED
2011-05-11 Nathan Froydsplit tree_type
2011-05-10 Nathan Froydmake CASE_LABEL_EXPR not abuse TREE_CHAIN
2011-05-09 Ville VoutilainenImplement final/override for member functions.
2011-05-06 Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-05 Eric Botcazoutree.h (get_pending_sizes): Remove prototype.
2011-05-04 Nathan Froydtree.h (build_function_type_array): Declare.
2011-05-04 Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-05-03 Richard Sandifordmd.texi (vec_load_lanes, [...]): Document.
2011-04-29 Xinliang David Lisplit checksum into cfg checksum and line checksum
2011-04-27 Richard GuentherMakefile.in (tree-ssa-structalias.o): Remove gt-tree...
2011-04-26 Richard Guentherre PR tree-optimization/48694 (possible memory hog...
2011-04-20 Richard SandifordRevert last patch.
2011-04-20 Richard Sandifordmd.texi (vec_load_lanes, [...]): Document.
2011-04-15 Michael Matztree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
2011-04-14 Richard Guenthertree.h (get_object_alignment_1): Declare.
2011-04-14 Nathan Froydtree.h (struct tree_constructor): Include tree_typed...
2011-04-13 Nathan Froydtree-flow.h (struct gimple_df): Make free_ssanames...
next