Revert "[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
[oota-llvm.git] / include / llvm / IR / CallSite.h
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-10 Benjamin Kramer[CallSite] Use the injected base class name. NFC.
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-05 Reid KlecknerRevert busted CallSite change from r231386
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-04-24 Reid KlecknerRemove dead inline function that doesn't compile
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Chandler Carruth[C++11] Sink the iterator over a Value's users into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...