aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-04Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov1-1/+1
2013-07-22[ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner1-1/+15
2013-07-22Rename D to GD to match the type, which is GlobalDeclReid Kleckner1-8/+10
2013-07-21Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith1-0/+6
2013-07-10Get rid of dead/useless code for block mangling.Eli Friedman1-3/+0
2013-07-01Simplify linkage code for static local vars.Eli Friedman1-5/+1
2013-07-01Fix mangling for block literals.Eli Friedman1-4/+3
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin1-0/+8
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin1-8/+0
2013-06-19Fix a warning. [-Wunused-variable]NAKAMURA Takumi1-2/+2
2013-06-19Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren1-0/+5
2013-06-18CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin1-0/+8
2013-06-14Emit initializers for static-storage-duration temporaries as constants whereRichard Smith1-15/+26
2013-06-13Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman1-1/+5
2013-06-12PR12086, PR15117Richard Smith1-129/+2
2013-06-05[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne1-6/+8
2013-06-05Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith1-0/+57
2013-06-04Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman1-0/+7
2013-05-24[PATCH] Generate cold attribute for functions marked __atribute__((cold))Diego Novillo1-2/+3
2013-05-20PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie1-1/+4
2013-05-20Implement __declspec(selectany) under -fms-extensionsReid Kleckner1-1/+7
2013-05-13Cleanup handling of UniqueExternalLinkage.Rafael Espindola1-1/+1
2013-05-11CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder.Benjamin Kramer1-27/+31
2013-05-09Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl1-0/+18
2013-05-08Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner1-15/+30
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand1-1/+9
2013-05-05Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola1-2/+2
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella1-1/+1
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling1-1/+7
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith1-26/+0
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling1-0/+26
2013-04-26Support debug info for using directives at global/namespace scope.David Blaikie1-1/+4
2013-04-22Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith1-1/+2
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith1-1/+4
2013-04-16Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall1-3/+1
2013-04-16Standardize accesses to the TargetInfo in IR-gen.John McCall1-15/+9
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar1-1/+1
2013-04-16Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian1-10/+15
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith1-0/+1
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith1-3/+3
2013-04-13Use MapVector rather than simulating it.Richard Smith1-5/+5
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren1-2/+11
2013-04-06Remove nondeterminism introduced in r178950.Richard Smith1-11/+13
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith1-0/+53
2013-04-04Initial support for struct-path aware TBAA.Manman Ren1-0/+14
2013-04-04revert r178784 since it does not have a commit messageManman Ren1-14/+0
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren1-0/+14
2013-04-03Add 178663 back.Rafael Espindola1-1/+1
2013-04-03Revert 178663.Rafael Espindola1-1/+1
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola1-1/+1