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-03
Convert ABIArgInfo::dump to raw_ostream.
Daniel Dunbar
2009-12-03
Attempt to fix the MSVC build.
Anders Carlsson
2009-12-03
Fix thunk generation for thunks with a parameter with reference type.
Eli Friedman
2009-12-03
Minor cleanup.
Eli Friedman
2009-12-03
Add support for thunking dtors. Oh why does this make my head hurt?
Mike Stump
2009-12-03
Reflow.
Mike Stump
2009-12-03
Revert r90402 for now, virt.cpp is failing.
Anders Carlsson
2009-12-03
Use Eli's ComputeThunkAdjustment for calculating the return adjustment.
Anders Carlsson
2009-12-03
Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.
Anders Carlsson
2009-12-03
Remove the index from the Thunk struct.
Anders Carlsson
2009-12-03
Change the Thunks map to use the vtable index as the key.
Anders Carlsson
2009-12-03
Add the global decl to the Thunk struct.
Anders Carlsson
2009-12-03
Remove unused struct fields.
Anders Carlsson
2009-12-03
Delay computing the return adjustments for covariant thunks until when they a...
Anders Carlsson
2009-12-03
No need to create the covariant thunk in both places now.
Anders Carlsson
2009-12-03
Whoops, forgot to save :)
Anders Carlsson
2009-12-03
Remove the index field from the CovariantThunk structure.
Anders Carlsson
2009-12-03
Change the CovariantThunk map to use the vtable index as its key.
Anders Carlsson
2009-12-03
Store a GlobalDecl in the return adjustment.
Anders Carlsson
2009-12-03
Do not include the 'this' pointer adjustment in the covariant return type. In...
Anders Carlsson
2009-12-03
Move VtableBuilder::OverrideMethod out of line in preparation of other change...
Anders Carlsson
2009-12-03
Remove untrue statement.
Mike Stump
2009-12-03
Note a failure I saw from the g++ testsuite:
Mike Stump
2009-12-03
Work-in-progress: teach mangler how to mangle thunks for destructors.
Eli Friedman
2009-12-02
Cleanups on exceptional edges don't work at all, yet. This doesn't
Mike Stump
2009-12-02
Add a cleanup scope for each catch clause.
Mike Stump
2009-12-02
Add missing branch to exit. Seemingly obvious when I look at the
Mike Stump
2009-12-02
Fix for PR5522 and PR5666: fix a bunch of mangling issues with extern variables
Eli Friedman
2009-12-02
Pull the terminate handler up so that we can use it for the catch
Mike Stump
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
[prev]
[next]