aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ExecutionDomainFix.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-19Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner1-0/+1
2019-06-30Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song1-2/+2
2019-04-20[ExecutionDomainFix] Optimize a binary search insertionFangrui Song1-3/+3
2019-04-12Use llvm::upper_bound. NFCFangrui Song1-5/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-7/+7
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-2/+2
2018-01-22Fixing warnings caused by commit 323095Marina Yatsina1-2/+2
2018-01-22Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...Marina Yatsina1-417/+1
2018-01-22Rename ExecutionDepsFix files to ExecutionDomainFixMarina Yatsina1-0/+889