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
/
AST
/
MicrosoftMangle.cpp
Age
Commit message (
Expand
)
Author
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2011-12-01
Add Microsoft mangling of constructors and destructors. Patch by Dmitry!
Michael J. Spencer
2011-10-18
Macro metaprogramming for builtin types.
John McCall
2011-10-17
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-14
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-06
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-24
Implement a new type node, UnaryTransformType, designed to represent a
Sean Hunt
2011-04-29
Remove comments about __int8 and friends from the mangler. Turns out we don't
Charles Davis
2011-04-26
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Implement ARM pcs attribute. Basically it's another way of calling convention...
Anton Korobeynikov
2011-04-07
Basic, untested implementation for an "unknown any" type requested by LLDB.
John McCall
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-02-20
Implement the C++0x deduced 'auto' feature.
Richard Smith
2011-02-11
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
Use raw_ostream instead of raw_svector_ostream.
Rafael Espindola
2011-02-10
Use raw_svector_ostream in more places in the mangler.
Rafael Espindola
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-14
Start implementing support for substitution into pack expansions that
Douglas Gregor
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
[prev]