aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-14Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-17Fix typo in comment.Jay Foad
2011-05-22add a helper method to get the byval alignment of an argument.Chris Lattner
2011-05-16Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola
2011-04-26Another example of a static table that wasn't marked static.Duncan Sands
2011-04-25mark a large static table static. Pointed out by Michael Ilseman!Chris Lattner
2010-12-07Remove the code from Function::dropAllReferences which replacedDan Gohman
2010-11-29Merge System into Support.Michael J. Spencer
2010-04-01Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif
2010-03-25rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif
2010-03-23add assert in argpromotion, which cannot triggerGabor Greif
2010-02-16Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2009-12-29add a layer of accessors around the Value::SubClassData member, and use Chris Lattner
2009-12-19Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall
2009-12-11Add utility method for determining whether a function argumentDuncan Sands
2009-10-28when we tear down a module, we need to be careful to Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-07LLVMContext-ification.Owen Anderson
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-02Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson
2009-06-18Simplify.Owen Anderson
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson
2009-06-17Reapply r73647 in a non-broken form.Owen Anderson
2009-06-17Protect the GC table in Function.cppOwen Anderson
2009-06-10Implement and use new method Function::hasAddressTaken().Jay Foad
2009-03-07further simplifications arising from peruse of the more declarative interfaceGabor Greif
2009-03-01Another sentinel optimization. This one should alwaysGabor Greif
2009-03-01Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-12make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-05tighten up return type checkChris Lattner
2008-12-31Don't analyze arguments already marked 'nocapture'.Duncan Sands