summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* -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
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-1/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Implement codegen for init_priority attribute properly - make sure itAnton Korobeynikov2012-11-061-16/+38
* Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith2012-11-051-1/+1
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-011-1/+1
* Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov2012-10-251-0/+12
* Transform pattern:Alexey Samsonov2012-10-161-2/+3
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-1/+1
* Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky2012-07-241-2/+5
* [asan] add missing asan instrumentation in generated global init functionsKostya Serebryany2012-06-261-0/+3
* Abstract the emission of global destructors into ABI-specific codeJohn McCall2012-05-011-62/+8
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-131-0/+1
* Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall2012-04-061-26/+98
* Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.John McCall2012-04-061-2/+2
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-2/+2
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-2/+2
OpenPOWER on IntegriCloud