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
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-73
/
+50
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-0
/
+11
*
AST: Handle qualified array types in typeid() expressions
David Majnemer
2013-09-27
1
-1
/
+1
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
A buildbot compiling with strict error on unused variables pointed out a
David Tweed
2013-09-13
1
-1
/
+0
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
1
-7
/
+25
*
[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
2013-09-10
1
-0
/
+9
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-3
/
+15
*
Itanium mangler: remove "proposal" comments for manglings that are in the
Richard Smith
2013-08-27
1
-13
/
+8
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-1
/
+9
*
Silence unused variable warning in non-assert builds.
Daniel Jasper
2013-08-01
1
-0
/
+1
*
AArch64: initial NEON support
Tim Northover
2013-08-01
1
-2
/
+73
*
Finish off mangling locals in block literals.
Eli Friedman
2013-07-10
1
-4
/
+25
*
More local mangling fixes.
Eli Friedman
2013-07-10
1
-39
/
+42
*
Don't use mangleCXXRTTIName in TBAA for C code.
Eli Friedman
2013-07-05
1
-5
/
+6
*
Fix regression from r185450.
Eli Friedman
2013-07-05
1
-4
/
+5
*
More fixes for block mangling.
Eli Friedman
2013-07-02
1
-44
/
+77
*
Don't skip lambdas when mangling local vars.
Eli Friedman
2013-07-02
1
-18
/
+18
*
Simplify code in mangler.
Eli Friedman
2013-07-01
1
-6
/
+2
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-8
/
+15
*
Change mangling of objects inside block literals.
Eli Friedman
2013-06-24
1
-6
/
+9
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+1
*
[ms-cxxabi] Emit and install appropriately mangled vbtables
Reid Kleckner
2013-06-19
1
-0
/
+10
*
Introduce a new mangling for protocol-qualified ObjC types in C++. This allows
Eli Friedman
2013-06-18
1
-2
/
+13
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+4
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-2
/
+2
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-0
/
+4
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-1
/
+1
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+4
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-0
/
+18
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
Don't crash when mangling types defined in ObjC class extensions.
John McCall
2013-04-10
1
-0
/
+9
*
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-23
1
-9
/
+0
*
Mangle extern "C" functions whose names are not simple identifiers.
Rafael Espindola
2013-02-14
1
-2
/
+6
*
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
1
-0
/
+9
*
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
1
-20
/
+22
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
1
-13
/
+6
*
Use the target address space value when mangling names.
Tanya Lattner
2013-02-08
1
-1
/
+2
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+6
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-3580
/
+3574
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-3574
/
+3580
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+2
*
Remove debugging assert.
David Blaikie
2012-11-14
1
-3
/
+0
*
Provide the correct mangling and linkage for certain unnamed nested classes.
David Blaikie
2012-11-14
1
-0
/
+12
*
Add missing comment for mangling.
Nick Lewycky
2012-10-04
1
-0
/
+1
*
Fix the AST representation for non-type template arguments to encode
Eli Friedman
2012-09-26
1
-72
/
+30
*
Implement Mike Herrick's proposed noexcept mangling.
John McCall
2012-09-25
1
-1
/
+5
[next]