| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Implement the 'optnone' attribute, which suppresses most optimizations | Paul Robinson | 2014-03-31 | 1 | -0/+10 | 
| *  | ARM64: initial clang support commit. | Tim Northover | 2014-03-29 | 1 | -0/+1 | 
| *  | CodeGen: Don't crash when replacing functions | David Majnemer | 2014-03-29 | 1 | -5/+7 | 
| *  | Handle and warn on aliases to weak aliases. | Rafael Espindola | 2014-03-27 | 1 | -1/+29 | 
| *  | Revert "Update for llvm api change." | Rafael Espindola | 2014-03-26 | 1 | -1/+1 | 
| *  | Update for llvm api change. | Rafael Espindola | 2014-03-26 | 1 | -1/+1 | 
| *  | MS ABI: Eliminate Duplicate Strings | David Majnemer | 2014-03-24 | 1 | -18/+60 | 
| *  | Revert r204562,204566,204586,204587 as they broke ASan on Windows | Timur Iskhodzhanov | 2014-03-24 | 1 | -56/+18 | 
| *  | MS ABI: Add tests, other cleanups for r204562 | David Majnemer | 2014-03-24 | 1 | -8/+4 | 
| *  | MS ABI: Eliminate Duplicate Strings | David Majnemer | 2014-03-23 | 1 | -18/+60 | 
| *  | [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en... | Aaron Ballman | 2014-03-14 | 1 | -4/+1 | 
| *  | [C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit... | Aaron Ballman | 2014-03-13 | 1 | -4/+2 | 
| *  | Simplify code. No functionality change. | Rafael Espindola | 2014-03-13 | 1 | -5/+5 | 
| *  | Revert "CodeGen: Use a binary format for instrumentation based profiling" | Justin Bogner | 2014-03-12 | 1 | -10/+3 | 
| *  | CodeGen: Use a binary format for instrumentation based profiling | Justin Bogner | 2014-03-12 | 1 | -3/+10 | 
| *  | [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_... | Aaron Ballman | 2014-03-10 | 1 | -4/+2 | 
| *  | [C++11] Update Clang for the change to LLVM's Use-Def chain iterators in | Chandler Carruth | 2014-03-09 | 1 | -2/+2 | 
| *  | [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera... | Aaron Ballman | 2014-03-07 | 1 | -8/+6 | 
| *  | Use llvm.compiler.used instead of llvm.used for objc symbols. | Rafael Espindola | 2014-03-06 | 1 | -14/+26 | 
| *  | [Modules] Update to reflect the move of CallSite into the IR library in | Chandler Carruth | 2014-03-04 | 1 | -1/+1 | 
| *  | DebugInfo: Emit only the declaration of a class template that has an explicit... | David Blaikie | 2014-03-03 | 1 | -1/+9 | 
| *  | Attr: Remove ForceInline | David Majnemer | 2014-02-25 | 1 | -4/+2 | 
| *  | Exposing the noduplicate attribute within Clang, which marks functions so tha... | Aaron Ballman | 2014-02-22 | 1 | -0/+2 | 
| *  | DebugInfo: imported_decl/using declarations at namespace scope | David Blaikie | 2014-02-15 | 1 | -1/+4 | 
| *  | XCore target: add section information. | Robert Lytton | 2014-02-11 | 1 | -0/+6 | 
| *  | [stackprotector] Add command line option -fstack-protector-strong | Josh Magee | 2014-02-11 | 1 | -0/+2 | 
| *  | Remove the -fhidden-weak-vtables -cc1 option.  It was dead, | John McCall | 2014-02-08 | 1 | -67/+0 | 
| *  | [ms-cxxabi] Fix cast when structor replacement is an alias | Reid Kleckner | 2014-02-03 | 1 | -4/+8 | 
| *  | Enforce safe usage of DiagnosticsEngine::getCustomDiagID() | Alp Toker | 2014-01-26 | 1 | -3/+3 | 
| *  | Use private linkage for utf-16 objc strings too. | Rafael Espindola | 2014-01-21 | 1 | -9/+2 | 
| *  | Now that r199688 avoids the real issue, use private linkage for objc strings. | Rafael Espindola | 2014-01-21 | 1 | -5/+2 | 
| *  | Give explicit sections for string constants used in NSStrings. | Rafael Espindola | 2014-01-20 | 1 | -0/+5 | 
| *  | Simplify further. | Rafael Espindola | 2014-01-20 | 1 | -7/+5 | 
| *  | Remove virtual methods that were added in 2009 and still had 1 implementation. | Rafael Espindola | 2014-01-20 | 1 | -7/+9 | 
| *  | Update CodeGen to use DLL storage class for dllimport/dllexport | Nico Rieck | 2014-01-14 | 1 | -9/+17 | 
| *  | Remove unused include. | Rafael Espindola | 2014-01-07 | 1 | -1/+0 | 
| *  | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 | 
| *  | CodeGen: Initial instrumentation based PGO implementation | Justin Bogner | 2014-01-06 | 1 | -1/+10 | 
| *  | Tidy up CGCXXABI creation | Alp Toker | 2013-12-28 | 1 | -5/+4 | 
| *  | Switched code from using hasAttr followed by getAttr to simply call getAttr d... | Aaron Ballman | 2013-12-19 | 1 | -2/+1 | 
| *  | Replacing calls to getAttr with calls to hasAttr for clarity. No functional c... | Aaron Ballman | 2013-12-19 | 1 | -4/+4 | 
| *  | ASTContext: Refactor implicit record creation | Alp Toker | 2013-12-17 | 1 | -16/+2 | 
| *  | [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes | Reid Kleckner | 2013-12-11 | 1 | -6/+8 | 
| *  | Save another call to GetAddrOfFunction. | Rafael Espindola | 2013-12-09 | 1 | -6/+8 | 
| *  | When we decide to output a deferred decl, remember the llvm GlobalValue. | Rafael Espindola | 2013-12-09 | 1 | -23/+24 | 
| *  | Avoid adding some decls to DeferredDeclsToEmit. | Rafael Espindola | 2013-12-09 | 1 | -57/+66 | 
| *  | GlobalAlias::isDeclaration is always false. Remove dead code. | Rafael Espindola | 2013-12-08 | 1 | -5/+0 | 
| *  | Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h. | Manman Ren | 2013-12-02 | 1 | -1/+1 | 
| *  | Expand comments for Debug Info Version. | Manman Ren | 2013-12-02 | 1 | -1/+4 | 
| *  | [CodeGen] If there is a function definition with duplicate mangled name, emit... | Argyrios Kyrtzidis | 2013-11-23 | 1 | -0/+4 |