aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CallSite.h
Commit message (Expand)AuthorAgeFilesLines
* Use the default copy ctor and copy-assignment operators.Dan Gohman2009-08-011-2/+0
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-24/+6
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-6/+24
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-0/+4
* make comparisons a bist fasterGabor Greif2009-01-171-5/+3
* drats! remove tabsGabor Greif2009-01-111-1/+1
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-111-21/+38
* Large mechanical patch.Devang Patel2008-09-251-3/+3
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-2/+2
* Add CallSite::getArgumentNo() to be able to translate an operand number into aMatthijs Kooijman2008-07-081-0/+9
* Add CallSite::getArgumentOffset() to hide the differences in operands betwenMatthijs Kooijman2008-07-081-10/+13
* Add some convenience methods for manipulatingDuncan Sands2008-07-081-0/+6
* * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman2008-06-051-1/+1
* Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman2008-06-041-0/+4
* Revert 51775.Evan Cheng2008-05-301-6/+6
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-6/+6
* Add support for equality comparison of CallSite's.Chris Lattner2008-04-131-0/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-3/+2
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+2
* Simplify caller updating using a CallSite, asDuncan Sands2008-02-181-0/+1
* Add support for setting parameters to CallSite.Owen Anderson2008-02-181-0/+9
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-2/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+1
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-1/+1
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-161-0/+3
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+6
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-0/+4
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+6
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-011-0/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+122