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
/
clang
/
lib
/
CodeGen
/
Mangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix several problems with asm renaming, by pulling it into the mangling code:
Chris Lattner
2009-03-21
1
-8
/
+17
*
simplify CXXNameMangler::mangle, making it exit earlier for C functions.
Chris Lattner
2009-03-21
1
-31
/
+32
*
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-03-16
1
-3
/
+8
*
Address Doug's comments wrt the mangler and fix Eli's test case
Anders Carlsson
2009-03-10
1
-20
/
+10
*
Make mangling work with anonymous tag types. Doug, please review
Anders Carlsson
2009-03-07
1
-5
/
+19
*
Mangle Objective-C interfaces correctly (where correctly refers to what gcc d...
Anders Carlsson
2009-03-07
1
-0
/
+9
*
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
1
-2
/
+2
*
Improve merging of function declarations. Specifically:
Douglas Gregor
2009-02-24
1
-1
/
+1
*
We must always mangle attribute overloadable functions; even if in a
Daniel Dunbar
2009-02-20
1
-5
/
+5
*
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
1
-20
/
+28
*
Add mangling for variadic functions and conversion functions
Douglas Gregor
2009-02-13
1
-2
/
+8
*
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-13
1
-0
/
+516