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
*
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
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
1
-2
/
+1030
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-1
/
+3
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-2
/
+2
*
CodeGen: Fix a typo in getThreadLocalWrapperLinkage
David Majnemer
2014-06-27
1
-1
/
+1
*
Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...
David Majnemer
2014-06-22
1
-0
/
+209
*
Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...
NAKAMURA Takumi
2014-06-22
1
-209
/
+0
*
CodeGen: Refactor dynamic_cast and typeid
David Majnemer
2014-06-20
1
-0
/
+209
*
CodeGen: Correct linkage of thread_local for OS X
David Majnemer
2014-06-11
1
-6
/
+15
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
1
-1
/
+2
*
Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtables
Hans Wennborg
2014-06-02
1
-0
/
+6
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-5
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-3
/
+2
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-3
/
+3
*
Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors"
Reid Kleckner
2014-05-15
1
-4
/
+9
*
Don't copy objects with trivial, deleted copy ctors
Reid Kleckner
2014-05-14
1
-7
/
+4
*
Push record return type classification into CGCXXABI
Reid Kleckner
2014-05-13
1
-5
/
+16
*
CodeGen: Don't set hidden visibility on symbols with local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-1
/
+2
*
CodeGen: Assign linkage to thread-wrappers correctly
David Majnemer
2014-05-05
1
-2
/
+3
*
CodeGen: Unify handling guard variables in the Itanium C++ ABI
Justin Bogner
2014-04-23
1
-41
/
+39
*
RTTI: refactor the uniqueness question into CGCXXABI.
Tim Northover
2014-03-30
1
-0
/
+3
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+15
*
PR19254: If a thread_local data member of a class is accessed via member access
Richard Smith
2014-03-26
1
-8
/
+7
*
Fix PR19104: Incorrect handling of non-virtual calls of virtual methods
Timur Iskhodzhanov
2014-03-14
1
-3
/
+0
*
PR19113: Emit 'vtable' TBAA metadata when loading a vptr in a pointer-to-memb...
Richard Smith
2014-03-12
1
-2
/
+1
[next]