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
/
Mangle.cpp
Age
Commit message (
Expand
)
Author
2009-09-17
Treat an unqualified RecordType as a RecordDecl when substituting.
Anders Carlsson
2009-09-17
Substitution for prefixes.
Anders Carlsson
2009-09-17
Substitute unscoped template names.
Anders Carlsson
2009-09-17
Add mangleSubstitution/addSubstitution variants that take a NamedDecl.
Anders Carlsson
2009-09-17
When mangling function template specialization, mangle the type encoding of t...
Anders Carlsson
2009-09-17
Add new functions to the mangler for the <unscoped-name> and <unscoped-templa...
Anders Carlsson
2009-09-17
Add basic substitution to the C++ mangler. It currently only looks at types.
Anders Carlsson
2009-09-12
We can't have ctors in the vtable (right Doug?) :-)
Mike Stump
2009-09-12
Remove unnecessary ASTContext parameters from isMain and isExternC
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-07
Refine vcall offsets. Cleanups. WIP.
Mike Stump
2009-09-05
Overhaul the mangler to use a visitor pattern, at least for types. We can sa...
John McCall
2009-09-05
Install thunks later to fixup overrides. Track space taken by vbase
Mike Stump
2009-09-05
Start emitting ElaboratedTypes in C++ mode. Support the effort in various
John McCall
2009-09-02
Add mangling for covariant thunks.
Mike Stump
2009-09-02
Shorten name.
Mike Stump
2009-09-02
Add mangling for thunks.
Mike Stump
2009-08-15
Disable all recognition of main() in -ffreestanding. Addresses bug #4720.
John McCall
2009-07-31
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
Mike Stump
2009-07-31
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-22
Fix a couple recent ABI regressions noticed during code review (fallout from ...
Steve Naroff
2009-07-15
Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...
Steve Naroff
2009-07-14
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-29
Improve code generation for function template specializations:
Douglas Gregor
2009-06-26
Implement enough of the 'auto' keyword so we can claim to support N2546.
Anders Carlsson
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-13
Simplify mangleFunctionDecl by unnesting a crazy condition. This fixes
Chris Lattner
2009-05-31
Don't try to call getFileCharacteristic if the function declaration has an in...
Anders Carlsson
2009-05-17
Add support for converting member pointer types to LLVM types. Also mangle po...
Anders Carlsson
2009-05-16
Reflow some comments.
Mike Stump
2009-05-15
Name mangling for class template specializations and template arguments.
Anders Carlsson
2009-05-10
Implement C++0x nullptr.
Sebastian Redl
2009-05-03
assert that mangleName is not called for C++ ctors/dtors.
Anders Carlsson
2009-04-30
initial support for __[u]int128_t, which should be basically
Chris Lattner
2009-04-17
Add support for generating (very basic) C++ destructors. These aren't called ...
Anders Carlsson
2009-04-16
Fix a crash bug when comparing overload quality of conversion operators with ...
Sebastian Redl
2009-04-15
Add support for mangling C++ constructors. Review appreciated (I'm looking at...
Anders Carlsson
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-13
Add support for mangling guard variables.
Anders Carlsson
2009-04-11
Don't mangle variables that are at translation unit scope.
Anders Carlsson
2009-04-02
Implement mangling of declarations inside functions.
Anders Carlsson
2009-04-02
Mangle VarDecls correctly.
Anders Carlsson
2009-04-02
Move the function decl mangling code out into its own function. No functional...
Anders Carlsson
2009-04-01
Fix a bug (that I thought I had fixed already) where mangling a prefix could ...
Anders Carlsson
2009-04-01
Fix a mangling bug where functions with no arguments weren't getting the 'v' ...
Anders Carlsson
2009-03-21
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-03-21
simplify CXXNameMangler::mangle, making it exit earlier for C functions.
Chris Lattner
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
[prev]
[next]