aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-665/+0
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-10/+10
* Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2012-12-191-5/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-9/+9
* Removed trailing whitespaceMichael Ilseman2012-12-171-22/+22
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+8
* Attributes RewriteBill Wendling2012-10-151-1/+1
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-141-1/+1
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-1/+1
* Create enums for the different attributes.Bill Wendling2012-10-091-5/+10
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-261-5/+5
* 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