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
*
Add Microsoft mangling of constructors and destructors. Patch by Dmitry!
Michael J. Spencer
2011-12-01
1
-6
/
+10
*
Macro metaprogramming for builtin types.
John McCall
2011-10-18
1
-7
/
+7
*
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-17
1
-0
/
+1
*
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
1
-0
/
+1
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-0
/
+4
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-9
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-38
/
+39
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-27
/
+27
*
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