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
...
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+11
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-2
/
+2
*
Follow up to r291448: use isStructorDecl in one more place
Reid Kleckner
2017-01-09
1
-1
/
+1
*
[MS] Fix function type mangling of default ctor closures
Reid Kleckner
2017-01-09
1
-6
/
+10
*
[MS ABI] Mangle unnamed enums correctly
David Majnemer
2016-12-25
1
-2
/
+9
*
[MS ABI] Implement more of the Itanium mangling rules
David Majnemer
2016-12-06
1
-21
/
+52
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+2
*
[Coroutines] Add proper mangling for operator co_await for MicrosoftABI
Gor Nishanov
2016-09-28
1
-8
/
+2
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
1
-1
/
+17
*
[MS ABI] Support throwing/catching __unaligned types
David Majnemer
2016-07-12
1
-3
/
+6
*
[MSVC2015] Fix mangling for static variables initialization guards
Dmitry Polukhin
2016-05-27
1
-0
/
+1
*
[MSVC] Support for __unaligned qualifier in functions
Andrey Bokhanko
2016-05-26
1
-2
/
+3
*
[MS ABI] Ignore transparent contexts when determining the effective context
David Majnemer
2016-05-19
1
-1
/
+1
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-0
/
+5
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-5
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-0
/
+5
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-5
/
+0
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-0
/
+5
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-47
/
+4
*
Fix serialization/deserialization for __uuidof
David Majnemer
2016-03-28
1
-1
/
+1
*
Improve the representation of CXXUuidofExpr
David Majnemer
2016-03-27
1
-1
/
+1
*
[MS ABI] Mangle symbols names longer than 4096 characters correctly
David Majnemer
2016-03-07
1
-42
/
+104
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-2
/
+4
*
Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables""
David Majnemer
2016-02-11
1
-1
/
+4
*
Revert r260388 "[MS ABI] Never reference dllimport'd vtables"
Hans Wennborg
2016-02-10
1
-4
/
+1
*
[MS ABI] Never reference dllimport'd vtables
David Majnemer
2016-02-10
1
-1
/
+4
*
[MS ABI] Don't crash while mangling recursive lambdas
David Majnemer
2016-01-17
1
-4
/
+12
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+9
*
[MS ABI] Remove mangleCXXCatchHandlerType
David Majnemer
2015-12-31
1
-11
/
+0
*
[MS ABI] Change the ArgBackRefMap to hold const qualified pointers
David Majnemer
2015-12-31
1
-2
/
+2
*
[MS ABI] Replace dead code with an assertion
David Majnemer
2015-12-31
1
-2
/
+4
*
Silencing a -Wcast-qual warning; NFC.
Aaron Ballman
2015-12-30
1
-1
/
+1
*
[MS ABI] Add variable templates to the NameBackReferences
David Majnemer
2015-12-30
1
-1
/
+1
*
[MS ABI] Improve our mangling of pass_object_size
David Majnemer
2015-12-30
1
-4
/
+30
*
[MS ABI] Invent a mangling for reference temporaries
David Majnemer
2015-12-29
1
-6
/
+6
*
[MS ABI] Add a mangling for _Complex
David Majnemer
2015-12-29
1
-5
/
+10
*
[MS ABI] Mark an unreachable path appropriately
David Majnemer
2015-12-29
1
-8
/
+2
*
[MS ABI] Implement a mangling for _Atomic types
David Majnemer
2015-12-29
1
-5
/
+10
*
[MS ABI] Cleanup our mangling of vector types
David Majnemer
2015-12-29
1
-10
/
+13
*
[MS ABI] Cleanup the mangling of artifical types
David Majnemer
2015-12-29
1
-46
/
+97
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-2
/
+14
*
[MS ABI] Correctly mangle nullptr member pointers for variable templates
David Majnemer
2015-12-01
1
-3
/
+3
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-0
/
+2
*
[MS ABI] Mangle static anonymous unions
David Majnemer
2015-10-22
1
-2
/
+3
*
[coroutines] Add overloaded unary 'operator co_await'.
Richard Smith
2015-10-22
1
-0
/
+8
[prev]
[next]