]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgexpand.c
gimple-predict.h: New file.
[thirdparty/gcc.git] / gcc / cfgexpand.c
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-05  Richard Sandifordtarget-insns.def (stack_protect_set, [...]): New target...
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-map-traits.h (unbounded_hashmap_traits): New class.
2015-06-18  Ilya Enkovichre PR middle-end/66568 ([CHKP] internal compiler error...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-10  Alexandre OlivaRevert "[PR64164] Drop copyrename, use coalescible...
2015-06-09  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06  Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-20  Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-20  Marek Polacekcfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
2015-05-11  Richard HendersonConvert to md_asm_adjust
2015-05-11  Richard HendersonCanonicalize asm volatility earlier
2015-05-11  Richard HendersonMerge expand_asm_operands into expand_asm_stmt
2015-05-11  Richard HendersonOnly resolve_asm_operand_names once
2015-05-07  Richard Sandifordrtl.h (always_void_p): New function.
2015-04-23  Richard Bienercfgexpand.c (expand_gimple_stmt_1): Use ops.code.
2015-04-17  Tom de VriesPostpone expanding va_arg until pass_stdarg
2015-03-16  Max Ostapenkore PR sanitizer/64820 (Libsanitizer fails with ((AddrIs...
2015-03-10  Jakub Jelinekre PR rtl-optimization/65321 (ICE on valid code at...
2015-03-09  Thomas Preud'hommere PR middle-end/63743 (Thumb1: big regression for...
2015-03-05  Steve Ellceyre PR middle-end/65315 (incorrect alignment of local...
2015-02-04  Alexandre OlivaFix signedness of compares expanding debug exprs.
2015-02-01  Jakub Jelinekre PR debug/64817 (compilation hangs at -O3 with -g...
2015-01-28  Yuri Rumyantsevre PR middle-end/64809 (ICE at -O3 with -g enabled...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-15  Yuri Rumyantsevre PR tree-optimization/64434 (Performance regression...
2015-01-15  Marcos Diazcommon.opt: New option -fstack-protector-explicit.
2015-01-13  Jakub Jelinekre PR middle-end/63974 (gcc.c-torture/compile/991213...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-08  David Wohlferdre PR inline-asm/61692 (ICE in extract_insn in recog...
2014-11-29  Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-20  Trevor Saundersconvert trans-mem to hash_table
2014-11-20  Igor Zamyatinre PR sanitizer/63845 (c-c++-common/asan/bitfield-...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17  Zhenqiang Chencfgexpand.c (expand_gimple_cond): Check ccmp.
2014-11-13  Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-11-01  Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
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-08  Joern Renneckecfgexpand.c (expand_debug_expr): Get address space...
2014-09-11  David MalcolmIntroduce LABEL_REF_LABEL
2014-09-10  Kugan Vivekanandarajahrevert: calls.c (precompute_arguments): Check promoted_...
2014-09-03  Trevor Saundersuse rtx_code_label in lab_rtx_for_bb hash map
2014-09-03  Trevor Saundersuse rtx_code_label more
2014-08-28  David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-26  David MalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-26  Joseph MyersFix ARM ICE for register var asm ("pc") (PR target...
2014-08-25  David MalcolmConvert edge_def.insns.r to rtx_insn *
2014-08-22  David Malcolmjump.c: Use rtx_insn in a few places (also touches...
2014-08-19  David MalcolmConvert various rtx to rtx_note *
2014-08-19  David Malcolmcfgexpand.c: Use rtx_insn
2014-08-18  David MalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-08-08  Kugan Vivekanandarajahcalls.c (precompute_arguments): Check promoted_for_sign...
2014-08-08  Kugan Vivekanandarajahcalls.c (precompute_arguments): Use new SUBREG_PROMOTED...
2014-08-07  Trevor Saundersremove pointer-set.[ch]
2014-08-07  Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-09  Trevor Saundersremove has_execute
2014-06-25  Cong Houtree-vect-patterns.c (vect_recog_sad_pattern): New...
2014-06-06  Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-06-05  Senthil Kumar Selvarajre PR debug/52472 (ICE: in convert_debug_memory_address...
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-09  Florian Weimer-fstack-protector-strong: Instrumentation for return...
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-22  Lin Zuojianre PR middle-end/60281 (Address Sanitizer triggers...
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saundersremove has_gate
2014-03-20  Eric Botcazoucalls.c (store_one_arg): Remove incorrect const qualifi...
2014-03-05  Jakub Jelinekre PR lto/60404 (wrong code by LTO on x86_64-linux...
2014-03-03  Jakub Jelinekre PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize...
2014-02-10  Bernd Edlingerre PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c...
2014-01-09  Jakub Jelinekre PR middle-end/47735 (Unnecessary adjustments to...
2014-01-09  Max Ostapenkocfgexpand.c (expand_stack_vars): Optionally disable...
2014-01-08  Bernd Edlingerre PR middle-end/57748 (ICE when expanding assignment...
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_ALL_BB macro.
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-29  Ilya Enkovichrevert: cgraph.h (varpool_node): Add need_bounds_init...
2013-11-28  Jakub Jelinekre PR middle-end/59327 (warning in expand_used_vars)
2013-11-28  Jakub Jelinekcfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-27  Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26  Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
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_...
next