Fix memory order description in atomic ops built-ins docs.
[gcc.git] / gcc / tree-sra.c
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-03-31 Richard Bienertree-sra.c (create_access_replacement): Drop under...
2015-03-16 Jan Hubickatree-sra.c (ipa_sra_preliminary_function_checks): Use...
2015-03-11 Richard Bienerre PR tree-optimization/65310 (vectorizer uses wrong...
2015-03-04 Jan Hubickatree-sra.c (convert_callers): Use call_for_symbol_and_a...
2015-03-03 Eric Botcazoufold-const.c (round_up_loc): Cast divisor to HOST_WIDE_...
2015-03-03 Martin Jambortree-sra.c (ipa_sra_check_caller_data): New type.
2015-02-13 Ilya Enkovichre PR tree-optimization/65002 (ICE: Segmentation fault)
2015-02-12 David Howellstree-sra.c (dump_dereferences_table): Avoid -Wformat...
2015-01-19 Ilya Enkovichtree-sra.c (some_callers_have_mismatched_arguments_p...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Martin Liskasymbol_summary is used for inline_summary.
2014-12-22 Martin Liskaipa-prop uses symbol_summary class.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-22 Marc Glissere PR tree-optimization/60770 (disappearing clobbers)
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-06 James Greenhalgh[Patchv3] Control SRA and IPA-SRA by a param rather...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-02 Martin Jamborre PR rtl-optimization/63375 (reordering of reads acros...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-30 Martin Jambortree-sra.c (sra_ipa_modify_assign): Change type of...
2014-07-29 Martin Jambortree-sra.c (sra_modify_constructor_assign): Change...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-09 Trevor Saundersremove has_execute
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-03 Teresa Johnsontree-sra.c (modify_function): Record caller nodes after...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-15 Martin Jamborre PR tree-optimization/61090 (ICE in build_ref_for_offset)
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-28 Martin Jambortree-sra.c (sra_modify_expr): Generate new memory acces...
2014-04-17 Martin Jamborgimple-iterator.c (gsi_start_edge): New function.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-04-14 Martin Jambortree-sra.c (ipa_sra_preliminary_function_checks): Skip...
2014-03-31 Martin Jamborre PR middle-end/60647 (ICE in visit_ref_for_mod_analys...
2014-02-11 Jakub Jelinekre PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_...
2014-02-07 Jakub Jelinekre PR ipa/60026 (ICE at -O3 on valid code (with the...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-16 Jakub Jelinekre PR middle-end/58956 (wrong code at -O1 and above...
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmRename last_basic_block_for_function to last_basic_bloc...
2013-11-22 Aldy Hernandezipa.c (symtab_remove_unreachable_nodes): Fix up comment...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Trevor Saundersadd auto_vec
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
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 Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-18 Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-09 Andrew MacLeodtree-flow.h (tm_restart_node, gimple_df): Move to gimpl...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-06 Jan HubickaMakefile.in (tree-sra.o): Update dependencies.
2013-08-14 Jakub Jelinekre PR middle-end/58145 (volatileness of write is discar...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-23 Martin Jamborre PR middle-end/57347 (wrong code for bitfield on...
2013-05-15 Martin Jamboripa-prop.c (ipa_print_node_jump_functions): Print symbo...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-02 Jakub Jelinekre PR c++/34949 (Dead code in empty destructors.)
2013-03-21 Richard Bienertree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...
2013-03-08 Richard Bienerre PR lto/56570 (ICE when streaming a TREE_BLOCK)
2013-02-28 Martin Jambortree-sra.c (load_assign_lhs_subreplacements): Do not...
2013-02-28 Martin Jamborre PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g...
2013-01-15 Martin Jamborre PR tree-optimization/55920 (ICE in expand_debug_loca...
2013-01-15 Jakub Jelinekre PR tree-optimization/55920 (ICE in expand_debug_loca...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-08 Martin Jamborre PR debug/55579 (SRA doesn't create debug stmts when...
2013-01-04 Martin Jamborre PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXP...
2012-12-21 Martin Jamborre PR tree-optimization/55355 (internal compiler error...
2012-12-07 Martin Jamborre PR tree-optimization/55590 (SRA still produces unnec...
2012-11-30 Martin Jamborre PR middle-end/52890 (Revision 185336 causes 10%...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-26 Jakub Jelinekre PR debug/54970 (Missing DW_OP_GNU_implicit_pointer...
2012-10-26 Martin Jamborre PR debug/54971 (SRA pessimizes debug info by not...
2012-09-20 Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-17 Richard Guenthertree-sra.c (modify_function): Free redirect_callers...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-02 Richard Guenthertree-flow.h (set_default_def): Rename to ...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-08-01 Richard Guenthertree-flow-inline.h (referenced_var): Remove.
2012-08-01 Richard Guenthertree-flow.h (struct gimple_df): Remove syms_to_rename...
next