aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-06[RDA] getInstFromId: find instructions. NFC.Sjoerd Meijer1-1/+3
2020-02-06[ReachingDefs] Make isSafeToMove more strict.Sam Parker1-4/+12
2020-01-29[RDA][ARM] Move functionality into RDASam Parker1-0/+138
2020-01-28[NFC][RDA] typedef SmallPtrSetImpl<MachineInstr*>Sam Parker1-3/+3
2020-01-23[RDA] Skip debug valuesSam Parker1-0/+5
2020-01-23[NFC][RDA] Make the interface constSam Parker1-17/+22
2020-01-17[ARM][MVE] Tail Predicate IsSafeToRemoveSam Parker1-31/+43
2020-01-07[ARM][MVE] VPT Blocks: findVCMPToFoldIntoVPSSjoerd Meijer1-2/+0
2019-12-20[ARM][MVE] Fixes for tail predication.Sam Parker1-5/+41
2019-12-11[ARM][LowOverheadLoops] Remove dead loop update instructions.Sjoerd Meijer1-1/+25
2019-11-26[ARM][ReachingDefs] Remove dead code in loloops.Sam Parker1-8/+35
2019-11-26[ARM][ReachingDefs] RDA in LoLoopsSam Parker1-0/+52
2019-10-19Prune two MachineInstr.h includes, fix up depsReid Kleckner1-0/+1
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