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
/
CGDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-4
/
+4
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-4
/
+4
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-4
/
+4
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-4
/
+4
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-4
/
+4
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-4
/
+4
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+5
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-3
/
+3
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-8
/
+9
*
Don't use a global_ctors comdat for globals that aren't externally visible
Reid Kleckner
2014-10-15
1
-9
/
+9
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-54
/
+31
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-1
/
+1
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-1
/
+1
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-2
/
+5
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-5
/
+0
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-0
/
+5
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-1
/
+1
*
MS ABI: Emit dynamic initializers for selectany globals in comdat-associative...
Hans Wennborg
2014-09-10
1
-0
/
+5
*
Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
2014-08-26
1
-6
/
+12
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-2
/
+31
*
[Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModule
Alexey Samsonov
2014-07-07
1
-6
/
+8
*
Use comdats to avoid double initialization of weak data
Reid Kleckner
2014-05-23
1
-6
/
+7
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-6
/
+6
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-1
/
+2
*
Include translation unit filename in global ctor symbol names.
Nico Weber
2014-05-06
1
-3
/
+16
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
1
-2
/
+2
*
Follow-up to r205999: Emit an artificial location (valid scope, line 0)
Adrian Prantl
2014-04-11
1
-43
/
+54
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-8
/
+4
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-5
/
+7
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-5
/
+3
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-3
/
+2
*
Fix crashes when creating global instances of polymorphic classes without fields
Timur Iskhodzhanov
2013-10-02
1
-1
/
+2
*
[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
2013-09-10
1
-1
/
+6
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-2
/
+6
*
Order initializers of static data members of explicit specializations
Reid Kleckner
2013-09-04
1
-5
/
+6
*
Revert "PR14569: Omit debug info for thunks"
David Blaikie
2013-08-27
1
-16
/
+14
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-14
/
+2
*
Add a separate llvm.global_ctors entry for linkonce_odr data initializers
Reid Kleckner
2013-08-22
1
-0
/
+13
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-1
/
+1
*
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
1
-1
/
+0
*
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-29
1
-0
/
+1
*
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-26
1
-16
/
+12
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-10
/
+59
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-4
/
+2
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-1
/
+7
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-4
/
+10
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+4
*
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
1
-1
/
+5
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-1
/
+1
[next]