index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
Mangler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-2
/
+5
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
targets that support quotes for mangled names still need to escape newlines
Chris Lattner
2008-02-15
1
-0
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
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
*
Move these files (which are dependent on VMCore) into VMCore
Misha Brukman
2004-08-16
1
-0
/
+127