re PR target/65697 (__atomic memory barriers not strong enough for __sync builtins)
[gcc.git] / gcc / tree-inline.c
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-09 Richard Bienerre PR tree-optimization/66413 (ICE at -Os and above...
2015-06-09 Alexandre OlivaReset inlined debug variables at the end of the inlined...
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-21 Richard Bienercfghooks.h (create_basic_block): Replace with two overl...
2015-04-17 Tom de VriesSet PROP_gimple_lva for functions without IFN_VA_ARG
2015-03-13 Richard Bienerre PR ipa/44563 (GCC uses a lot of RAM when compiling...
2015-03-10 Richard Bienerre PR ipa/44563 (GCC uses a lot of RAM when compiling...
2015-01-16 Ilya Enkovichre PR target/64363 (Unresolved labels with -fcheck...
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-14 Richard Bienerre PR middle-end/64415 (ICE: verify_ssa failed / segmen...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub Jelinekre PR sanitizer/64265 (r217669 broke tsan)
2015-01-05 Jakub Jelinekre PR middle-end/64465 (internal compiler error: verify...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Martin Liskaipa-prop uses symbol_summary class.
2014-12-18 Jan Hubickare PR bootstrap/63573 (libgo: ICE building libgo on...
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-24 Richard Bienerre PR tree-optimization/55334 (mgrid regression (ipa...
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17 Jason MerrillC++14 constexpr support (minus loops and multiple returns)
2014-11-16 Jan Hubickapasses.c (execute_one_pass): Do not apply all transform...
2014-11-13 Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-10-31 Richard Bienerbuiltins.c (fold_builtin_atomic_always_lock_free):...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-28 Alan LawrenceRemove VEC_LSHIFT_EXPR and vec_shl_optab
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-13 Jan Hubickare PR c++/62127 (ICE with VLA in constructor)
2014-09-24 Aldy Hernandezcgraph.h, [...]: Rename all instances of DECL_ABSTRACT...
2014-09-08 Richard Bienerre PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C ...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-25 Richard Bienertree-inline.c (estimate_move_cost): Mark speed_p argume...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-24 Richard Bienertree-inline.h (estimate_move_cost): Add speed_p parameter.
2014-06-28 Jan Hubickatree-inline.c (remap_type_1): Do not duplicate fields...
2014-06-25 Martin LiskaIPA REF refactoring
2014-06-25 Cong Houtree-vect-patterns.c (vect_recog_sad_pattern): New...
2014-06-05 Ilya Enkovichtree-inline.c (tree_function_versioning): Check DF...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-20 Dehao Chenipa-inline-transform.c (clone_inlined_nodes): Use min...
2014-05-16 Richard Bienertree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
2014-05-13 Richard Bienerre PR ipa/60973 (Invalid propagation of a tail call...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-23 Richard Bienerre PR tree-optimization/60895 (error: address taken...
2014-04-16 Martin Jamborcgraphclones.c (cgraph_create_virtual_clone): Duplicate...
2014-04-15 Eric Botcazoucfgloop.h (struct loop): Move force_vectorize down.
2014-04-14 Eric Botcazoucfgloop.h (struct loop): Rename force_vect into force_v...
2014-03-31 Yuri Rumyantsevtree-inline.c (copy_loops): Add missed copy of 'safelen'.
2014-02-19 Richard Bienerre PR ipa/60243 (IPA is slow on large cgraph tree)
2014-02-17 Richard Bienertree-inline.c (expand_call_inline): Release the virtual...
2014-02-07 Jakub Jelinekre PR ipa/60026 (ICE at -O3 on valid code (with the...
2014-02-04 Jakub Jelinekre PR ipa/60026 (ICE at -O3 on valid code (with the...
2014-02-01 Jakub Jelinekre PR tree-optimization/60003 (wrong code with __builti...
2014-01-29 Jakub Jelinekre PR middle-end/59917 (ICE in calc_dfs_tree, at domina...
2014-01-20 H.J. LuAdd type to DEFCIFCODE to describe the inline failure
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-12-11 Jakub Jelinekre PR tree-optimization/59386 (ICE on valid code at...
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09 David MalcolmEliminate last_basic_block macro.
2013-12-09 David MalcolmEliminate profile_status macro.
2013-12-09 David MalcolmEliminate BASIC_BLOCK macro.
2013-12-09 David MalcolmRename profile_status_for_function to profile_status_fo...
2013-11-27 Richard Bienerre PR middle-end/58723 (ICE in lto_output_edge, at...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-21 David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-21 Andrew MacLeodgimplify.h (gimplify_hasher : typed_free_remove, [...
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 David MalcolmConvert gimple types from a union to C++ inheritance
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-14 Jeff Lawbasic-block.h (has_abnormal_outgoing_edge_p): Moved...
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-11-12 Teresa Johnsonpredict.c (drop_profile): New function.
2013-11-01 Trevor SaundersReplace some heap vectors with stack vectors.
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-26 Jeff LawMakefile.def (target_modules): Remove libmudflap
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-11 Jakub Jelinektarget.c: New file.
2013-10-08 Dehao Chenre PR tree-optimization/58619 (ICE building in gen_comb...
2013-09-17 Eric Botcazoutree-inline.h (struct copy_body_data): Add transform_pa...
2013-09-13 Jakub Jelinekre PR libgomp/58392 (internal compiler error: in expand...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-08 Andi KleenFix handling of very long asm statements in inliner
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-13 Jakub Jelinekre PR middle-end/57661 (ICE: SIGSEGV in verify_ssa)
next