aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
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-04-06[CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-03-20[ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->R...Craig Topper1-4/+4
2018-01-22Fixing warnings caused by commit 323095Marina Yatsina1-5/+5
2018-01-22Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...Marina Yatsina1-0/+195