aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-161-9/+3
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-3/+3
* Attributes RewriteBill Wendling2012-10-151-3/+3
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-101-6/+8
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-19/+14
* Create enums for the different attributes.Bill Wendling2012-10-091-9/+9
* Remove some dead methods.Bill Wendling2012-10-091-5/+0
* Add function to return return attributes.Bill Wendling2012-10-031-0/+6
* Buildbot Fix.Bill Wendling2012-09-261-1/+2
* Query the parameter attributes directly instead of using the Attribute symbols.Bill Wendling2012-09-261-3/+3
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-9/+14
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-3/+3
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-121-2/+2
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-091-1/+1
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+6
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-0/+4
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-171-4/+0
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-141-6/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-2/+2
* Fix some issues Duncan found in the previous commit.Rafael Espindola2011-05-251-2/+3
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-0/+16
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-161-0/+4
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-2/+5
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-211-16/+1
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-211-1/+16
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-3/+13
* mark getIntrinsicID() 'readonly'. This allows various classof methods Chris Lattner2009-11-151-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-5/+8
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-261-2/+2
* re-committing yesterday's r79938.Gabor Greif2009-08-251-2/+2
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-251-2/+2
* Resubmit an earlier patch of mine:Gabor Greif2009-08-241-2/+2
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-2/+1
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-1/+2
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-2/+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-1/+1
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+1
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-021-0/+5
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-101-0/+4
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-271-2/+2
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-271-2/+2
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-091-2/+2