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
*
[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
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
1
-15
/
+36
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-3
/
+3
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner
2015-08-18
1
-36
/
+15
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-18
1
-15
/
+36
*
Revert r245257 "Generating assumption loads of vptr after ctor call"
Hans Wennborg
2015-08-18
1
-36
/
+15
*
Generating assumption loads of vptr after ctor call
Piotr Padlewski
2015-08-17
1
-15
/
+36
*
[MS ABI] Switch catchpad/cleanuppad to use tokens
David Majnemer
2015-08-15
1
-7
/
+12
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-5
/
+0
*
[MS ABI] Hook clang up to the new EH instructions
David Majnemer
2015-07-31
1
-12
/
+30
*
Generating available_externally vtables for outline virtual functions
Piotr Padlewski
2015-07-24
1
-0
/
+4
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+1
*
[CodeGen] Don't dereference vector::end if the vector can be empty
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-3
/
+2
*
CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
2015-07-09
1
-11
/
+19
*
CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.
Peter Collingbourne
2015-07-08
1
-2
/
+2
*
[MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
2015-06-30
1
-0
/
+2
*
Delete unused variables.
Frederic Riss
2015-06-29
1
-3
/
+0
*
[MS ABI] Unify constant and non-constant member pointer conversion
David Majnemer
2015-06-29
1
-138
/
+51
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-28
/
+6
*
[MS ABI] Rework member pointer conversion
David Majnemer
2015-06-23
1
-55
/
+259
*
[MS ABI] Refactor member pointer generation
David Majnemer
2015-06-23
1
-28
/
+75
*
[CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
2015-06-23
1
-2
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
CFI: Implement bitset emission for the Microsoft ABI.
Peter Collingbourne
2015-06-19
1
-0
/
+104
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-4
/
+6
*
[MS ABI] Initialize "most general" member pointers which don't point at a vbase
David Majnemer
2015-06-18
1
-1
/
+1
*
Reinstate r239499 and r239503
David Majnemer
2015-06-11
1
-19
/
+9
*
Revert "[MS ABI] Allow fastcall member function pointers to get CodeGen'd"
Manuel Klimek
2015-06-11
1
-9
/
+19
*
[MS ABI] Allow fastcall member function pointers to get CodeGen'd
David Majnemer
2015-06-11
1
-14
/
+9
*
[MS ABI] Allow memfn pointers with unconvertible types to be formed
David Majnemer
2015-06-11
1
-6
/
+1
*
[MS ABI] Form member pointers from virtual funcs overriding vbases
David Majnemer
2015-05-10
1
-12
/
+13
[next]