summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Move the LowerExpectIntrinsic pass to the Scalar library.Chandler Carruth2015-01-241-188/+0
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-1/+1
* Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith2014-02-021-5/+18
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-281-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-151-4/+4
* Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer2012-05-261-26/+18
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-3/+3
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-2/+5
* Add a proper LLVM banner to this file.Chandler Carruth2011-10-161-0/+13
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* No need to explicitly invoke the ArrayRef constructor here.Frits van Bommel2011-07-151-1/+1
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-061-1/+4
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+163
OpenPOWER on IntegriCloud