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
2009-12-07
implement PR5274: mark 'restrict' parameters as noalias
Nuno Lopes
2009-12-04
Make functions returning a struct indirectly evaluate the returned struct
Eli Friedman
2009-11-25
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...
Anders Carlsson
2009-11-24
It is common for vtables to contain pointers to functions that have either in...
Anders Carlsson
2009-11-16
The ssp and sspreq function attributes should only be applied to function def...
Anders Carlsson
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-10-27
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-19
Twinify CodeGenFunction::CreateTempAlloca
Daniel Dunbar
2009-10-05
Use new predicates for some type equality tests.
Benjamin Kramer
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-16
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...
Anders Carlsson
2009-09-12
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
2009-09-11
Set the calling convention based on the CGFunctionInfo.
Daniel Dunbar
2009-09-11
Add CallingConvention argument to CGFunctionInfo.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-13
Update for LLVM API change.
Owen Anderson
2009-08-09
map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...
Ryan Flynn
2009-08-08
Add support for global initializers.
Anders Carlsson
2009-08-02
Use Twine instead of utostr
Daniel Dunbar
2009-07-31
Update for LLVM API change.
Owen Anderson
2009-07-28
Allow functions to be marked "implicit return zero" and so mark main().
John McCall
2009-07-14
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-23
fix PR4423.
Chris Lattner
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-13
Fix PR4372, another case where non-prototyped functions can prevent
Chris Lattner
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-06-05
Set function Attribute::NoImplicitFloat appropriately.
Devang Patel
2009-06-05
ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read
Daniel Dunbar
2009-06-04
Set function attribute llvm::Attribute::NoRedZone appropriately.
Devang Patel
2009-05-26
When trying to pass an argument on the stack, assume LLVM will do the right
Daniel Dunbar
2009-05-22
x86_64 ABI: Account for sret parameters consuming an integer register.
Daniel Dunbar
2009-05-22
Set correct calling convention even if there is a bitcast in the way.
Torok Edwin
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-20
Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...
Anders Carlsson
2009-05-19
Pass the destination QualType to EmitStoreOfScalar. No functionality change.
Anders Carlsson
2009-05-19
Clean up some unnecessary includes.
Eli Friedman
2009-05-16
Reflow some comments.
Mike Stump
2009-05-13
ABI handling: Fix invalid assertion, it is possible for a valid
Daniel Dunbar
2009-05-12
static methods don't get this pointers.
Chris Lattner
2009-05-12
Darwin x86-32 ABI: Now that structure passing is farther along, we
Daniel Dunbar
2009-05-12
x86-64 ABI: clang incorrectly passes union { long double, float } in
Daniel Dunbar
2009-05-11
Darwin x86-32: Multi-dimensional arrays were not handled correctly,
Daniel Dunbar
2009-05-11
Darwin x86_32: Treat records with unnamed bit-fields as "empty".
Daniel Dunbar
[next]