aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
AgeCommit message (Expand)Author
2010-03-25rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif
2010-03-25Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher
2010-03-24Temporarily revert this, it's causing an issue with an internal project.Eric Christopher
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif
2010-03-23add some accessors to callsite/callinst/invokeinst to checkChris Lattner
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif
2009-09-03back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif
2009-09-03re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-01Use the default copy ctor and copy-assignment operators.Dan Gohman
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif
2009-01-22introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif
2009-01-17make comparisons a bist fasterGabor Greif
2009-01-11drats! remove tabsGabor Greif
2009-01-11simplify CallSite helper class to not consult the Instruction'sGabor Greif
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-07-08Add CallSite::getArgumentNo() to be able to translate an operand number into aMatthijs Kooijman
2008-07-08Add CallSite::getArgumentOffset() to hide the differences in operands betwenMatthijs Kooijman
2008-07-08Add some convenience methods for manipulatingDuncan Sands
2008-06-05 * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman
2008-06-04Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-04-13Add support for equality comparison of CallSite's.Chris Lattner
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-02-22Pass alignment on ByVal parameters, from FE, allDale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2008-02-18Simplify caller updating using a CallSite, asDuncan Sands
2008-02-18Add support for setting parameters to CallSite.Owen Anderson
2008-01-02Split param attr implementation out from Function.cpp into itsChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19When inlining through an 'nounwind' call, mark inlinedDuncan Sands
2007-12-18Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands
2007-12-16Make instcombine promote inline asm calls to 'nounwind'Duncan Sands
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-10-01Add empty() member functions to a few container-like classes.Dan Gohman
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-05-06Add support for explicit calling conventionsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-18Update comments, now that CPR's are gone, inline the methodsChris Lattner
2004-11-13Add useful method, minor cleanupsChris Lattner
2004-06-05Warning fooChris Lattner
2004-05-23Add getCaller() method.Vikram S. Adve