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: 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
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-4
/
+37
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
1
-0
/
+2
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-11
/
+0
*
[-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!
David Majnemer
2013-08-27
1
-20
/
+6
*
Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
Timur Iskhodzhanov
2013-08-26
1
-1
/
+1
*
[-cxx-abi microsoft] Unnamed types are mangled less wrong
David Majnemer
2013-08-26
1
-2
/
+2
*
Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
2013-08-16
1
-7
/
+3
*
[-cxx-abi microsoft] Mangle member pointers better
David Majnemer
2013-08-15
1
-14
/
+24
*
Fix typo in comment.
David Majnemer
2013-08-13
1
-1
/
+1
*
[-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
2013-08-13
1
-0
/
+28
*
[-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references
David Majnemer
2013-08-13
1
-2
/
+4
[next]