index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Mangler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for appending a suffix to the end of a mangled name.
Bill Wendling
2007-09-17
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-3
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-3
/
+8
*
Add new option to leave asm names alone
Chris Lattner
2006-09-07
1
-1
/
+6
*
For PR780:
Reid Spencer
2006-06-07
1
-0
/
+3
*
Another work around for the 'symbols with different types can have the same
Chris Lattner
2006-02-13
1
-0
/
+4
*
Fix handling of multiple unnamed globals with the same type
Chris Lattner
2005-11-15
1
-3
/
+6
*
Fix the optimized code handling of user asm strings
Chris Lattner
2005-11-10
1
-8
/
+15
*
speedup the common case where nothing needs to be quoted
Chris Lattner
2005-11-10
1
-7
/
+20
*
Allow per-character control over what target assemblers allow in symbol
Chris Lattner
2005-11-10
1
-7
/
+25
*
Add a new option for targets that accept quoted labels.
Chris Lattner
2005-11-10
1
-17
/
+44
*
remove the M instance var
Chris Lattner
2005-11-10
1
-2
/
+2
*
Make this more efficient of the common case where we are only mangling globals.
Chris Lattner
2005-11-10
1
-29
/
+28
*
Allow $
Chris Lattner
2005-10-14
1
-1
/
+1
*
Add support for a marker byte that indicates that we shouldn't add the user
Chris Lattner
2005-09-24
1
-7
/
+12
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Allow an arbitrary prefix
Chris Lattner
2004-08-17
1
-4
/
+3
*
Do not call Type::getUniqueID
Chris Lattner
2004-07-08
1
-4
/
+12
*
Work around apparent Apple compiler bug which was making all mangled
Brian Gaeke
2004-07-06
1
-2
/
+2
*
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
1
-1
/
+4
*
Fix the logic in the name mangler. If there are two symbols named 'X', and one
Chris Lattner
2004-02-14
1
-12
/
+27
*
Initialize the count instance variable.
Chris Lattner
2004-02-11
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+3
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Mangle ALL letters that we do not allow, not just a few.
Chris Lattner
2003-08-24
1
-14
/
+26
*
Add support to the mangler for targets which require _'s on global symbols
Chris Lattner
2003-08-11
1
-3
/
+5
*
Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,
Brian Gaeke
2003-07-25
1
-5
/
+1
*
Cleanups:
Brian Gaeke
2003-07-24
1
-4
/
+5
*
Factor out name-mangling from X86/Printer, which is derived from CWriter,
Brian Gaeke
2003-07-24
1
-0
/
+83