summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FixupSetCC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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