aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-02CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer1-3/+2
2014-04-01Disable this-return optimizations when targeting iOS 5 and earlier.Bob Wilson1-1/+6
2014-03-31Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson1-0/+10
2014-03-29ARM64: initial clang support commit.Tim Northover1-0/+1
2014-03-29CodeGen: Don't crash when replacing functionsDavid Majnemer1-5/+7
2014-03-27Handle and warn on aliases to weak aliases.Rafael Espindola1-1/+29
2014-03-26Revert "Update for llvm api change."Rafael Espindola1-1/+1
2014-03-26Update for llvm api change.Rafael Espindola1-1/+1
2014-03-24MS ABI: Eliminate Duplicate StringsDavid Majnemer1-18/+60
2014-03-24Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov1-56/+18
2014-03-24MS ABI: Add tests, other cleanups for r204562David Majnemer1-8/+4
2014-03-23MS ABI: Eliminate Duplicate StringsDavid Majnemer1-18/+60
2014-03-14[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman1-4/+1
2014-03-13[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman1-4/+2
2014-03-13Simplify code. No functionality change.Rafael Espindola1-5/+5
2014-03-12Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner1-10/+3
2014-03-12CodeGen: Use a binary format for instrumentation based profilingJustin Bogner1-3/+10
2014-03-10[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman1-4/+2
2014-03-09[C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth1-2/+2
2014-03-07[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman1-8/+6
2014-03-06Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola1-14/+26
2014-03-04[Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth1-1/+1
2014-03-03DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie1-1/+9
2014-02-25Attr: Remove ForceInlineDavid Majnemer1-4/+2
2014-02-22Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman1-0/+2
2014-02-15DebugInfo: imported_decl/using declarations at namespace scopeDavid Blaikie1-1/+4
2014-02-11XCore target: add section information.Robert Lytton1-0/+6
2014-02-11[stackprotector] Add command line option -fstack-protector-strongJosh Magee1-0/+2
2014-02-08Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall1-67/+0
2014-02-03[ms-cxxabi] Fix cast when structor replacement is an aliasReid Kleckner1-4/+8
2014-01-26Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker1-3/+3
2014-01-21Use private linkage for utf-16 objc strings too.Rafael Espindola1-9/+2
2014-01-21Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola1-5/+2
2014-01-20Give explicit sections for string constants used in NSStrings.Rafael Espindola1-0/+5
2014-01-20Simplify further.Rafael Espindola1-7/+5
2014-01-20Remove virtual methods that were added in 2009 and still had 1 implementation.Rafael Espindola1-7/+9
2014-01-14Update CodeGen to use DLL storage class for dllimport/dllexportNico Rieck1-9/+17
2014-01-07Remove unused include.Rafael Espindola1-1/+0
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2014-01-06CodeGen: Initial instrumentation based PGO implementationJustin Bogner1-1/+10
2013-12-28Tidy up CGCXXABI creationAlp Toker1-5/+4
2013-12-19Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman1-2/+1
2013-12-19Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman1-4/+4
2013-12-17ASTContext: Refactor implicit record creationAlp Toker1-16/+2
2013-12-11[ms-cxxabi] Fix linkage of dtor thunks for anonymous classesReid Kleckner1-6/+8
2013-12-09Save another call to GetAddrOfFunction.Rafael Espindola1-6/+8
2013-12-09When we decide to output a deferred decl, remember the llvm GlobalValue.Rafael Espindola1-23/+24
2013-12-09Avoid adding some decls to DeferredDeclsToEmit.Rafael Espindola1-57/+66
2013-12-08GlobalAlias::isDeclaration is always false. Remove dead code.Rafael Espindola1-5/+0
2013-12-02Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren1-1/+1