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
/
test
/
CodeGenCXX
/
mangle-exprs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ItaniumMangle] Fix mangling of GNU __null in an expression to match GCC
James Clarke
2019-10-08
1
-0
/
+16
*
Fix mangling for dependent "type { expr-list }" expressions, and add mangling...
Richard Smith
2017-08-23
1
-0
/
+32
*
Itanium mangler: don't trip an assertion when unresolved members have implici...
Douglas Gregor
2015-05-21
1
-0
/
+12
*
PR22465: when performing list-initialization for a class type C, if we see an
Richard Smith
2015-02-05
1
-0
/
+10
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-0
/
+26
*
When mangling member-expressions, skip implicit accesses of anonymous union
Richard Smith
2014-11-20
1
-0
/
+76
*
AST: Mangle cast expression encoding more accurately
David Majnemer
2014-09-23
1
-3
/
+22
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-11
/
+11
*
Implement Mike Herrick's proposed noexcept mangling.
John McCall
2012-09-25
1
-0
/
+7
*
Richard Smith pointed out that there already is a proposal for init list mang...
Sebastian Redl
2012-02-25
1
-4
/
+3
*
Better mangling for new-expressions. Also, although we can't mangle arbitrary...
Sebastian Redl
2012-02-25
1
-0
/
+60
*
Implement name mangling for scalar value initialization. Reported on IRC by Xeo.
Richard Smith
2012-02-06
1
-0
/
+7
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.
Douglas Gregor
2011-06-05
1
-0
/
+16
*
Store a parameter index and function prototype depth in every
John McCall
2011-05-01
1
-0
/
+44
*
Implement the mangling for non-ADL call expressions that we just
John McCall
2011-04-28
1
-0
/
+16
*
Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.
Richard Smith
2011-02-21
1
-1
/
+8
*
fix PR5179 and correctly fix PR5831 to not miscompile.
Chris Lattner
2010-07-30
1
-1
/
+1
*
pass/return structs of char and short as i8/i16 to avoid
Chris Lattner
2010-06-28
1
-1
/
+1
*
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
1
-5
/
+5
*
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
1
-5
/
+5
*
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-13
1
-5
/
+5
*
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
1
-5
/
+5
*
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2010-03-12
1
-5
/
+5
*
Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876.
Douglas Gregor
2010-01-29
1
-0
/
+44