aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* move some code around so that Verifier.cpp can get access to the intrinsic in...Chris Lattner2012-05-271-46/+182
* enhance the intrinsic info table to encode what *kind* of Any argumentChris Lattner2012-05-271-1/+1
* Fixed typo in r156905.Patrik Hägglund2012-05-231-2/+2
* small refinement to r157218 to save a tiny amount of table size in the commonChris Lattner2012-05-231-1/+3
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-211-2/+5
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-171-17/+20
* Fix compile error.Manuel Klimek2012-05-171-1/+1
* Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner2012-05-171-20/+25
* finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2012-05-171-3/+25
* strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2012-05-171-10/+21
* Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner2012-05-161-6/+44
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-121-1/+2
* Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer2012-03-011-4/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+15
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-171-1/+1
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-0/+15
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-171-40/+0
* constify array itself, don't iterate multiple times.Chris Lattner2011-10-141-2/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-10/+19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-10/+7
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-4/+4
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-4/+4
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-4/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+3
* Fix typo in comment.Jay Foad2011-06-171-1/+1
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-221-0/+6
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-161-0/+33
* Another example of a static table that wasn't marked static.Duncan Sands2011-04-261-1/+1
* mark a large static table static. Pointed out by Michael Ilseman!Chris Lattner2011-04-251-1/+1
* Remove the code from Function::dropAllReferences which replacedDan Gohman2010-12-071-13/+4
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-011-1/+1
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-4/+8
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-231-2/+2
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-1/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-2/+3
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-191-2/+2
* Add utility method for determining whether a function argumentDuncan Sands2009-12-111-0/+7
* when we tear down a module, we need to be careful to Chris Lattner2009-10-281-1/+14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+2
* LLVMContext-ification.Owen Anderson2009-07-071-3/+6