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-04-17
Add support for generating (very basic) C++ destructors. These aren't called ...
Anders Carlsson
2009-04-17
Implement basic code generation of constructor calls. We can now compile:
Anders Carlsson
2009-04-16
Add GetAddrOfCXXConstructor and use it.
Anders Carlsson
2009-04-15
Actually generate code for the simple constructors we know we can generate co...
Anders Carlsson
2009-04-15
Start attempting to generate code for C++ ctors.
Anders Carlsson
2009-04-14
Support code generation of 'this' exprs
Anders Carlsson
2009-04-13
Use the new guard variable mangling function and get rid of the old code.
Anders Carlsson
2009-04-08
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-04-08
We weren't generating correct code for calls to variadic member functions.
Anders Carlsson
2009-04-06
Simplify C++ member function calls.
Anders Carlsson
2009-04-03
Add support for calling C++ member functions.
Anders Carlsson
2009-02-25
Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the
Daniel Dunbar
2009-01-09
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2008-12-16
Warning fixes to operator precedence warnings.
Eli Friedman
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-13
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-11
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-08-23
Handle static initializers in Objective-C++ methods.
Anders Carlsson
2008-08-22
Add preliminary (and probably broken) codegen support for C++ static initiali...
Anders Carlsson