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
*
Rangify for loops, NFC.
Yaron Keren
2015-08-01
1
-3
/
+3
*
In case of an existing GlobalVariable, the comdat is created using the name o...
Yaron Keren
2015-07-29
1
-3
/
+3
*
Remove unnecessary variable.
Yaron Keren
2015-07-29
1
-12
/
+8
*
Getting rid of old iterator loops
Piotr Padlewski
2015-07-28
1
-7
/
+7
*
Generating available_externally vtables for outline virtual functions
Piotr Padlewski
2015-07-24
1
-0
/
+33
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-4
/
+4
*
CodeGen: Do not give local-linkage functions externally available linkage, ev...
Peter Collingbourne
2015-07-01
1
-1
/
+1
*
[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
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-4
/
+4
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-4
/
+8
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-4
/
+4
*
Revert r236879, "Do not emit thunks with available_externally linkage in comd...
NAKAMURA Takumi
2015-05-09
1
-5
/
+8
*
Do not emit thunks with available_externally linkage in comdats
Derek Schuff
2015-05-08
1
-8
/
+5
*
[opaque pointer type] update for LLVM API change
David Blaikie
2015-04-29
1
-2
/
+2
*
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
David Majnemer
2015-04-24
1
-1
/
+1
*
[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
[next]