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: 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
*
[-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
2013-11-15
1
-0
/
+15
*
Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
2013-11-06
1
-15
/
+56
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
On 32 bit windows, mangle stdcall and fastcall decls in clang.
Rafael Espindola
2013-10-16
1
-22
/
+5
*
Reland 192220 "Abstract out parts of thunk emission code, add support for sim...
Timur Iskhodzhanov
2013-10-09
1
-25
/
+61
*
Revert 192220 as it fails on an assertion
Timur Iskhodzhanov
2013-10-08
1
-61
/
+25
*
Abstract out parts of thunk emission code, add support for simple thunks when...
Timur Iskhodzhanov
2013-10-08
1
-25
/
+61
*
[ms-cxxabi] Fix the calling convention for operator new in records
Reid Kleckner
2013-10-08
1
-3
/
+1
*
Simplify MicrosoftCXXNameMangler::mangleFunctionType
Timur Iskhodzhanov
2013-10-04
1
-19
/
+17
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-63
/
+43
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-4
/
+17
*
Remove unused param from MicrosoftMangle::mangleCallingConvention()
Reid Kleckner
2013-09-25
1
-4
/
+3
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-3
/
+9
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-9
/
+3
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-3
/
+9
*
[-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
2013-09-16
1
-25
/
+10
*
[-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
2013-09-13
1
-2
/
+25
*
[-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
2013-09-13
1
-33
/
+76
*
[-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
2013-09-11
1
-27
/
+23
*
[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
2013-09-10
1
-6
/
+22
[prev]
[next]