index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
Age
Commit message (
Expand
)
Author
2009-10-21
Code gen for '.*' binary expressions - WIP.
Fariborz Jahanian
2009-10-21
Expand on code gen. for pointer to data members so it works
Fariborz Jahanian
2009-10-21
Code gen for pointer-to-datamember - WIP.
Fariborz Jahanian
2009-10-21
Change FixOverloadedFunctionReference to return a (possibly new) expression. ...
Anders Carlsson
2009-10-20
Code-gen for CXXZeroInitValueExpr AST passed
Fariborz Jahanian
2009-10-20
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...
Anders Carlsson
2009-10-20
Force triple for test.
Anders Carlsson
2009-10-19
Copy conversion of an expression to its base class
Fariborz Jahanian
2009-10-19
Handle emitting the assignment operator when the lhs is a reference. Fixes PR...
Anders Carlsson
2009-10-19
Set the cast kind to CK_NoOp for C-style casts that are really const casts. F...
Anders Carlsson
2009-10-18
When binding a reference to a temporary, it's important that other temporarie...
Anders Carlsson
2009-10-18
When building a cast argument, make sure to bind the result to a temporary.
Anders Carlsson
2009-10-18
Convert temporaries.cpp to using FileCheck.
Anders Carlsson
2009-10-18
Rename temp-1.cpp to temporaries.cpp.
Anders Carlsson
2009-10-18
Use CK_BitCast for member function pointer casts. Fixes PR5138.
Anders Carlsson
2009-10-18
add support for codegening CXXZeroInitValueExprs
Nuno Lopes
2009-10-17
When resolving the address of an overloaded function or function template, ma...
Sebastian Redl
2009-10-17
Don't add implicit casts of explicit address-taking of overloaded functions.
Sebastian Redl
2009-10-17
Fix PR5211: codegen shouldn't assume that the result of ||/&& is int
Chris Lattner
2009-10-16
Implement derived-to-base AST/code gen. There is a
Fariborz Jahanian
2009-10-16
Builtin types are subsitutable if they are qualified. Fixes PR5196.
Anders Carlsson
2009-10-15
Handle
Anders Carlsson
2009-10-14
Testcase for recent checkin. WIP.
Mike Stump
2009-10-13
Don't assume that the LHS and RHS of a member pointer expression is a DeclRef...
Anders Carlsson
2009-10-13
Refine handling for return value conversions with respect to virtual
Mike Stump
2009-10-12
Fix test.
Anders Carlsson
2009-10-12
Even more devirtualization cleverness.
Anders Carlsson
2009-10-12
More devirtualization improvements.
Anders Carlsson
2009-10-12
Devirtualize calls on temporaries. A().f() for example.
Anders Carlsson
2009-10-12
Factor out devirtualization checking into a separate function and make it han...
Anders Carlsson
2009-10-11
If the base type of a member call is a record type we don't need to emit a vi...
Anders Carlsson
2009-10-08
Speed up testing by avoiding stdio.h, also helps testing on windows.
Mike Stump
2009-10-08
If a global initializer has a non-trivial constructor or destructor, we never...
Anders Carlsson
2009-10-08
Port test over to FileCheck.
Anders Carlsson
2009-10-08
Mangle std::basic_ostream<char, std::char_traits<char>> as So.
Anders Carlsson
2009-10-07
Mangle anonymous structs/unions correctly. Fixes PR5139.
Anders Carlsson
2009-10-06
Uncomment some commented out code.
Anders Carlsson
2009-10-06
Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...
Anders Carlsson
2009-10-06
When mangling names, always use the canonical decl. Fixes PR5144.
Anders Carlsson
2009-10-06
Fix test.
Anders Carlsson
2009-10-06
Emit the destructor epilogue in a cleanup block so a return from a destructor...
Anders Carlsson
2009-10-06
Pass the right type to GetAddrOfFunction when getting functions for the VTabl...
Anders Carlsson
2009-10-06
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-05
Ensure we have atleast 2-byte alignment for member functions.
Mike Stump
2009-10-05
Testcase for recent checkin.
Mike Stump
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
Ignore No-op casts when evaluating lvalue expressions. Fixes PR5122.
Anders Carlsson
2009-10-03
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
2009-10-03
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
Anders Carlsson
2009-10-03
Handle members to function pointers in CGExprConstant.
Anders Carlsson
[next]