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
/
CodeGen
/
MicrosoftCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] update for LLVM API change
David Blaikie
2015-04-29
1
-3
/
+2
*
[WinEH] Don't emit an exceptional cleanup for llvm.eh.endcatch
Reid Kleckner
2015-04-22
1
-3
/
+2
*
[WinEH] Don't create an alloca for unnamed catch parameters
Reid Kleckner
2015-04-07
1
-1
/
+3
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-1
/
+2
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-4
/
+4
*
[MS ABI] A pointer-to-function cannot be caught as a pointer-to-void
David Majnemer
2015-04-04
1
-3
/
+4
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-3
/
+5
*
[MS ABI] Rework .xdata HandlerType emission
David Majnemer
2015-03-29
1
-27
/
+26
*
MS ABI: Don't try to emit VF/VB-Tables for extern class templates
David Majnemer
2015-03-18
1
-96
/
+88
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-2
/
+5
*
MS ABI: Emit HandlerMap entries for C++ catch
David Majnemer
2015-03-17
1
-6
/
+55
*
WIP
David Majnemer
2015-03-17
1
-17
/
+15
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-0
/
+2
*
MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptors
David Majnemer
2015-03-15
1
-28
/
+50
*
MS ABI: Tidy up references to the ASTContext
David Majnemer
2015-03-14
1
-20
/
+21
*
MS ABI: Generate default constructor closures
David Majnemer
2015-03-13
1
-22
/
+44
*
MS ABI: Implement __GetExceptionInfo for std::make_exception_ptr
David Majnemer
2015-03-13
1
-1
/
+1
*
MS ABI: Allow a nullptr_t exception to be caught by void * catch handler
David Majnemer
2015-03-12
1
-0
/
+11
*
Instead of dereferencing std::vector::end() (which is UB and causes failed as...
Aaron Ballman
2015-03-12
1
-1
/
+2
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-7
/
+122
*
MS ABI: Mangle the location of the catchable type into it's name
David Majnemer
2015-03-10
1
-1
/
+2
*
MS ABI: Stick throw-related data into the .xdata section
David Majnemer
2015-03-06
1
-3
/
+6
*
MS ABI: Correctly generate throw-info for pointer to const qual types
David Majnemer
2015-03-06
1
-2
/
+14
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-8
/
+11
*
MS ABI: Implement support for throwing a C++ exception
David Majnemer
2015-03-05
1
-27
/
+368
*
Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
Reid Kleckner
2015-03-03
1
-0
/
+41
*
MS ABI: Simplify the code which performs base adjustments
David Majnemer
2015-02-27
1
-19
/
+17
*
MS ABI: Implement support for 'novtable'
David Majnemer
2015-02-02
1
-1
/
+5
*
Add the "thunk" attribute to MS ABI virtual member pointers
Reid Kleckner
2015-01-21
1
-0
/
+6
*
MS ABI: Virtual member pointer thunks should be in COMDAT groups
David Majnemer
2015-01-21
1
-0
/
+2
*
MS ABI: Let guard variables be present in COMDATs
David Majnemer
2015-01-21
1
-0
/
+3
*
Make sure all weak destructors go in a comdat in the ms abi.
Rafael Espindola
2015-01-17
1
-1
/
+2
*
Also put vtables in a comdat when rtti is disabled.
Rafael Espindola
2015-01-16
1
-0
/
+4
*
Add comdats to the RTTI variables in the microsoft abi.
Rafael Espindola
2015-01-16
1
-7
/
+16
*
Add comdats to dynamic init functions in the microsoft abi.
Rafael Espindola
2015-01-16
1
-1
/
+3
*
Add comdats to constructs and destructor in the microsoft abi.
Rafael Espindola
2015-01-16
1
-2
/
+4
*
[patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
2015-01-12
1
-10
/
+2
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-01-12
1
-3
/
+3
*
Add a missing override, caught by clang's inconsistent override warning.
Chandler Carruth
2014-11-25
1
-1
/
+1
*
MS ABI: Add CodeGen support for rethrowing MS C++ exceptions
David Majnemer
2014-11-25
1
-0
/
+26
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-3
/
+3
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
CodeGen: Declutter the emitVirtualObjectDelete interface
David Majnemer
2014-11-01
1
-7
/
+8
*
Implement IRGen for the x86 vectorcall convention
Reid Kleckner
2014-10-31
1
-2
/
+9
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-32
/
+46
*
MS ABI: Emit more canonical vbptr stores and loads
Reid Kleckner
2014-10-22
1
-4
/
+12
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-3
/
+3
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-0
/
+101
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-1
/
+1
[next]