summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+7
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-2/+2
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-1/+1
* [ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->R...Craig Topper2018-03-201-4/+4
* Fixing warnings caused by commit 323095Marina Yatsina2018-01-221-5/+5
* Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...Marina Yatsina2018-01-221-0/+195
OpenPOWER on IntegriCloud