aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SSAUpdaterBulk.cpp
AgeCommit message (Expand)AuthorFilesLines
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-9/+11
2018-04-20Revert "Revert r330403 and r330413."Michael Zolotukhin1-13/+12
2018-04-20Revert r330403 and r330413.Ilya Biryukov1-12/+13
2018-04-20[SSAUpdaterBulk] Use SmallVector instead of DenseMap for storing rewrites.Michael Zolotukhin1-13/+12
2018-04-20[SSAUpdaterBulk] Add an assert.Michael Zolotukhin1-0/+1
2018-04-20[SSAUpdaterBulk] Add * and & to auto.Michael Zolotukhin1-4/+4
2018-04-20[SSAUpdaterBulk] Use PredCache in ComputeLiveInBlocks.Michael Zolotukhin1-3/+4
2018-04-20[SSAUpdaterBulk] Use SmallVector instead of SmallPtrSet for uses.Michael Zolotukhin1-2/+5
2018-04-17[SSAUpdaterBulk] Add debug logging.Michael Zolotukhin1-12/+23
2018-04-11[SSAUpdaterBulk] Fix linux bootstrap/sanitizer failures: explicitly specify o...Michael Zolotukhin1-1/+2
2018-04-10[SSAUpdaterBulk] Handle CFG with unreachable from entry blocks.Michael Zolotukhin1-1/+1
2018-04-09[PR16756] Add SSAUpdaterBulk.Michael Zolotukhin1-0/+173