aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-07-15No need to explicitly invoke the ArrayRef constructor here.Frits van Bommel1-1/+1
2011-07-06Fix a bug in the "expect" intrinsic lowering.Jakub Staszak1-1/+4
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak1-0/+163