[OperandBundles] Have DeadArgElim play nice with operand bundles
[oota-llvm.git] / include / llvm / IR / CallSite.h
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-11-25 Sanjoy Das[OperandBundles] Extract duplicated code into a helper...
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-04 Sanjoy Das[IR] Add a `data_operand` abstraction
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-07 Sanjoy Das[OperandBundles] Add an accessor to get an operand...
2015-09-24 Sanjoy Das[IR] Add operand bundles to CallInst and InvokeInst.
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
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...