| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the macro fusion table for X86 according to Intel optimization | Shengchen Kan | 2019-12-05 | 1 | -171/+12 |
| * | [X86] Merge the different Jcc instructions for each condition code into singl... | Craig Topper | 2019-04-05 | 1 | -17/+21 |
| * | [X86MacroFusion] Handle branch fusion (AMD CPUs). | Clement Courbet | 2019-03-28 | 1 | -53/+98 |
| * | [X86] Enable 8-bit OR with disjoint bits to convert to LEA | Craig Topper | 2019-03-05 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [X86] Remove the AL/AX/EAX/RAX short immediate forms from the macro fusion sh... | Craig Topper | 2018-08-11 | 1 | -18/+0 |
| * | [X86] Add the mem-reg form of CMP to the macro fusion shouldScheduleAdjacent. | Craig Topper | 2018-08-11 | 1 | -0/+4 |
| * | [X86] Remove ADD8mi and ADDmr from the macro fusion shouldScheduleAdjacent. | Craig Topper | 2018-08-11 | 1 | -2/+0 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [X86] Avoid using high register trick for test instruction | Amaury Sechet | 2018-01-31 | 1 | -1/+0 |
| * | Revert "[X86] Avoid using high register trick for test instruction" | Eric Liu | 2018-01-30 | 1 | -0/+1 |
| * | [X86] Avoid using high register trick for test instruction | Amaury Sechet | 2018-01-29 | 1 | -1/+0 |
| * | Recover some overzealously removed includes. | Michael Zolotukhin | 2017-12-13 | 1 | -0/+1 |
| * | Remove redundant includes from lib/Target/X86. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem | Craig Topper | 2017-10-01 | 1 | -4/+4 |
| * | [X86] Provide a separate feature bit for macro fusion support instead of basi... | Craig Topper | 2017-08-30 | 1 | -4/+2 |
| * | Recommit rL305677: [CodeGen] Add generic MacroFusion pass | Florian Hahn | 2017-06-19 | 1 | -85/+16 |
| * | Revert r305677 [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -16/+85 |
| * | [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -85/+16 |
| * | Sink accessing TII to fix release Werror builds. | Eric Christopher | 2017-03-10 | 1 | -5/+3 |
| * | [AArch64, X86] Additional debug information for MacroFusion | Evandro Menezes | 2017-03-10 | 1 | -2/+6 |
| * | [AArch64, X86] Add statistics for the MacroFusion pass | Evandro Menezes | 2017-02-21 | 1 | -0/+4 |
| * | [AArch64, X86] Guard against both instrs being wild cards | Evandro Menezes | 2017-02-21 | 1 | -6/+7 |
| * | [X86] Prefer static_cast<> to C-style cast. NFCI. | Davide Italiano | 2017-02-19 | 1 | -3/+5 |
| * | [X86] Fix enumeral/non-enumeral conditional expression warning. | Simon Pilgrim | 2017-02-19 | 1 | -4/+4 |
| * | *MacroFusion.cpp: Suppress warnings to eliminate \param(s). [-Wdocumentation] | NAKAMURA Takumi | 2017-02-01 | 1 | -1/+1 |
| * | [CodeGen] Move MacroFusion to the target | Evandro Menezes | 2017-02-01 | 1 | -0/+262 |