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
*
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
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
AST: Implement mangling support for function types without a prototype.
Peter Collingbourne
2015-08-07
1
-4
/
+10
*
[MS ABI] Create a mangling for extended vector types
David Majnemer
2015-08-01
1
-7
/
+3
*
[MS ABI] nullptr data member ptrs are mangled differently for classes vs fns
David Majnemer
2015-07-02
1
-3
/
+15
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-1
/
+8
*
[MS ABI] Rework member pointer conversion
David Majnemer
2015-06-23
1
-0
/
+12
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
CFI: Implement bitset emission for the Microsoft ABI.
Peter Collingbourne
2015-06-19
1
-1
/
+11
*
[MS ABI] Be a little more defensive wrt vector types
David Majnemer
2015-06-01
1
-14
/
+20
*
[MS ABI] Implement restrict qualified references
David Majnemer
2015-05-26
1
-65
/
+74
*
[MS ABI] Give __attribute__((overloadable)) functions pretty names
David Majnemer
2015-05-18
1
-2
/
+9
*
[MS ABI] Function encodings are always encoded in template arguments
David Majnemer
2015-05-18
1
-9
/
+14
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-1
/
+2
*
[MS ABI] Make sure we number thread_local statics seperately
David Majnemer
2015-05-07
1
-4
/
+2
*
[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI
David Majnemer
2015-05-07
1
-11
/
+18
*
Replace GetNumBytesInBuffer() in MicrosoftCXXNameMangler::mangleArgumentType ...
Yaron Keren
2015-05-02
1
-2
/
+2
*
[MS ABI] Rephrase the mangling of array types in parameters
David Majnemer
2015-04-27
1
-6
/
+5
*
[MS ABI] Add support for mangling VLA types
David Majnemer
2015-04-23
1
-13
/
+12
*
[MS ABI] Treat ConstantArrayType like IncompleteArrayType in args
David Majnemer
2015-04-23
1
-4
/
+14
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
[next]