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
/
CGCXX.cpp
Age
Commit message (
Expand
)
Author
2009-09-09
Use the right GlobalDecl type for destructors.
Anders Carlsson
2009-09-09
If a cast expression needs either a conversion function or a constructor to b...
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-07
Refine vcall offsets. Cleanups. WIP.
Mike Stump
2009-09-05
Refine overrides and thunks for virtual bases. Cleanups. WIP.
Mike Stump
2009-09-05
Cleanup.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups.
Mike Stump
2009-09-05
Cleanups. WIP.
Mike Stump
2009-09-05
Install thunks later to fixup overrides. Track space taken by vbase
Mike Stump
2009-09-04
Don't generate any code for an explicit call to a trivial destructor.
Douglas Gregor
2009-09-04
Add overidding for methods for vtable building for the secondary
Mike Stump
2009-09-02
Fix an assertion when initializing a union using a member initializer. (We we...
Anders Carlsson
2009-09-01
More overriding base work and some cleanups. WIP.
Mike Stump
2009-09-01
Split out overriding. WIP.
Mike Stump
2009-09-01
Assert that we don't have any virtual bases. We can emit dtors for polymorphi...
Anders Carlsson
2009-09-01
We can generate constructors/destructors with base classes and non-trivial fi...
Anders Carlsson
2009-08-31
Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will
Douglas Gregor
2009-08-29
Make IRGen for initializing a member reference work correctly.
Eli Friedman
2009-08-28
iGenerate vcalls as we build up the methods. WIP.
Mike Stump
2009-08-28
ir-gen related patch for type conversion
Fariborz Jahanian
2009-08-26
Fixup codegen for static dispatch to a virtual function that was
Mike Stump
2009-08-26
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang,
Mike Stump
2009-08-26
Revert r80064 since it broke the build.
Anders Carlsson
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang, but not...
Mike Stump
2009-08-26
Simplified default construction of array data members
Fariborz Jahanian
2009-08-22
Add a -fno-elide-constructors option to clang-cc.
Anders Carlsson
2009-08-21
Calculate the address point for a vtable better, and start fleshing out the v...
Mike Stump
2009-08-21
Patch to ir-gen copy assigning array members when synthesizing
Fariborz Jahanian
2009-08-21
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-21
Array member construction in prologue of user-declared
Fariborz Jahanian
2009-08-21
Introduce getConstantArrayElementCount API and use it in
Fariborz Jahanian
2009-08-21
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-20
Patch to ir-gen destruction of array member elements in revers order
Fariborz Jahanian
2009-08-20
ir-gen patch to destruct array members. WIP.
Fariborz Jahanian
2009-08-20
Refine vbase offsets for the inductive case. Things are now starting
Mike Stump
2009-08-20
Ensure we don't output repeated vbase offsets. I have a testcase for
Mike Stump
2009-08-20
Test case for my last patch plus a minor clean up.
Fariborz Jahanian
2009-08-20
ir-gen for multi-dimensional array construction. WIP.
Fariborz Jahanian
2009-08-19
Removed unneeded code for break/continue statements in
Fariborz Jahanian
2009-08-19
ir-gen for constructing arrays as non-static data members. WIP.
Fariborz Jahanian
2009-08-19
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-19
One second thought, I think I want to limit this class to just vtable
Mike Stump
2009-08-19
Cleanup: fold IndirectPrimary into builder.
Mike Stump
[prev]
[next]