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