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
*
Merging r339667:
Hans Wennborg
2018-08-22
1
-2
/
+8
*
Merging r340079:
Reid Kleckner
2018-08-17
1
-3
/
+38
*
Merging r339428 and r339494:
Hans Wennborg
2018-08-13
1
-9
/
+10
*
wrap to 80 cols, no behavior change
Nico Weber
2018-08-01
1
-7
/
+9
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[ms] Fix mangling of vector types in QMM_Result contexts.
Nico Weber
2018-07-23
1
-1
/
+25
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+10
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-10
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+10
*
[ms] Fix mangling of string literals used to initialize arrays larger or smal...
Hans Wennborg
2018-07-06
1
-21
/
+23
*
[ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.
Nico Weber
2018-07-02
1
-10
/
+10
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-0
/
+18
*
[MS ABI] Mangle unnamed empty enums (PR37723)
Hans Wennborg
2018-06-11
1
-4
/
+6
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+6
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-6
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+6
*
Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()
Reid Kleckner
2018-05-31
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Fix bogus MSVC char8_t mangling.
Richard Smith
2018-05-01
1
-1
/
+1
*
Add Microsoft Mangling for OpenCL Half Type
Erich Keane
2018-05-01
1
-2
/
+5
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
Add Microsoft mangling for _Float16
Erich Keane
2018-04-17
1
-0
/
+3
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
CodeGenCXX: support PreserveMostCC in MS ABI
Saleem Abdulrasool
2018-04-02
1
-0
/
+1
*
Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocation
Reid Kleckner
2018-04-02
1
-15
/
+9
*
Revert r328845, it caused crbug.com/827810.
Nico Weber
2018-03-31
1
-9
/
+15
*
Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFC
Reid Kleckner
2018-03-29
1
-15
/
+9
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-26
/
+26
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
AST: support ObjC lifetime qualifiers in MS ABI
Saleem Abdulrasool
2018-02-09
1
-5
/
+60
*
AST: support SwiftCC on MS ABI
Saleem Abdulrasool
2018-02-07
1
-3
/
+3
*
AST: support protocol conformances on id/class/interfaces in MS ABI
Saleem Abdulrasool
2018-01-26
1
-3
/
+30
*
AST: inline a single-use variable (NFC)
Saleem Abdulrasool
2018-01-25
1
-2
/
+1
*
AST: correct mangling for SEL on MS ABI
Saleem Abdulrasool
2018-01-23
1
-1
/
+0
*
AST: adjust ObjC MS mangling to work with typedefs
Saleem Abdulrasool
2018-01-23
1
-5
/
+0
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-0
/
+9
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+9
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
ObjC++: decorate ObjC interfaces in MSABI properly
Saleem Abdulrasool
2017-08-23
1
-3
/
+5
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+1
*
AST: enhance mangling for blocks with MS ABI
Saleem Abdulrasool
2017-06-26
1
-10
/
+65
*
Update MS mangling EBNF, NFC
Reid Kleckner
2017-05-26
1
-0
/
+2
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-4
/
+0
*
Fix spelling mistake - paramater -> parameter. NFCI.
Simon Pilgrim
2017-02-15
1
-1
/
+1
*
[MS ABI] Correctly mangling vbase destructors
David Majnemer
2017-02-14
1
-11
/
+22
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+3
*
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
[next]