summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-5/+3
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-3/+5
* CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction().NAKAMURA Takumi2012-03-281-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-3/+3
* Emit the exact size for the invariant intrinsics.Nick Lewycky2012-02-211-4/+7
* Don't emit optimization-specific intrinsic at -O0.Richard Smith2012-02-171-0/+4
* The clang half of r150794: after the construction of a global or static constRichard Smith2012-02-171-1/+17
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-6/+7
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-10/+17
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-12/+4
* Use function pointers, rather than references, to pass DestroyersPeter Collingbourne2012-01-261-1/+1
* Switch LValue so that it exposes alignment in CharUnits. (No functional chan...Eli Friedman2011-12-031-1/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-1/+2
* Use stronger typing for the flags on AggValueSlot and requireJohn McCall2011-08-251-1/+2
* Remove some unnecessary single element array temporaries.Jay Foad2011-07-291-2/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-6/+6
OpenPOWER on IntegriCloud