summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FixupSetCC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86FixupSetCC] Remember the preceding eflags defining instruction while we'r...Craig Topper2019-12-251-27/+5
* [X86FixupSetCC] Use MachineInstr::readRegister/definesRegister to check for E...Craig Topper2019-12-241-15/+3
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-2/+2
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* [X86] Merge the different SETcc instructions for each condition code into sin...Craig Topper2019-04-051-25/+1
* [X86] Add missing isReg() guards in FixupSetCCs pass.Nirav Dave2019-01-241-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* ADT: Give ilist<T>::reverse_iterator a handle to the current nodeDuncan P. N. Exon Smith2016-08-301-1/+2
* Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-071-0/+186
* Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein2016-07-071-183/+0
* [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-061-0/+183
OpenPOWER on IntegriCloud