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