summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-4/+4
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-4/+4
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-4/+4
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-4/+4
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-4/+4
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-4/+4
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+5
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-3/+3
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-8/+9
* Don't use a global_ctors comdat for globals that aren't externally visibleReid Kleckner2014-10-151-9/+9
* MS ABI: Implement thread_local for global variablesDavid Majnemer2014-10-051-54/+31
* Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner2014-09-231-1/+1
* Don't use comdats for initializers on platforms that don't support itReid Kleckner2014-09-231-1/+1
* Don't use the third field of llvm.global_ctors for MachO.Rafael Espindola2014-09-191-2/+5
* Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola2014-09-191-5/+0
* Put more stuff in the comdat used for variables with static init.Rafael Espindola2014-09-181-0/+5
* Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.Rafael Espindola2014-09-111-1/+1
* MS ABI: Emit dynamic initializers for selectany globals in comdat-associative...Hans Wennborg2014-09-101-0/+5
* Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer2014-08-261-6/+12
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-221-2/+31
* [Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModuleAlexey Samsonov2014-07-071-6/+8
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-231-6/+7
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-6/+6
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-1/+2
* Include translation unit filename in global ctor symbol names.Nico Weber2014-05-061-3/+16
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-2/+2
* Follow-up to r205999: Emit an artificial location (valid scope, line 0)Adrian Prantl2014-04-111-43/+54
* Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl2014-04-111-8/+4
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-5/+7
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-5/+3
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-191-3/+2
* Fix crashes when creating global instances of polymorphic classes without fieldsTimur Iskhodzhanov2013-10-021-1/+2
* [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner2013-09-101-1/+6
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-2/+6
* Order initializers of static data members of explicit specializationsReid Kleckner2013-09-041-5/+6
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-271-16/+14
* Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie2013-08-261-14/+2
* Add a separate llvm.global_ctors entry for linkonce_odr data initializersReid Kleckner2013-08-221-0/+13
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-1/+1
* Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith2013-04-301-1/+0
* Emit the TLS intialization functions into a list.Bill Wendling2013-04-291-0/+1
* ArrayRefize code. No functionality change.Benjamin Kramer2013-04-261-16/+12
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-10/+59
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-1/+1
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-4/+2
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-1/+7
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-4/+10
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-2/+4
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-261-1/+5
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+1
OpenPOWER on IntegriCloud