index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ABIInfo.h
Age
Commit message (
Expand
)
Author
2009-09-16
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...
Anders Carlsson
2009-08-11
LLVMContext is a class now.
Benjamin Kramer
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-06-06
Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...
Anton Korobeynikov
2009-06-05
Factor out TargetABIInfo stuff into separate file. No functionality change.
Anton Korobeynikov
2009-02-10
Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes.
Daniel Dunbar
2009-02-05
Merge ABIInfo StructRet/ByVal into Indirect.
Daniel Dunbar
2009-02-05
Initialize alignment field for ByVal ABIInfo correctly.
Daniel Dunbar
2009-02-04
Add ABIArgInfo::dump()
Daniel Dunbar
2009-02-03
Change ABIInfo to compute information for a full signature at a time
Daniel Dunbar
2009-02-03
Remove ABIArgInfo::Default kind, ABI is now responsible for specifying
Daniel Dunbar
2009-02-03
Add ABIArgInfo::Direct kind, which passes arguments using whatever the
Daniel Dunbar
2009-02-03
Move ABIArgInfo into CGFunctionInfo, computed on creation.
Daniel Dunbar
2009-02-03
Move ABIInfo/ABIArgInfo classes into ABIInfo.h
Daniel Dunbar