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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-25
/
+22
*
Tab to spaces. No functionality change.
Nick Lewycky
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+2
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-21
/
+12
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-25
1
-2
/
+4
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-3
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+3
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
AST: Update URL for Itanium ABI spec
David Majnemer
2013-12-13
1
-1
/
+1
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+1
*
Test commit for the user "kromanova" to verify commit access. I removed "UNSU...
Ekaterina Romanova
2013-11-21
1
-1
/
+1
*
Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
2013-11-19
1
-0
/
+5
*
Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a m...
Hao Liu
2013-11-17
1
-3
/
+3
*
Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
2013-11-06
1
-3
/
+4
*
Sema: Do not allow overloading between methods based on restrict
David Majnemer
2013-11-03
1
-1
/
+6
*
Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...
Timur Iskhodzhanov
2013-10-30
1
-2
/
+2
*
AST: Mangle fields in anonymous structs/unions
David Majnemer
2013-10-23
1
-0
/
+2
*
On 32 bit windows, mangle stdcall and fastcall decls in clang.
Rafael Espindola
2013-10-16
1
-34
/
+5
*
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
[next]