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
/
ItaniumCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-1
/
+1
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-3
/
+5
*
Implement CFI type checks for non-virtual calls.
Peter Collingbourne
2015-04-02
1
-1
/
+2
*
[MS ABI] Rework .xdata HandlerType emission
David Majnemer
2015-03-29
1
-1
/
+2
*
MS ABI: Fix a couple of -Winconsistent-missing-override warnings
Justin Bogner
2015-03-17
1
-2
/
+2
*
MS ABI: Emit HandlerMap entries for C++ catch
David Majnemer
2015-03-17
1
-1
/
+2
*
WIP
David Majnemer
2015-03-17
1
-3
/
+5
*
MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptors
David Majnemer
2015-03-15
1
-2
/
+3
*
MS ABI: Implement support for throwing a C++ exception
David Majnemer
2015-03-05
1
-0
/
+54
*
Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
Reid Kleckner
2015-03-03
1
-0
/
+355
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-0
/
+4
*
Change representation of member function pointers for MIPS targets
Zoran Jovanovic
2015-02-18
1
-0
/
+3
*
Use a trivial comdat for C++ tables.
Rafael Espindola
2015-01-15
1
-2
/
+9
*
Use a trivial comdat for inline ctor/dtor when not using C5/D5.
Rafael Espindola
2015-01-15
1
-0
/
+2
*
[patch][pr19848] Produce explicit comdats in clang.
Rafael Espindola
2015-01-12
1
-3
/
+4
*
Fix comment typo.
Nico Weber
2015-01-07
1
-1
/
+1
*
Revert "Put static local variables of inline functions in the function comdat."
Rafael Espindola
2014-12-17
1
-4
/
+2
*
Put static local variables of inline functions in the function comdat.
Rafael Espindola
2014-12-16
1
-2
/
+4
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-1
/
+1
*
MS ABI: Add CodeGen support for rethrowing MS C++ exceptions
David Majnemer
2014-11-25
1
-0
/
+16
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-2
/
+2
*
CodeGen, Itanium: Properly dllimport RTTI data
David Majnemer
2014-11-07
1
-1
/
+10
*
CodeGen: Declutter the emitVirtualObjectDelete interface
David Majnemer
2014-11-01
1
-7
/
+9
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-25
/
+45
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-0
/
+1
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-7
/
+29
*
Small fix for bug 18635.
Alexander Musman
2014-09-26
1
-7
/
+8
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-2
/
+1
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-1
/
+2
*
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
2014-09-19
1
-1
/
+1
*
In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espindola
2014-09-19
1
-0
/
+9
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-7
/
+0
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-0
/
+7
*
Don't try to use C5/D5 comdats in COFF.
Rafael Espindola
2014-09-16
1
-2
/
+6
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-36
/
+106
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-12
/
+1
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-11
/
+1
*
Simplify the code a bit, NFC.
Rafael Espindola
2014-09-15
1
-7
/
+2
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-0
/
+79
*
MS ABI: Use the correct this arg when generating implict copy ctor
David Majnemer
2014-09-11
1
-0
/
+6
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-1
/
+1
*
CodeGen: Use a fixed alignment for vtables.
Benjamin Kramer
2014-09-10
1
-0
/
+6
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-36
/
+12
*
call __asan_load_cxx_array_cookie when loading array cookie in asan mode.
Kostya Serebryany
2014-08-29
1
-5
/
+14
*
Reverting r216675. This breaks some bots. Before this can be committed again,...
Aaron Ballman
2014-08-28
1
-35
/
+0
*
Throw a std::bad_array_new_length exception when the expression (or constant-...
Aaron Ballman
2014-08-28
1
-0
/
+35
*
[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
2014-08-26
1
-5
/
+17
*
Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
2014-08-25
1
-10
/
+9
*
CodeGen: Don't emit a thread-wrapper if we can't touch the backing variable
David Majnemer
2014-07-11
1
-7
/
+23
[next]