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
/
MicrosoftMangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a new type node, UnaryTransformType, designed to represent a
Alexis Hunt
2011-05-24
1
-0
/
+4
*
Remove comments about __int8 and friends from the mangler. Turns out we don't
Charles Davis
2011-04-29
1
-7
/
+0
*
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-04-26
1
-0
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Implement ARM pcs attribute. Basically it's another way of calling convention...
Anton Korobeynikov
2011-04-14
1
-0
/
+2
*
Basic, untested implementation for an "unknown any" type requested by LLDB.
John McCall
2011-04-07
1
-0
/
+1
*
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
1
-3
/
+0
*
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
1
-0
/
+3
*
Implement the C++0x deduced 'auto' feature.
Richard Smith
2011-02-20
1
-3
/
+4
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-19
/
+17
*
Use raw_ostream instead of raw_svector_ostream.
Rafael Espindola
2011-02-11
1
-8
/
+8
*
Use raw_svector_ostream in more places in the mangler.
Rafael Espindola
2011-02-10
1
-13
/
+12
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-1
/
+1
*
Start implementing support for substitution into pack expansions that
Douglas Gregor
2011-01-14
1
-0
/
+6
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-0
/
+1184