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
/
CGCall.cpp
Age
Commit message (
Expand
)
Author
2008-11-25
Handle returning complex types that get coerced. Fixes PR3131
Anders Carlsson
2008-11-24
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-15
Fix silly bug spotted by Daniel Dunbar
Anders Carlsson
2008-11-15
Handle complex return values.
Anders Carlsson
2008-10-13
Lift out ABIInfo abstract base class.
Daniel Dunbar
2008-10-05
Implement support for the const and pure attributes.
Anders Carlsson
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Adjust whitespaces.
Devang Patel
2008-09-24
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
Devang Patel
2008-09-17
Improve x86 ABI compatibility.
Daniel Dunbar
2008-09-17
Drop CodeGenTypes parameter to classifyArgumentType.
Daniel Dunbar
2008-09-17
Add support for ABIArgInfo::Expand
Daniel Dunbar
2008-09-11
Use ABIArgInfo for decisions about function arguments (not just return
Daniel Dunbar
2008-09-11
Bug fix, apply default argument promotion in message sends for which
Daniel Dunbar
2008-09-10
Implement ABIArgType::Coerce support.
Daniel Dunbar
2008-09-10
Add CodeGenTypes::GetFunctionType overload for getting the effective
Daniel Dunbar
2008-09-10
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-10
Add ABIArgInfo class to encapsulate ABI decision of how to lower types
Daniel Dunbar
2008-09-10
Tweak CGCall functions again:
Daniel Dunbar
2008-09-10
Tweak CGCall functions:
Daniel Dunbar
2008-09-09
Add CodeGenFunction::ReturnTypeUsesSret
Daniel Dunbar
2008-09-09
Move ABI specific code for functions / calls to CGCall.cpp:
Daniel Dunbar
2008-09-09
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-08
Refactor parameter attribute handling:
Daniel Dunbar