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
2010-06-30
Use isFunctionOrMethod for vars declared locallly
Fariborz Jahanian
2010-06-30
extern variable declared locally to objective-c++ method
Fariborz Jahanian
2010-06-26
Add function for mangling reference temporaries.
Anders Carlsson
2010-06-24
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-23
improve altivec vector bool/pixel support, patch by Anton Yartsev
Chris Lattner
2010-06-14
Add name mangling for address spaces. We use the vendor-extension
Douglas Gregor
2010-06-11
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-06-09
Correctly handle > 257 substitutions in a single mangling, and don't introduce
John McCall
2010-06-08
Correctly mangle static variables of anonymous struct/union type.
Anders Carlsson
2010-06-02
Don't substitute 'St' for 'std' when the namespace is nested inside another n...
Anders Carlsson
2010-06-02
Correctly mangle unsigned integer literals where the high bit is set.
Anders Carlsson
2010-06-02
Correctly mangle variadic functions that don't have any other parameters.
Anders Carlsson
2010-06-02
When mangling member function pointers, fake adding a substitution correspond...
Anders Carlsson
2010-05-26
Extract the ObjC and blocks manglers into their own class. No functionality
Charles Davis
2010-05-26
Be sure to use the standard substitutions when mangling the names of
Douglas Gregor
2010-05-25
Improve name mangling for blocks and support mangling of static local
Douglas Gregor
2010-05-15
Modify this comment per Doug's suggestion: we don't need to mangle protocols.
John McCall
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-05
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
Sean Hunt
2010-05-05
Revert r103072; I accidentally ended up deleting a bunch of trailing
Sean Hunt
2010-05-05
Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes
Sean Hunt
2010-04-28
Improve name mangling for dependent template names (e.g., typename
Douglas Gregor
2010-04-27
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-04-23
Emit a lame diagnostic when we can't mangle operator names
Douglas Gregor
2010-04-23
Mangle dependent template names such as the nested-name-specifier in
Douglas Gregor
2010-04-20
Fixes a code gen. bug by removing an assert.
Fariborz Jahanian
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-10
A bunch of string-related microoptimizations in Mangler.
Benjamin Kramer
2010-04-10
Doug pointed out that we have a perfectly reasonable expression here to
John McCall
2010-04-09
Mangle some expressions with codegen implications but no mangling "overhead".
John McCall
2010-04-09
Provide an extremely unsatisfactory diagnostic (instead of crashing) when
John McCall
2010-04-09
Provide manglings for bool and character literal expressions. These are
John McCall
2010-04-08
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-03-31
Extend DependentNameType with a keyword enum that specifies whether
Douglas Gregor
2010-03-31
Rename TypenameType to DependentNameType in anticipation of some
Douglas Gregor
2010-03-30
Remove the old vtable layout code.
Anders Carlsson
2010-03-26
Implement new mangling for vectors.
Nick Lewycky
2010-03-23
More thunks scaffolding.
Anders Carlsson
2010-03-17
Correctly mangle dependent TypenameType.
Rafael Espindola
2010-03-13
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-11
Correctly mangle address of member in template arguments. Fixes PR6460
Rafael Espindola
2010-03-07
Don't turn off mangling in implicitly extern "C" system headers. GCC
Douglas Gregor
2010-03-04
Refactor local class name mangling and make it
Fariborz Jahanian
2010-03-03
Implements mangling of local class names to
Fariborz Jahanian
2010-03-01
Split out types that are non-canonical unless dependent as their own
John McCall
2010-03-01
The latest draft uses 'dt' to mangle member expressions, and now so do we.
John McCall
2010-02-28
Improve name mangling for dependently-scoped declaration references.
Douglas Gregor
2010-02-28
Add name mangling for DeclRefExprs that refer to external names
Douglas Gregor
2010-02-23
Make previous fix handle a few more edge cases.
Eli Friedman
[next]