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
/
AST
/
ItaniumMangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach NestedNameSpecifier to keep track of namespace aliases the same
Douglas Gregor
2011-02-24
1
-0
/
+3
*
Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.
Richard Smith
2011-02-21
1
-2
/
+5
*
Implement the C++0x deduced 'auto' feature.
Richard Smith
2011-02-20
1
-3
/
+6
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-0
/
+12
*
Add a hack to avoid adding '\01' to asm names when possible. It would be
Rafael Espindola
2011-02-15
1
-1
/
+12
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-32
/
+19
*
Use raw_ostream instead of raw_svector_ostream.
Rafael Espindola
2011-02-11
1
-11
/
+11
*
Use raw_svector_ostream in more places in the mangler.
Rafael Espindola
2011-02-10
1
-27
/
+37
*
AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions
Peter Collingbourne
2011-02-09
1
-1
/
+2
*
Remove vtables from the Stmt hierarchy; this was pretty easy as
John McCall
2011-02-09
1
-0
/
+1
*
When mangling a qualified array type, push the qualifiers down to the
John McCall
2011-01-26
1
-11
/
+25
*
Rvalue references for *this: add name mangling for ref-qualifiers,
Douglas Gregor
2011-01-26
1
-4
/
+28
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-1
/
+2
*
Introduce a new kind of TemplateName that captures a substituted
Douglas Gregor
2011-01-15
1
-0
/
+6
*
Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,
Douglas Gregor
2011-01-15
1
-0
/
+5
*
Start implementing support for substitution into pack expansions that
Douglas Gregor
2011-01-14
1
-0
/
+5
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-0
/
+2625