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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix silly bug spotted by Daniel Dunbar
Anders Carlsson
2008-11-15
1
-1
/
+1
*
Handle complex return values.
Anders Carlsson
2008-11-15
1
-1
/
+6
*
Lift out ABIInfo abstract base class.
Daniel Dunbar
2008-10-13
1
-19
/
+97
*
Implement support for the const and pure attributes.
Anders Carlsson
2008-10-05
1
-0
/
+4
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
1
-4
/
+8
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-21
/
+21
*
Adjust whitespaces.
Devang Patel
2008-09-24
1
-2
/
+2
*
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-24
1
-4
/
+4
*
Improve x86 ABI compatibility.
Daniel Dunbar
2008-09-17
1
-1
/
+132
*
Drop CodeGenTypes parameter to classifyArgumentType.
Daniel Dunbar
2008-09-17
1
-14
/
+29
*
Add support for ABIArgInfo::Expand
Daniel Dunbar
2008-09-17
1
-42
/
+159
*
Use ABIArgInfo for decisions about function arguments (not just return
Daniel Dunbar
2008-09-11
1
-29
/
+145
*
Bug fix, apply default argument promotion in message sends for which
Daniel Dunbar
2008-09-11
1
-0
/
+6
*
Implement ABIArgType::Coerce support.
Daniel Dunbar
2008-09-10
1
-27
/
+40
*
Add CodeGenTypes::GetFunctionType overload for getting the effective
Daniel Dunbar
2008-09-10
1
-6
/
+17
*
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
1
-6
/
+73
*
Add ABIArgInfo class to encapsulate ABI decision of how to lower types
Daniel Dunbar
2008-09-10
1
-38
/
+123
*
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
1
-6
/
+8
*
Tweak CGCall functions:
Daniel Dunbar
2008-09-10
1
-58
/
+63
*
Add CodeGenFunction::ReturnTypeUsesSret
Daniel Dunbar
2008-09-09
1
-0
/
+4
*
Move ABI specific code for functions / calls to CGCall.cpp:
Daniel Dunbar
2008-09-09
1
-0
/
+102
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-2
/
+1
*
Refactor parameter attribute handling:
Daniel Dunbar
2008-09-08
1
-0
/
+117