aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-02-02Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith1-5/+18
2013-09-28Fix spelling intruction -> instruction.Robert Wilhelm1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-8/+8
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth1-4/+4
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer1-26/+18
2012-03-11llvm::SwitchInstStepan Dyatkovskiy1-1/+1
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy1-3/+3
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy1-2/+5
2011-10-16Add a proper LLVM banner to this file.Chandler Carruth1-0/+13
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