index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
Mangler.h
Age
Commit message (
Expand
)
Author
2009-05-05
Quotes should be printed before private prefix; some code clean up.
Evan Cheng
2009-02-20
Removed trailing whitespace.
Misha Brukman
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-12
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2008-07-10
- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...
Evan Cheng
2008-06-26
Use a DenseMap instead of an std::map for mangled name lookup. This is
Owen Anderson
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-09-17
Add support for appending a suffix to the end of a mangled name.
Bill Wendling
2007-08-05
Fix minor doxygen nits.
Reid Spencer
2006-09-07
Add new option to leave asm names alone
Chris Lattner
2006-07-26
For PR780:
Reid Spencer
2006-06-07
For PR780:
Reid Spencer
2005-11-10
Allow per-character control over what target assemblers allow in symbol
Chris Lattner
2005-11-10
Add a new option for targets that accept quoted labels.
Chris Lattner
2005-11-10
Remove M, which is dead. Eliminate a dead typedef. Add comments.
Chris Lattner
2005-11-10
This method is no longer static
Chris Lattner
2005-11-10
minor interface changes.
Chris Lattner
2005-09-24
change proto slightly
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-17
Allow an arbitrary prefix.
Chris Lattner
2004-07-08
Add a new method
Chris Lattner
2004-02-14
Add method
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-11
Add support to the mangler for targets which require _'s on global symbols
Chris Lattner
2003-07-28
Need to include <string> to fix compile error on Sun
Tanya Lattner
2003-07-25
Forward-declare class Module to make the header file self-contained.
Brian Gaeke
2003-07-24
Cleanups:
Brian Gaeke
2003-07-24
Factor out name-mangling from X86/Printer, which is derived from CWriter,
Brian Gaeke