]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-into-ssa.c
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / gcc / tree-into-ssa.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-16  Martin JamborReplace more DEBUG_EXPR_DECL creations with build_debug...
2021-06-13  Trevor Saundersuse range based for loops to iterate over vec<>
2021-05-06  Richard Bienerrefactor SSA rewriting timevars
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-13  Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-10-02  Jan HubickaCommonize handling of attr-fnspec
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-05-07  Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-01-21  Andrew PinskiChange recursive prepare_block_for_update to use a...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-21  Richard Bienercfgloop.h (loop_iterator::~loop_iterator): Remove.
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15  Richard Bienertree-into-ssa.c (pass_build_ssa::execute): Run update_a...
2019-03-14  Richard Bienerc-tree.h (enum c_declspec_il): New.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-08-29  Richard Bienertree-core.h: Document use of deprecated_flag in SSA_NAME.
2018-02-01  Richard Bienerdomwalk.h (dom_walker::dom_walker): Add additional...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-06  Richard Bienergraphite-isl-ast-to-gimple.c: Include ssa.h and tree...
2017-08-08  Martin Liskatrans.c: Include header files.
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-02-14  Richard Bienerre PR tree-optimization/79432 (ICE: verify_ssa failed)
2017-01-23  Martin Liskause-after-scope: handle writes to a poisoned variable
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-18  Richard SandifordAdd SET_DECL_MODE
2016-11-14  Prasad GhangalMake-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
2016-10-09  Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-15  Kugan VivekanandarajahIterator to visit SSA
2016-08-18  Richard Bienertree-pass.h (make_pass_materialize_all_clones): Declare.
2016-08-17  Richard Bienertree-ssa.c: Include tree-cfg.h and tree-dfa.h.
2016-07-26  Trevor Saundersuse auto_sbitmap in various places
2016-05-03  Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-10  Jeff Lawre PR tree-optimization/68619 (error: loop with header...
2015-11-09  Jeff Law[PATCH] Minor refactoring in tree-ssanames.c & freelist...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-01  Trevor Saundersremove many typedefs
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-18  Trevor Saundersremove need for store_values_directly
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-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-03  Marc Glissere PR tree-optimization/60770 (disappearing clobbers)
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-17  Marc Glissetree-into-ssa.c (is_old_name): Replace "new" with ...
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-10-16  Tom de VriesAssert no use with SSA_NAME_IN_FREELIST before using...
2014-07-09  Trevor Saundersremove has_execute
2014-06-24  Trevor Saundersallow storing values directly in hash tables
2014-06-24  Trevor SaundersRemove a layer of indirection from hash_table
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
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-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-09  David MalcolmEliminate BASIC_BLOCK macro.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-22  Trevor Saundersadd auto_vec
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-17  Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-02  Andrew MacLeodtree-flow.h: Remove some prototypes.
2013-10-02  Andrew Macleodtree-flow.h: Include new .h files.
2013-10-01  Andrew MacLeodtree-into-ssa.c (enum need_phi_state): Relocate from...
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-26  Richard Bienertree-into-ssa.c (rewrite_into_ssa): Make more SSA names...
2013-09-18  Trevor Saunderscompare-elim.c (find_comparison_dom_walker): New class
2013-09-14  Jan Hubickatree-into-ssa.c (gate_into_ssa): New.
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-06-10  David Malcolmtree-into-ssa.c (interesting_blocks): Make static.
2013-04-23  Lawrence CrowlThis patch extracts approved portions of the hash_table...
2013-03-06  Richard Bienerre PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-10  Richard Bienerre PR bootstrap/55792 (Bad memory access with profiledb...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  Lawrence CrowlThis patch renames sbitmap iterators to unify them...
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-08-22  Richard Guenthertree-ssa-loop-ch.c (copy_loop_headers): Remove redundan...
2012-08-21  Richard Guenthertree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly...
2012-08-20  Richard Guenthertree-flow.h (register_new_name_mapping): Remove.
2012-08-16  Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
next