index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
Age
Commit message (
Expand
)
Author
2009-04-13
Use the new guard variable mangling function and get rid of the old code.
Anders Carlsson
2009-04-11
Add support for generating reference initialization code.
Anders Carlsson
2009-04-08
We weren't generating correct code for calls to variadic member functions.
Anders Carlsson
2009-04-04
Add some basic support for generating C++ member functions.
Anders Carlsson
2009-04-02
Implement mangling of declarations inside functions.
Anders Carlsson
2009-04-02
Mangle VarDecls correctly.
Anders Carlsson
2009-04-02
Emit code for linkage specifications.
Anders Carlsson
2009-04-01
Implement code generation of namespaces and add mangling tests.
Anders Carlsson
2009-04-01
Fix a mangling bug where functions with no arguments weren't getting the 'v' ...
Anders Carlsson
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-10
Address Doug's comments wrt the mangler and fix Eli's test case
Anders Carlsson
2009-03-07
Make mangling work with anonymous tag types. Doug, please review
Anders Carlsson
2009-02-13
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-01-11
make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...
Nuno Lopes
2008-12-21
Add codegen support for __null
Anders Carlsson