index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
CallSite.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the default copy ctor and copy-assignment operators.
Dan Gohman
2009-08-01
1
-2
/
+0
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+122