summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86CondBrFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* X86CondBrFolding - remove non-existent fixBranchProb function. NFC.Simon Pilgrim2019-11-071-2/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* X86: Clean up pass initializationTom Stellard2019-06-131-3/+1
* [X86] Merge the different Jcc instructions for each condition code into singl...Craig Topper2019-04-051-8/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix not correct imm operand assertion for SUB32ri in X86CondBrFolding::analyz...Craig Topper2018-12-111-1/+2
* [X86] Initialize and Register X86CondBrFoldingPassCraig Topper2018-12-071-4/+6
* Move some helpers from the global namespace into anonymous ones.Benjamin Kramer2018-10-131-0/+2
* [X86] Fix sanitizer bot failure from 344085Rong Xu2018-10-091-2/+3
* Recommit r343993: [X86] condition branches folding for three-way conditional ...Rong Xu2018-10-091-0/+579
* [X86] Revert r343993 condition branches folding for three-way conditional codesRong Xu2018-10-081-579/+0
* [X86] condition branches folding for three-way conditional codesRong Xu2018-10-081-0/+579
OpenPOWER on IntegriCloud