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
*
relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence
Chris Lattner
2010-06-29
1
-5
/
+3
*
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
1
-0
/
+8
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-4
/
+3
*
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-26
1
-7
/
+10
*
Canonicalize parameter and return types before computing ABI info. Eliminates
John McCall
2010-02-24
1
-1
/
+1
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-0
/
+9
*
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
1
-0
/
+2
*
Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...
Anders Carlsson
2009-12-24
1
-1
/
+17
*
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
2009-09-12
1
-1
/
+17
*
Add CallingConvention argument to CGFunctionInfo.
Daniel Dunbar
2009-09-11
1
-1
/
+10
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-4
/
+4
*
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