index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGCall.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak CGFunctionInfo::Profile method and reenable caching of ABI
Daniel Dunbar
2009-02-05
1
-0
/
+1
*
Add asserts that the function signature matches the other arguments provide
Daniel Dunbar
2009-02-04
1
-0
/
+2
*
Move ABIArgInfo into CGFunctionInfo, computed on creation.
Daniel Dunbar
2009-02-03
1
-7
/
+25
*
Memoize CGFunctionInfo construction.
Daniel Dunbar
2009-02-03
1
-1
/
+15
*
Change CGFunctionInfo args iterator to not include the return type.
Daniel Dunbar
2009-02-02
1
-6
/
+4
*
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
1
-6
/
+2
*
ABI handling API changes.
Daniel Dunbar
2009-02-02
1
-8
/
+5
*
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2009-01-31
1
-12
/
+2
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-2
/
+2
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-2
/
+2
*
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
1
-4
/
+4
*
Tweak CGCall functions:
Daniel Dunbar
2008-09-10
1
-6
/
+9
*
Factor CodeGenFunction::StartFunction out of GenerateCode and
Daniel Dunbar
2008-09-09
1
-0
/
+7
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-1
/
+3
*
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-08
1
-0
/
+76