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
*
Use unique_ptr for VPtrLocationsMap and VPtrInfoVector.
Justin Lebar
2016-10-10
1
-29
/
+29
*
[MS ABI] Add /include directives for dynamic TLS
David Majnemer
2016-09-12
1
-0
/
+8
*
CodeGen: Clean up implementation of vtable initializer builder. NFC.
Peter Collingbourne
2016-09-08
1
-5
/
+3
*
[MS] Pass non-trivially-copyable objects indirectly on Windows ARM
Reid Kleckner
2016-08-25
1
-0
/
+6
*
Don't crash when generating code for __attribute__((naked)) member functions.
Justin Lebar
2016-07-27
1
-0
/
+4
*
[MS] Improve VPtrInfo field names and doc comments
Reid Kleckner
2016-07-20
1
-16
/
+16
*
[MS ABI] Support throwing/catching __unaligned types
David Majnemer
2016-07-12
1
-7
/
+15
*
[MS ABI] Some code cleanups
David Majnemer
2016-07-09
1
-9
/
+6
*
[DebugInfo] Set DISubprogram ThisAdjustment in the MS ABI
Reid Kleckner
2016-07-01
1
-1
/
+1
*
CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog...
Peter Collingbourne
2016-06-25
1
-6
/
+13
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
1
-16
/
+13
*
Update clang for D20348
Peter Collingbourne
2016-06-14
1
-7
/
+7
*
[MS ABI] Delegating constructors should not assume they are most derived
David Majnemer
2016-05-13
1
-9
/
+11
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-10
/
+7
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-7
/
+10
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-10
/
+7
*
Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4...
Aaron Ballman
2016-03-30
1
-1
/
+1
*
EmitCXXStructorCall -> EmitCXXDestructorCall. NFC.
Alexey Samsonov
2016-03-10
1
-8
/
+7
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-11
/
+8
*
[MS ABI] Correctly handle dllimport'd explicit instantiation declaration w/ v...
David Majnemer
2016-02-22
1
-0
/
+3
*
Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables""
David Majnemer
2016-02-11
1
-4
/
+11
*
Revert r260388 "[MS ABI] Never reference dllimport'd vtables"
Hans Wennborg
2016-02-10
1
-11
/
+4
*
Silence some MSVC false positive warnings about integer zexts and falling off...
Reid Kleckner
2016-02-10
1
-1
/
+1
*
[MS ABI] Never reference dllimport'd vtables
David Majnemer
2016-02-10
1
-4
/
+11
*
[MS ABI] Cleanup emitVTableDefinitions
David Majnemer
2016-02-09
1
-6
/
+6
*
[MS ABI] Don't emit RTTI descriptors for dllimport vtables
David Majnemer
2016-02-07
1
-1
/
+3
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-1
/
+1
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-8
/
+5
*
Update clang to use the updated LLVM EH instructions
David Majnemer
2015-12-12
1
-2
/
+2
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-3
/
+2
*
Remove superfluous StringRef casts, NFC.
Yaron Keren
2015-12-01
1
-7
/
+7
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
1
-9
/
+6
*
[MS ABI] Don't zero-initialize vbptrs in bases
David Majnemer
2015-11-02
1
-0
/
+19
*
[CodeGen] Call SetInternalFunctionAttributes to attach function
Akira Hatanaka
2015-10-31
1
-2
/
+2
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-22
/
+1
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
1
-36
/
+13
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
1
-25
/
+11
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-2
/
+5
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-15
1
-17
/
+37
*
[opaque pointer type] Fix a few uses of PointerType::getElementType in favor ...
David Blaikie
2015-09-14
1
-4
/
+4
*
Revert "[opaque pointer type] update for LLVM API change"
David Blaikie
2015-09-14
1
-2
/
+3
*
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
2015-09-10
1
-11
/
+0
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-09-10
1
-37
/
+17
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-09
1
-17
/
+37
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-167
/
+239
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-37
/
+17
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
1
-2
/
+1
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
1
-15
/
+36
*
[WinEH] Update to new EH pad/ret signatures (with tokens required)
Joseph Tremoulet
2015-08-23
1
-1
/
+1
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
1
-36
/
+15
[next]