Age | Commit message (Expand) | Author | Files | Lines |
2015-11-19 | re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu) | Jakub Jelinek | 1 | -4/+41 |
2015-11-10 | [optabs][ifcvt][1/3] Define negcc, notcc optabs | Kyrylo Tkachov | 1 | -0/+79 |
2015-11-09 | Fix memory leaks and use a pool_allocator | Martin Liska | 1 | -3/+3 |
2015-11-09 | [RTL-ifcvt] PR rtl-optimization/67749: Do not emit separate SET insn in IF-EL... | Kyrylo Tkachov | 1 | -40/+65 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -2/+2 |
2015-11-05 | [Patch ifcvt] Teach RTL ifcvt to handle multiple simple set instructions | James Greenhalgh | 1 | -2/+250 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -9/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -12/+10 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-10-02 | [RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basi... | Kyrylo Tkachov | 1 | -1/+2 |
2015-09-28 | [RTL-ifcvt] PR rtl-optimization/67481: Look more deeply for CCmode sets durin... | Kyrylo Tkachov | 1 | -0/+14 |
2015-09-28 | [RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks ... | Kyrylo Tkachov | 1 | -1/+31 |
2015-09-01 | [RTL-ifcvt] Make non-conditional execution if-conversion more aggressive | Kyrylo Tkachov | 1 | -68/+398 |
2015-08-24 | ifcvt.c (HAVE_incscc, [...]): Delete. | Richard Sandiford | 1 | -15/+9 |
2015-08-13 | [RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store_flag_constants | Kyrylo Tkachov | 1 | -8/+60 |
2015-08-13 | [RTL-ifcvt] Improve conditional select ops on immediates (fix failing x86_64 ... | Kyrylo Tkachov | 1 | -16/+61 |
2015-08-03 | [RTL-ifcvt] Improve conditional select ops on immediates | Kyrylo Tkachov | 1 | -11/+52 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | target.def (rtx_costs): Remove "code" param, add "mode". | Alan Modra | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -11/+4 |
2015-07-05 | target-insns.def (trap): New targetm instruction pattern. | Richard Sandiford | 1 | -4/+1 |
2015-06-30 | target-insns.def (jump): New targetm instruction pattern. | Richard Sandiford | 1 | -4/+3 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -7/+3 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-12 | [ifcvt][obvious] Use std::swap instead of manually swapping | Kyrylo Tkachov | 1 | -8/+4 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -6/+5 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-06-03 | [ifcvt][obvious] Fix typo in comment | Kyrylo Tkachov | 1 | -1/+1 |
2015-05-22 | always define HAVE_conditional_move | Trevor Saunders | 1 | -11/+0 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -3/+5 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -8/+4 |
2015-05-07 | rtl.h (always_void_p): New function. | Richard Sandiford | 1 | -5/+5 |
2015-05-02 | change local vars to rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -0/+15 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -3/+3 |
2014-12-12 | re PR rtl-optimization/63917 (r217646 caused many failures) | Zhenqiang Chen | 1 | -1/+29 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -2/+2 |
2014-11-17 | ifcvt.c (HAVE_cbranchcc4): Define. | Zhenqiang Chen | 1 | -4/+14 |
2014-11-04 | revert: ifcvt.c (noce_emit_cmove, [...]): Allow CC mode if HAVE_cbranchcc4. | Zhenqiang Chen | 1 | -20/+4 |
2014-11-03 | ifcvt.c (noce_try_store_flag_mask): Check rtx cost. | Zhenqiang Chen | 1 | -0/+11 |
2014-11-03 | ifcvt.c (noce_emit_cmove, [...]): Allow CC mode if HAVE_cbranchcc4. | Zhenqiang Chen | 1 | -4/+20 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -6/+6 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+6 |
2014-10-22 | cfgbuild.h: New. | Andrew MacLeod | 1 | -0/+1 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -2/+6 |
2014-09-30 | re PR inline-asm/63282 (ICE in redirect_jump_1) | Jakub Jelinek | 1 | -0/+3 |