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
/
include
/
llvm
/
Support
/
Mangler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
eliminate the Mangler::PreserveAsmNames bit, the sole client of this
Chris Lattner
2009-07-15
1
-8
/
+0
*
Reapply my previous asmprinter changes now with more testing and two
Chris Lattner
2009-07-14
1
-3
/
+6
*
Revert r75610 (and r75620, which was blocking the revert), in the hopes of
Daniel Dunbar
2009-07-14
1
-6
/
+3
*
remove renamed method.
Chris Lattner
2009-07-14
1
-4
/
+0
*
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...
Chris Lattner
2009-07-14
1
-3
/
+10
*
Change the internal interface to makeNameProper to take a bool that
Chris Lattner
2009-07-14
1
-2
/
+2
*
rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more
Chris Lattner
2009-07-14
1
-4
/
+6
*
remove Mangler::getTypeID and related data, it was only used for mangling
Chris Lattner
2009-07-13
1
-10
/
+0
*
remove mangler support for mangling local names. Mangler should only be
Chris Lattner
2009-07-13
1
-1
/
+0
*
Quotes should be printed before private prefix; some code clean up.
Evan Cheng
2009-05-05
1
-1
/
+5
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-9
/
+9
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+2
*
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2009-01-12
1
-5
/
+0
*
- Replace use of std::map<std::string, ..> with StringMap. Replace use of std...
Evan Cheng
2008-07-10
1
-10
/
+7
*
Use a DenseMap instead of an std::map for mangled name lookup. This is
Owen Anderson
2008-06-26
1
-1
/
+2
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-4
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add support for appending a suffix to the end of a mangled name.
Bill Wendling
2007-09-17
1
-1
/
+1
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+118