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
/
test
/
CodeGenCXX
/
microsoft-abi-throw.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MS] Don't reference deleted copy ctors from catchable types
Reid Kleckner
2019-10-30
1
-0
/
+27
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-1
/
+1
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-1
/
+1
*
[MS] Mangle a hash of the main file path into anonymous namespaces
Reid Kleckner
2018-08-17
1
-2
/
+2
*
[MS] Make sure __GetExceptionInfo works on types with no linkage
Reid Kleckner
2018-06-20
1
-0
/
+10
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-25
/
+25
*
[MS ABI] Correctly mangling vbase destructors
David Majnemer
2017-02-14
1
-1
/
+1
*
[MS ABI] Support throwing/catching __unaligned types
David Majnemer
2016-07-12
1
-0
/
+8
*
[MS Compat] Don't crash if __GetExceptionInfo is in global scope
David Majnemer
2016-01-26
1
-2
/
+9
*
[MS ABI] A pointer-to-function cannot be caught as a pointer-to-void
David Majnemer
2015-04-04
1
-0
/
+9
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-1
/
+13
*
MS ABI: Allow a nullptr_t exception to be caught by void * catch handler
David Majnemer
2015-03-12
1
-0
/
+5
*
Don't overconstrain a FileCheck pattern
David Majnemer
2015-03-11
1
-1
/
+1
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-1
/
+53
*
MS ABI: Mangle the location of the catchable type into it's name
David Majnemer
2015-03-10
1
-4
/
+4
*
MS ABI: Stick throw-related data into the .xdata section
David Majnemer
2015-03-06
1
-7
/
+7
*
MS ABI: Correctly generate throw-info for pointer to const qual types
David Majnemer
2015-03-06
1
-1
/
+7
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-3
/
+3
*
MS ABI: Implement support for throwing a C++ exception
David Majnemer
2015-03-05
1
-0
/
+31