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
2010-05-02
As per Chris' request, return the Instruction from EmitCall and add the metad...
David Chisnall
2010-05-01
Tweaked EmitCall() to permit the caller to provide some metadata to attach to...
David Chisnall
2010-04-20
don't slap noalias attribute on stret result arguments.
Chris Lattner
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-03-30
Remember the regparm attribute in FunctionType::ExtInfo.
Rafael Espindola
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-27
When mapping restrict to noalias, look for 'restrict' on the parameter variable
John McCall
2010-02-26
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-24
Canonicalize parameter and return types before computing ABI info. Eliminates
John McCall
2010-02-23
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-09
IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti...
Daniel Dunbar
2010-02-06
Use the correct function info for constructors when applying function attribu...
Anders Carlsson
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-03
Revert the new reference binding code; I came up with a way simpler solution ...
Anders Carlsson
2010-01-31
Start creating CXXBindReferenceExpr nodes when binding complex types to refer...
Anders Carlsson
2010-01-29
Simplify EmitLValueForField - we can get whether the field is part of a union...
Anders Carlsson
2009-12-24
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
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
[next]