Age | Commit message (Expand) | Author | Files | Lines |
2016-05-20 | Implement CALL_EXPR_MUST_TAIL_CALL | David Malcolm | 1 | -0/+1 |
2016-05-20 | re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ... | Richard Guenther | 1 | -0/+1 |
2016-05-09 | Fix handling of negative bitpos in expand_debug_expr | Richard Sandiford | 1 | -1/+1 |
2016-04-23 | re PR sanitizer/70712 (False positive from AddressSanitizer with use of 'alig... | Jakub Jelinek | 1 | -1/+1 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -2/+2 |
2016-04-14 | Revert empty class parameter passing ABI changes. | Jason Merrill | 1 | -10/+0 |
2016-04-13 | Warn about empty parameter ABI with -Wabi=9. | Jason Merrill | 1 | -0/+10 |
2016-02-18 | Do not emit red stack zones for a fn with no_sanitize_address | Jakub Jelinek | 1 | -4/+16 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-11 | avoid alignment of static variables affecting stack's | Jan Beulich | 1 | -0/+3 |
2015-12-08 | re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540) | Eric Botcazou | 1 | -4/+7 |
2015-12-07 | re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540) | Eric Botcazou | 1 | -1/+6 |
2015-12-03 | Empty the redirect_edge_var_map after each pass | Alan Lawrence | 1 | -1/+1 |
2015-12-03 | cfgexpand.c (expand_gimple_stmt_1): Return statement with DECL as return valu... | Ilya Enkovich | 1 | -3/+6 |
2015-11-17 | Short-cut generation of simple built-in functions | Richard Sandiford | 1 | -1/+16 |
2015-11-16 | re PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invali... | Richard Biener | 1 | -0/+3 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -5/+7 |
2015-11-03 | defer mark_addressable calls during expand till the end of expand | Alexandre Oliva | 1 | -0/+3 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -14/+12 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -14/+13 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -2/+2 |
2015-10-09 | [PR67891] don't test is_gimple_reg after parm expansion | Alexandre Oliva | 1 | -3/+0 |
2015-09-27 | revert to assign_parms assignments using default defs | Alexandre Oliva | 1 | -161/+171 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -24/+24 |
2015-09-16 | re PR tree-optimization/67253 (ICE at -O3 on x86_64-linux-gnu (verify_gimple ... | Richard Biener | 1 | -1/+3 |
2015-08-19 | [PR64164] fix regressions reported on m68k and armeb | Alexandre Oliva | 1 | -10/+34 |
2015-08-14 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -117/+354 |
2015-08-03 | re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ... | Alexander Basov | 1 | -1/+10 |
2015-07-31 | Use lowpart_subreg instead of simplify_gen_subreg | Anatoly Sokolov | 1 | -14/+5 |
2015-07-24 | Revert: | David Edelsohn | 1 | -266/+104 |
2015-07-23 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -104/+266 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -19/+4 |
2015-07-05 | target-insns.def (stack_protect_set, [...]): New targetm instruction patterns. | Richard Sandiford | 1 | -14/+6 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-25 | hash-map-traits.h (unbounded_hashmap_traits): New class. | Richard Sandiford | 1 | -19/+1 |
2015-06-18 | re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e... | Ilya Enkovich | 1 | -35/+57 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-10 | Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt... | Alexandre Oliva | 1 | -266/+104 |
2015-06-09 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -104/+266 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -1/+1 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -4/+4 |
2015-05-20 | cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P. | Marek Polacek | 1 | -1/+1 |
2015-05-11 | Convert to md_asm_adjust | Richard Henderson | 1 | -327/+286 |
2015-05-11 | Canonicalize asm volatility earlier | Richard Henderson | 1 | -8/+3 |
2015-05-11 | Merge expand_asm_operands into expand_asm_stmt | Richard Henderson | 1 | -95/+72 |
2015-05-11 | Only resolve_asm_operand_names once | Richard Henderson | 1 | -2/+0 |