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
Age
Commit message (
Expand
)
Author
2009-12-06
Work-in-progess rewrite of thunks: move thunk generation outside of vtable
Eli Friedman
2009-12-06
Add rudimentary support for member pointers to CGDebugInfo.
Anders Carlsson
2009-12-06
use new helpers to simplify code.
Chris Lattner
2009-12-06
Set the correct linkage for VTTs as well.
Anders Carlsson
2009-12-06
More linkage improvements.
Anders Carlsson
2009-12-06
Pass the desired vtable linkage to GenerateVtable directly. Only call MaybeMa...
Anders Carlsson
2009-12-06
Make GenerateVtable a private member function of CGVtableInfo.
Anders Carlsson
2009-12-05
Only emit the vtable definition if the class has a key function and we're emi...
Anders Carlsson
2009-12-05
If a class does not have a key function, its linkage should be weak_odr.
Anders Carlsson
2009-12-05
Use createGlobalVariable for creating vtable variables too.
Anders Carlsson
2009-12-05
CodeGenModule::GenerateVtable now returns a pointer directly to the vtable an...
Anders Carlsson
2009-12-05
Make sure that hte vtable always has an i8* array type.
Anders Carlsson
2009-12-05
Add a function for getting the vtable address point of a class.
Anders Carlsson
2009-12-05
Simplify BuildVTT.
Anders Carlsson
2009-12-05
Let the VTT builder pretend that getVtable returns a pointer to the vtable an...
Anders Carlsson
2009-12-05
Change getCtorVtable to not return the address point offset, but the global v...
Anders Carlsson
2009-12-05
Simplify some code.
Anders Carlsson
2009-12-05
Factor vtable related GlobalVariable creation out into a separate function. A...
Anders Carlsson
2009-12-05
implement rdar://7346691 by codegen'ing struct/array initializers
Chris Lattner
2009-12-05
various cleanups.
Chris Lattner
2009-12-05
simplify a condition and add a testcase.
Chris Lattner
2009-12-05
Skip actually generating the vtable unless we are defining it. This avoids
Eli Friedman
2009-12-04
Don't emit explicit specializations of static member variable declarations.
Anders Carlsson
2009-12-04
Add support for function try blocks.
Mike Stump
2009-12-04
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-12-04
Return bool as a bool instead of a uint64_t.
Benjamin Kramer
2009-12-04
Put in FIXME that this mangling is not official in.
Sean Hunt
2009-12-04
Switch mangling of literal operator names to a string that's
Sean Hunt
2009-12-04
Be sure to instantiate rtti for non-polymorphic bases.
Mike Stump
2009-12-04
When generating a virtual destructor, don't try to make a virtual call to the...
Anders Carlsson
2009-12-04
Fixup nested try blocks.
Mike Stump
2009-12-04
Fix warning and be sure to set up the rethrow pointer if we fall off
Mike Stump
2009-12-04
Rename 'Class' to 'MostDerivedClass'
Anders Carlsson
2009-12-04
Store the vtable components in a SmallVector.
Anders Carlsson
2009-12-04
Use a different ConstantArray::get.
Anders Carlsson
2009-12-04
Move the vtable vector directly into the Vtable builder.
Anders Carlsson
2009-12-04
Change getIndex to return false if the index wasn't found. Avoids an extra ha...
Anders Carlsson
2009-12-04
Minor cleanup; no functionality change.
Eli Friedman
2009-12-04
Remove unused argument.
Eli Friedman
2009-12-04
Eliminate submethods vector.
Eli Friedman
2009-12-04
Eliminate the inner loop in VtableBuilder::OverrideMethod.
Eli Friedman
2009-12-04
Correctly mangle the 'std' namespace inside extern "C++" blocks.
Anders Carlsson
2009-12-04
Make sure that overridden method decls are always canonical.
Anders Carlsson
2009-12-04
Fix regression in vtable improvements.
Eli Friedman
2009-12-04
Try/catch statements seem to be working well enough to turn on.
Mike Stump
2009-12-04
Disable for now, doesn't play nice with the temporary code.
Mike Stump
2009-12-04
Rename method to something easier to search for.
Eli Friedman
2009-12-04
More work in preparation of getting rid of the submethods loop.
Anders Carlsson
2009-12-04
Remove an unused member variable.
Anders Carlsson
2009-12-04
Add a way to get the index of a method. Assert that we have the same index fo...
Anders Carlsson
[prev]
[next]