summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAge
...
* ARM64: initial clang support commit.Tim Northover2014-03-29
* CodeGen: Don't crash when replacing functionsDavid Majnemer2014-03-29
* Handle and warn on aliases to weak aliases.Rafael Espindola2014-03-27
* Revert "Update for llvm api change."Rafael Espindola2014-03-26
* Update for llvm api change.Rafael Espindola2014-03-26
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-24
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-24
* MS ABI: Add tests, other cleanups for r204562David Majnemer2014-03-24
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-23
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...Aaron Ballman2014-03-13
* Simplify code. No functionality change.Rafael Espindola2014-03-13
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-12
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-12
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-10
* [C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth2014-03-09
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-07
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-06
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-04
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-03
* Attr: Remove ForceInlineDavid Majnemer2014-02-25
* Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman2014-02-22
* DebugInfo: imported_decl/using declarations at namespace scopeDavid Blaikie2014-02-15
* XCore target: add section information.Robert Lytton2014-02-11
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-11
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-08
* [ms-cxxabi] Fix cast when structor replacement is an aliasReid Kleckner2014-02-03
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-26
* Use private linkage for utf-16 objc strings too.Rafael Espindola2014-01-21
* Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola2014-01-21
* Give explicit sections for string constants used in NSStrings.Rafael Espindola2014-01-20
* Simplify further.Rafael Espindola2014-01-20
* Remove virtual methods that were added in 2009 and still had 1 implementation.Rafael Espindola2014-01-20
* Update CodeGen to use DLL storage class for dllimport/dllexportNico Rieck2014-01-14
* Remove unused include.Rafael Espindola2014-01-07
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-06
* Tidy up CGCXXABI creationAlp Toker2013-12-28
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-19
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* ASTContext: Refactor implicit record creationAlp Toker2013-12-17
* [ms-cxxabi] Fix linkage of dtor thunks for anonymous classesReid Kleckner2013-12-11
* Save another call to GetAddrOfFunction.Rafael Espindola2013-12-09
* When we decide to output a deferred decl, remember the llvm GlobalValue.Rafael Espindola2013-12-09
* Avoid adding some decls to DeferredDeclsToEmit.Rafael Espindola2013-12-09
* GlobalAlias::isDeclaration is always false. Remove dead code.Rafael Espindola2013-12-08
* Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2013-12-02
* Expand comments for Debug Info Version.Manman Ren2013-12-02
* [CodeGen] If there is a function definition with duplicate mangled name, emit...Argyrios Kyrtzidis2013-11-23
* Debug Info: add a "Debug Info Version" module flag to output the current debugManman Ren2013-11-22