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
*
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
*
Run clang-format to unify the switch statement style as suggest here: http://...
Alexey Bader
2015-09-15
1
-37
/
+103
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+30
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-17
/
+0
*
[MS ABI] Number unnamed TagDecls which aren't externally visible
David Majnemer
2015-09-02
1
-1
/
+3
*
[MS ABI] Switch to the CRC implementation in LLVM
David Majnemer
2015-09-01
1
-29
/
+5
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-3
/
+10
[next]