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-02
Turn off for now.
Mike Stump
2009-12-02
Put the Builder classes into the anonymous namespace.
Mike Stump
2009-12-02
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
Rename CGRtti.cpp to CGRTTI.cpp.
Mike Stump
2009-12-02
Avoid warning for getTerminateFn defined but not used.
Mike Stump
2009-12-02
terminate doesn't throw.
Mike Stump
2009-12-02
More exception handling improvements... WIP.
Mike Stump
2009-12-01
Added an assert.
Fariborz Jahanian
2009-12-01
Make EmitStoreOfScalar generate a more sane representation of boolean stores.
Eli Friedman
2009-12-01
(objc2 nonfragile-abi specific). If the translation unit includes an implemen...
Fariborz Jahanian
2009-12-01
Update for llvm intrinsics change.
Eric Christopher
2009-12-01
Much work on try/catch statement. WIP.
Mike Stump
2009-11-30
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-30
More support for virtual destructor calls.
Fariborz Jahanian
2009-11-30
Reflow comments and fix 80-col violation.
Mike Stump
2009-11-30
Fix an assert.
Anders Carlsson
2009-11-30
Don't try to generate common globals for C++ files, instead of depending on t...
Daniel Dunbar
2009-11-30
Minor cleanup (no functionality change).
Eli Friedman
2009-11-29
Don't pass false (default) for isVolatile parameter to CreateLoad.
Daniel Dunbar
2009-11-29
Explicitly use setVolatile instead of extra IRBuilder argument.
Daniel Dunbar
2009-11-29
Don't pass false (default) for isVolatile parameter to CreateStore.
Daniel Dunbar
2009-11-29
Simplify code. No functionality change.
Benjamin Kramer
2009-11-29
Add DeclarationName support for C++0x operator literals. They should now work as
Sean Hunt
2009-11-29
Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...
Daniel Dunbar
2009-11-29
Move MainFileName option variable into CodeGenOptions instead of LangOptions.
Daniel Dunbar
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-28
Tests now pass with the assertion.
Eli Friedman
2009-11-28
Add a much more thorough test of casts to virtual bases, and fix
Eli Friedman
2009-11-28
We always want to create a virtual function pointer entry if the path from th...
Anders Carlsson
2009-11-27
Move the vtable builder to an anonymous namespace.
Anders Carlsson
2009-11-27
Don't build the entire vtable when all we want is the index of a virtual method.
Anders Carlsson
2009-11-27
Add case for CK_DerivedToBaseMemberPointer cast kind to
Eli Friedman
2009-11-27
More work on ScalarExprEmitter::EmitCastExpr: for every cast kind, either
Eli Friedman
2009-11-27
Cleanup for ScalarExprEmitter::EmitCastExpr; no functional changes.
Eli Friedman
2009-11-27
Fix for PR5594: use EmitGlobalDefinition instead of EmitCXXDestructor so that
Eli Friedman
2009-11-26
Lazily create the __cxa_pure_virtual reference.
Anders Carlsson
2009-11-26
Use the new CovariantThunkAdjustment in the vtable builder.
Anders Carlsson
2009-11-26
Remove dead forward declaration. Fix struct/class mismatch. Remove trailing w...
Benjamin Kramer
2009-11-26
Remove unused variable.
Eli Friedman
2009-11-26
Shortcut explicit calls to a trivial copy assignment operator.
Eli Friedman
2009-11-26
Simplify and fix up the handling of implicit constructors, copy assignment
Eli Friedman
2009-11-26
Implement IRGen for MemberExpr referring to static member function.
Eli Friedman
2009-11-26
Add a Thunk struct to the vtable builder.
Anders Carlsson
2009-11-26
Use the more general Evaluate infrastructure for folding constant DeclRefs
Eli Friedman
2009-11-26
Add a CovariantThunkAdjustment struct that represents the adjustments needed ...
Anders Carlsson
2009-11-26
Use new getLinkage() method to correctly compute whether a variable has
Eli Friedman
2009-11-26
Move the mangler into the CodeGen namespace. Change mangleThunk to take a Thu...
Anders Carlsson
2009-11-26
Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustme...
Anders Carlsson
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-25
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...
Anders Carlsson
[prev]
[next]