summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang changes for overloading invariant.start and end intrinsicsAnna Thomas2016-07-221-1/+3
* test commit. update comment grammatically. NFCAnna Thomas2016-07-221-1/+1
* [CodeGen] Treat imported static local variables as declarationsDavid Majnemer2016-07-111-4/+0
* [CodeGen] Do not run initializers for imported variablesDavid Majnemer2016-06-211-0/+4
* Introduce CGCXXABI::canCallMismatchedFunctionTypeDerek Schuff2016-05-101-4/+5
* more cleanupDerek Schuff2016-05-101-4/+4
* Clarify condition, remove redundant checkDerek Schuff2016-05-101-5/+7
* Clean up condition, add ARM to testDerek Schuff2016-05-101-8/+9
* Do not register incompatible C++ destructors with __cxa_atexitDerek Schuff2016-05-101-3/+7
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-2/+2
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+11
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-1/+1
* [TLS] move setting tls_guard in tls_init.Manman Ren2015-11-111-4/+4
* [CodeGen] Call SetInternalFunctionAttributes to attach functionAkira Hatanaka2015-10-311-10/+17
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-16/+15
* Avoid clearing an empty PrioritizedCXXGlobalInits, NFCYaron Keren2015-06-201-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-1/+2
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+2
* Remove superfluous SmallString cast.Yaron Keren2015-05-121-1/+1
* Set normal LLVM function attributes on global initializer functionsReid Kleckner2015-04-221-0/+2
* Move the logic to avoid double global emission from Sema to CodeGenReid Kleckner2015-04-151-9/+12
* Fix addrspace when emitting constructors of static local variablesJingyue Wu2015-03-251-0/+23
* [OPENMP] Rename methods of OpenMPRuntime class. NFC. Alexey Bataev2015-02-251-1/+1
* Address review feedback for r228003.Adrian Prantl2015-02-031-4/+4
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-4/+4
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-4/+4
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-141-0/+4
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-9/+1
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-121-2/+3
* 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
OpenPOWER on IntegriCloud