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-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
2009-05-09
Correct for renaming PaddedSize -> AllocSize in
Duncan Sands
2009-05-08
x86_64 ABI: Ignore padding bit-fields during classification.
Daniel Dunbar
2009-05-08
Darwin x86_32: When coercing a "single element" structure, make sure
Daniel Dunbar
2009-05-08
Darwin x86_32: Ignore padding bit-fields when looking for "single
Daniel Dunbar
2009-05-08
Darwin x86_32: Improve bit-field handling for returning records.
Daniel Dunbar
2009-05-08
Darwin x86_32: Ignore arrays of empty structures inside records.
Daniel Dunbar
2009-04-30
fix i128 to return in 2 64-bit registers (rax/rdx on x86-64)
Chris Lattner
2009-04-30
initial support for __[u]int128_t, which should be basically
Chris Lattner
2009-04-27
x86-32 ABI: Fix crash on return of structure with flexible array
Daniel Dunbar
2009-04-26
Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.
Eli Friedman
2009-04-21
Pass and return aggregate types directly to function calls.
Sanjiv Gupta
2009-04-18
Make CodeGenFunction::EmitCallArgs a template function that takes a generic "...
Anders Carlsson
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-10
Don't set both readnone and readonly.
Daniel Dunbar
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-08
Add code for emitting call arguments (not used yet).
Anders Carlsson
2009-04-08
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
Anders Carlsson
2009-04-06
Add a getFunctionInfo that takes a BlockPointerType.
Anders Carlsson
2009-04-04
Basic support for regparm codegen
Anton Korobeynikov
2009-04-03
Add a getFunctionInfo that takes a CXXMethodDecl.
Anders Carlsson
2009-04-01
x86-32 Darwin ABI: Handle small structures correctly.
Daniel Dunbar
2009-04-01
x86-32 Darwin ABI: Single element arrays can be part of "single
Daniel Dunbar
2009-04-01
x86-32 Darwin ABI: Handle direct return of vectors.
Daniel Dunbar
2009-03-31
x86_32 Darwin ABI: Treat empty unions like empty structures.
Daniel Dunbar
[next]