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
*
MS ABI: Tighten RTTI mangling
David Majnemer
2014-05-13
1
-21
/
+21
*
MS ABI: Preliminary RTTI mangling
David Majnemer
2014-05-13
1
-14
/
+69
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-11
/
+13
*
Make DiagnosticsEngine non-copyable
Alp Toker
2014-05-11
1
-2
/
+2
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+3
*
MS ABI: Implement mangling for ref-qualifiers on methods
David Majnemer
2014-04-23
1
-0
/
+20
*
MS ABI: Use range-based for loops in the mangler
David Majnemer
2014-04-23
1
-16
/
+9
*
MS ABI: Cleanup some egregious style violations
David Majnemer
2014-04-23
1
-39
/
+33
*
Mangle the vbptr offset into pointers to member functions
Reid Kleckner
2014-04-07
1
-6
/
+7
*
MS ABI: Support mangling of return-types deducing to local types
David Majnemer
2014-04-01
1
-3
/
+12
*
MS ABI: Simplify MangleByte further
David Majnemer
2014-04-01
1
-6
/
+3
*
MS ABI: Simplify endian swapping code
David Majnemer
2014-03-31
1
-20
/
+4
*
MS ABI: mangleStringLiteral shouldn't rely on the host's endianness
David Majnemer
2014-03-31
1
-16
/
+38
*
MS ABI: Document the '\xc1' to '\xda' manglings
David Majnemer
2014-03-31
1
-0
/
+1
*
MS ABI: Correct typo in mangleStringLiteral
David Majnemer
2014-03-30
1
-1
/
+1
*
MS ABI: Simplify mangleTemplateArgs
David Majnemer
2014-03-30
1
-7
/
+3
*
MS ABI: Simplify MangleByte
David Majnemer
2014-03-30
1
-3
/
+2
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-0
/
+174
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-174
/
+0
*
MS ABI: Add tests, other cleanups for r204562
David Majnemer
2014-03-24
1
-55
/
+60
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-0
/
+169
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-5
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-28
/
+26
*
MS ABI: Disambiguate the manglings for global guard variables
David Majnemer
2014-03-06
1
-5
/
+9
*
MS ABI: Fix the initializer/finalizer mangling for static data members
David Majnemer
2014-03-06
1
-0
/
+4
*
MS ABI: Mangle lambdas
David Majnemer
2014-03-05
1
-1
/
+32
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-135
/
+147
*
MS ABI: Mangle variable templates properly
David Majnemer
2014-03-04
1
-1
/
+7
*
MS ABI: Refactor extended qualifiers
David Majnemer
2014-02-18
1
-29
/
+32
*
MS ABI: Add support for mangling __restrict
David Majnemer
2014-02-18
1
-9
/
+14
*
MS ABI: Use the most recent decl to check the inheritance model
Reid Kleckner
2014-02-08
1
-3
/
+4
*
MS ABI: Handle indirect field decls in template args
David Majnemer
2014-02-06
1
-6
/
+7
*
MS ABI: Tweak pointer-to-member mangling/inheritance model selection
David Majnemer
2014-02-06
1
-31
/
+24
*
Fix -Wunused-variable 'FD' by using it instead of ND when they're equal but FD
Nick Lewycky
2014-02-05
1
-2
/
+2
*
MS ABI: Fix mangling of static methods and function references
Reid Kleckner
2014-02-05
1
-4
/
+9
*
MS ABI: Mangle member pointer template arguments
Reid Kleckner
2014-02-05
1
-14
/
+168
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
MSVC ABI: Support C++11's auto on variables
David Majnemer
2014-01-21
1
-1
/
+3
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+4
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[-cxx-abi microsoft] Remove trailing spaces from the mangler
David Majnemer
2013-12-13
1
-16
/
+16
*
[-cxx-abi microsoft] Add commentary for mangleStaticGuardVariable
David Majnemer
2013-12-13
1
-0
/
+9
*
Revert "[-cxx-abi microsoft] Mangle reference temporaries"
David Majnemer
2013-12-13
1
-3
/
+4
*
[-cxx-abi microsoft] Mangle reference temporaries
David Majnemer
2013-12-12
1
-4
/
+3
*
[-cxx-abi microsoft] Mangle large integral constants correctly
David Majnemer
2013-12-09
1
-43
/
+40
*
[-cxx-abi microsoft] Properly mangle enums
David Majnemer
2013-12-09
1
-4
/
+2
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-3
/
+3
*
[-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'>
David Majnemer
2013-11-25
1
-14
/
+16
*
Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
2013-11-19
1
-0
/
+9
[next]