summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*Trevor Saunders2015-09-201-24/+24
* re PR tree-optimization/67253 (ICE at -O3 on x86_64-linux-gnu (verify_gimple ...Richard Biener2015-09-161-1/+3
* [PR64164] fix regressions reported on m68k and armebAlexandre Oliva2015-08-191-10/+34
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-117/+354
* re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov2015-08-031-1/+10
* Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov2015-07-311-14/+5
* Revert:David Edelsohn2015-07-241-266/+104
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-104/+266
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-19/+4
* target-insns.def (stack_protect_set, [...]): New targetm instruction patterns.Richard Sandiford2015-07-051-14/+6
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* hash-map-traits.h (unbounded_hashmap_traits): New class.Richard Sandiford2015-06-251-19/+1
* re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e...Ilya Enkovich2015-06-181-35/+57
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-266/+104
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-104/+266
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-1/+1
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-4/+4
* cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek2015-05-201-1/+1
* Convert to md_asm_adjustRichard Henderson2015-05-111-327/+286
* Canonicalize asm volatility earlierRichard Henderson2015-05-111-8/+3
* Merge expand_asm_operands into expand_asm_stmtRichard Henderson2015-05-111-95/+72
* Only resolve_asm_operand_names onceRichard Henderson2015-05-111-2/+0
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-3/+2
* cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener2015-04-231-1/+1
* Postpone expanding va_arg until pass_stdargTom de Vries2015-04-171-1/+2
* re PR sanitizer/64820 (Libsanitizer fails with ((AddrIsAlignedByGranularity(a...Max Ostapenko2015-03-161-10/+19
* re PR rtl-optimization/65321 (ICE on valid code at -O2 and -O3 with -g enable...Jakub Jelinek2015-03-101-0/+25
* re PR middle-end/63743 (Thumb1: big regression for float operators by r216728)Thomas Preud'homme2015-03-091-4/+2
* re PR middle-end/65315 (incorrect alignment of local variable with aligned at...Steve Ellcey2015-03-051-0/+7
* Fix signedness of compares expanding debug exprs.Alexandre Oliva2015-02-041-3/+6
* re PR debug/64817 (compilation hangs at -O3 with -g enabled on x86_64-linux-gnu)Jakub Jelinek2015-02-011-1/+86
* re PR middle-end/64809 (ICE at -O3 with -g enabled on x86_64-linux-gnu (in 32...Yuri Rumyantsev2015-01-281-1/+4
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+10
* re PR tree-optimization/64434 (Performance regression after operand canonical...Yuri Rumyantsev2015-01-151-0/+80
* common.opt: New option -fstack-protector-explicit.Marcos Diaz2015-01-141-6/+27
* re PR middle-end/63974 (gcc.c-torture/compile/991213-3.c ICEs with -mabi=ilp32)Jakub Jelinek2015-01-131-2/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR inline-asm/61692 (ICE in extract_insn in recog.c for asm with many para...David Wohlferd2014-12-081-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-3/+3
* convert trans-mem to hash_tableTrevor Saunders2014-11-201-7/+4
* re PR sanitizer/63845 (c-c++-common/asan/bitfield-[12345].c fails on i?86 -wi...Igor Zamyatin2014-11-201-0/+3
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-27/+31
* cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen2014-11-171-3/+4
* Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence2014-11-131-1/+0
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-2/+59