Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / IR / InstrTypes.h
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-14 Matt ArsenaultUpdate comments to include addrspacecast
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-05-31 Matt ArsenaultFix wrong comment. Null is not acceptable.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-02 Chandler CarruthMove all of the header files which are involved in...