aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-08Add some comments linking back to PR28400.Sean Silva1-0/+4
2016-08-08[PM] More workaround for PR28400Sean Silva1-0/+1
2016-06-15[PM] Port AlignmentFromAssumptions to the new PM.Sean Silva1-21/+36
2016-05-03Add opt-bisect support to additional passes that can be skippedAndrew Kaylor1-0/+3
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-2/+1
2015-12-11AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAAHal Finkel1-0/+4
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-11/+6
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-6/+11
2015-09-23[SCEV] Introduce ScalarEvolution::getOne and getZero.Sanjoy Das1-1/+1
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-4/+4
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-2/+2
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-5/+2
2015-03-09Remove the remaining uses of abs64 and nuke it.Benjamin Kramer1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-2/+2
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth1-1/+1
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-7/+7
2014-09-11[AlignmentFromAssumptions] Don't crash just because the target is 32-bitHal Finkel1-0/+4
2014-09-10[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignmentHal Finkel1-2/+4
2014-09-07Add a comment to getNewAlignmentDiff.Andrew Trick1-2/+4
2014-09-07Add an AlignmentFromAssumptions PassHal Finkel1-0/+420