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
/
ABIInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-1
/
+3
*
Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...
Anton Korobeynikov
2009-06-06
1
-0
/
+7
*
Factor out TargetABIInfo stuff into separate file. No functionality change.
Anton Korobeynikov
2009-06-05
1
-14
/
+19
*
Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes.
Daniel Dunbar
2009-02-10
1
-0
/
+11
*
Merge ABIInfo StructRet/ByVal into Indirect.
Daniel Dunbar
2009-02-05
1
-20
/
+11
*
Initialize alignment field for ByVal ABIInfo correctly.
Daniel Dunbar
2009-02-05
1
-1
/
+1
*
Add ABIArgInfo::dump()
Daniel Dunbar
2009-02-04
1
-0
/
+2
*
Change ABIInfo to compute information for a full signature at a time
Daniel Dunbar
2009-02-03
1
-6
/
+11
*
Remove ABIArgInfo::Default kind, ABI is now responsible for specifying
Daniel Dunbar
2009-02-03
1
-8
/
+2
*
Add ABIArgInfo::Direct kind, which passes arguments using whatever the
Daniel Dunbar
2009-02-03
1
-0
/
+8
*
Move ABIArgInfo into CGFunctionInfo, computed on creation.
Daniel Dunbar
2009-02-03
1
-0
/
+6
*
Move ABIInfo/ABIArgInfo classes into ABIInfo.h
Daniel Dunbar
2009-02-03
1
-0
/
+116