aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-19[PR64164] fix regressions reported on m68k and armebAlexandre Oliva1-10/+34
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-117/+354
2015-08-03re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov1-1/+10
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-14/+5
2015-07-24Revert:David Edelsohn1-266/+104
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-104/+266
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+4
2015-07-05target-insns.def (stack_protect_set, [...]): New targetm instruction patterns.Richard Sandiford1-14/+6
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (unbounded_hashmap_traits): New class.Richard Sandiford1-19/+1
2015-06-18re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e...Ilya Enkovich1-35/+57
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-266/+104
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-104/+266
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-4/+4
2015-05-20cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek1-1/+1
2015-05-11Convert to md_asm_adjustRichard Henderson1-327/+286
2015-05-11Canonicalize asm volatility earlierRichard Henderson1-8/+3
2015-05-11Merge expand_asm_operands into expand_asm_stmtRichard Henderson1-95/+72
2015-05-11Only resolve_asm_operand_names onceRichard Henderson1-2/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-3/+2
2015-04-23cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener1-1/+1
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-1/+2
2015-03-16re PR sanitizer/64820 (Libsanitizer fails with ((AddrIsAlignedByGranularity(a...Max Ostapenko1-10/+19
2015-03-10re PR rtl-optimization/65321 (ICE on valid code at -O2 and -O3 with -g enable...Jakub Jelinek1-0/+25
2015-03-09re PR middle-end/63743 (Thumb1: big regression for float operators by r216728)Thomas Preud'homme1-4/+2
2015-03-05re PR middle-end/65315 (incorrect alignment of local variable with aligned at...Steve Ellcey1-0/+7
2015-02-04Fix signedness of compares expanding debug exprs.Alexandre Oliva1-3/+6
2015-02-01re PR debug/64817 (compilation hangs at -O3 with -g enabled on x86_64-linux-gnu)Jakub Jelinek1-1/+86
2015-01-28re PR middle-end/64809 (ICE at -O3 with -g enabled on x86_64-linux-gnu (in 32...Yuri Rumyantsev1-1/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+10
2015-01-15re PR tree-optimization/64434 (Performance regression after operand canonical...Yuri Rumyantsev1-0/+80
2015-01-14common.opt: New option -fstack-protector-explicit.Marcos Diaz1-6/+27
2015-01-13re PR middle-end/63974 (gcc.c-torture/compile/991213-3.c ICEs with -mabi=ilp32)Jakub Jelinek1-2/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-08re PR inline-asm/61692 (ICE in extract_insn in recog.c for asm with many para...David Wohlferd1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-20convert trans-mem to hash_tableTrevor Saunders1-7/+4
2014-11-20re PR sanitizer/63845 (c-c++-common/asan/bitfield-[12345].c fails on i?86 -wi...Igor Zamyatin1-0/+3
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-27/+31
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen1-3/+4
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-1/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-2/+59
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
2014-10-31builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER...Richard Biener1-2/+1