| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 1 | -24/+6 |
| * | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 1 | -6/+24 |
| * | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif | 2009-01-22 | 1 | -0/+4 |
| * | make comparisons a bist faster | Gabor Greif | 2009-01-17 | 1 | -5/+3 |
| * | drats! remove tabs | Gabor Greif | 2009-01-11 | 1 | -1/+1 |
| * | simplify CallSite helper class to not consult the Instruction's | Gabor Greif | 2009-01-11 | 1 | -21/+38 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -3/+3 |
| * | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -2/+2 |
| * | Add CallSite::getArgumentNo() to be able to translate an operand number into a | Matthijs Kooijman | 2008-07-08 | 1 | -0/+9 |
| * | Add CallSite::getArgumentOffset() to hide the differences in operands betwen | Matthijs Kooijman | 2008-07-08 | 1 | -10/+13 |
| * | Add some convenience methods for manipulating | Duncan Sands | 2008-07-08 | 1 | -0/+6 |
| * | * Make CallSite::hasArgument const and let it take a const parameter. | Matthijs Kooijman | 2008-06-05 | 1 | -1/+1 |
| * | Add CallSite::hasArgument to allow for seeing if a call passes a certain valu... | Matthijs Kooijman | 2008-06-04 | 1 | -0/+4 |
| * | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -6/+6 |
| * | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -6/+6 |
| * | Add support for equality comparison of CallSite's. | Chris Lattner | 2008-04-13 | 1 | -0/+3 |
| * | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -3/+2 |
| * | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -0/+3 |
| * | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+2 |
| * | Simplify caller updating using a CallSite, as | Duncan Sands | 2008-02-18 | 1 | -0/+1 |
| * | Add support for setting parameters to CallSite. | Owen Anderson | 2008-02-18 | 1 | -0/+9 |
| * | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 1 | -2/+1 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+1 |
| * | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands | 2007-12-18 | 1 | -1/+1 |
| * | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 1 | -0/+3 |
| * | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -0/+6 |
| * | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -0/+4 |
| * | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -0/+6 |
| * | Add empty() member functions to a few container-like classes. | Dan Gohman | 2007-10-01 | 1 | -0/+1 |
| * | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer | 2005-05-15 | 1 | -4/+4 |
| * | Add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 1 | -0/+5 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| * | Update comments, now that CPR's are gone, inline the methods | Chris Lattner | 2004-11-18 | 1 | -2/+3 |
| * | Add useful method, minor cleanups | Chris Lattner | 2004-11-13 | 1 | -3/+7 |
| * | Warning foo | Chris Lattner | 2004-06-05 | 1 | -1/+1 |
| * | Add getCaller() method. | Vikram S. Adve | 2004-05-23 | 1 | -0/+5 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| * | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke | 2003-11-07 | 1 | -0/+6 |
| * | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke | 2003-11-05 | 1 | -0/+5 |
| * | Allow CallSites to be used as the key of a map | Chris Lattner | 2003-11-02 | 1 | -0/+4 |
| * | Did I mention that I _HATE_ CPRs? | Chris Lattner | 2003-10-31 | 1 | -3/+2 |
| * | Add assertions | Chris Lattner | 2003-10-23 | 1 | -1/+6 |
| * | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |
| * | * Add new CallSite::get factory method | Chris Lattner | 2003-06-17 | 1 | -1/+22 |
| * | Make sure accessor is properly doxygenized. It wants two lines | Chris Lattner | 2003-06-17 | 1 | -0/+1 |
| * | Add accessor | Chris Lattner | 2003-06-17 | 1 | -0/+3 |
| * | Make CallSite's default constructable, copyable, and assignable (explicitly) | Chris Lattner | 2003-06-17 | 1 | -0/+3 |
| * | Initial checkin of CallSite wrapper for Call/Invoke instructions | Chris Lattner | 2003-02-24 | 1 | -0/+49 |