| Commit message (Expand) | Author | Age | Files | Lines |
| * | MS ABI: Eliminate Duplicate Strings | David Majnemer | 2014-03-24 | 1 | -1/+4 |
| * | Revert r204562,204566,204586,204587 as they broke ASan on Windows | Timur Iskhodzhanov | 2014-03-24 | 1 | -4/+1 |
| * | MS ABI: Eliminate Duplicate Strings | David Majnemer | 2014-03-23 | 1 | -1/+4 |
| * | Revert "CodeGen: Use a binary format for instrumentation based profiling" | Justin Bogner | 2014-03-12 | 1 | -4/+4 |
| * | CodeGen: Use a binary format for instrumentation based profiling | Justin Bogner | 2014-03-12 | 1 | -4/+4 |
| * | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -2/+2 |
| * | Use llvm.compiler.used instead of llvm.used for objc symbols. | Rafael Espindola | 2014-03-06 | 1 | -7/+8 |
| * | [Modules] Update to reflect ValueHandle moving to the IR library in LLVM | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | [C++11] Simplify compare operators with std::tie. | Benjamin Kramer | 2014-03-03 | 1 | -4/+2 |
| * | Remove the -fhidden-weak-vtables -cc1 option. It was dead, | John McCall | 2014-02-08 | 1 | -15/+0 |
| * | CodeGen: Initial instrumentation based PGO implementation | Justin Bogner | 2014-01-06 | 1 | -1/+7 |
| * | Tidy up CGCXXABI creation | Alp Toker | 2013-12-28 | 1 | -2/+2 |
| * | Save another call to GetAddrOfFunction. | Rafael Espindola | 2013-12-09 | 1 | -2/+2 |
| * | When we decide to output a deferred decl, remember the llvm GlobalValue. | Rafael Espindola | 2013-12-09 | 1 | -1/+11 |
| * | Avoid adding some decls to DeferredDeclsToEmit. | Rafael Espindola | 2013-12-09 | 1 | -11/+12 |
| * | ubsan: Only emit constants for filenames and type descriptors once. | Will Dietz | 2013-11-08 | 1 | -0/+10 |
| * | Produce direct calls instead of alias to linkonce_odr functions. | Rafael Espindola | 2013-11-05 | 1 | -0/+6 |
| * | Fix vbtable indices when a class shares the vbptr with a non-virtual base | Timur Iskhodzhanov | 2013-11-05 | 1 | -4/+4 |
| * | Use aliases for more constructors and destructors. | Rafael Espindola | 2013-11-04 | 1 | -1/+2 |
| * | New fix for pr17535. | Rafael Espindola | 2013-10-22 | 1 | -0/+6 |
| * | Revert "This patch causes clang to reject alias attributes that point to unde... | Rafael Espindola | 2013-10-22 | 1 | -1/+0 |
| * | This patch causes clang to reject alias attributes that point to undefined | Rafael Espindola | 2013-10-22 | 1 | -0/+1 |
| * | Emit a .ident saying that clang produced this file. | Rafael Espindola | 2013-10-16 | 1 | -0/+3 |
| * | Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ... | Timur Iskhodzhanov | 2013-10-09 | 1 | -1/+3 |
| * | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -5/+4 |
| * | Abstract out virtual calls and virtual function prologue code generation; imp... | Timur Iskhodzhanov | 2013-08-21 | 1 | -0/+5 |
| * | PR16933: Don't try to codegen things after we've seen errors. | David Blaikie | 2013-08-19 | 1 | -8/+2 |
| * | Use new llvm::SpecialCaseList API in CodeGenModule | Alexey Samsonov | 2013-08-12 | 1 | -2/+2 |
| * | Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe... | Timur Iskhodzhanov | 2013-08-04 | 1 | -4/+0 |
| * | [ms-cxxabi] Emit linkonce complete dtors in TUs that need them | Reid Kleckner | 2013-07-22 | 1 | -9/+6 |
| * | Apply BlackList -> SpecialCaseList rename in Clang. | Peter Collingbourne | 2013-07-09 | 1 | -3/+3 |
| * | Simplify linkage code for static local vars. | Eli Friedman | 2013-07-01 | 1 | -1/+0 |
| * | Fix mangling for block literals. | Eli Friedman | 2013-07-01 | 1 | -2/+1 |
| * | Fix the linkage of static locals inside a CapturedStmt. (Found in the | Eli Friedman | 2013-06-13 | 1 | -0/+1 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -2/+0 |
| * | [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. | Peter Collingbourne | 2013-06-05 | 1 | -5/+4 |
| * | Model temporary lifetime-extension explicitly in the AST. Use this model to | Richard Smith | 2013-06-05 | 1 | -2/+8 |
| * | Fix typo in comment. Found by -Wdocumentation. | Benjamin Kramer | 2013-06-04 | 1 | -1/+1 |
| * | Adding support for MSVC #pragma detect_mismatch functionality by emitting a F... | Aaron Ballman | 2013-06-04 | 1 | -0/+3 |
| * | Debug Info: Fix a problem that resulted in missing DW_AT_specifications | Adrian Prantl | 2013-05-09 | 1 | -0/+1 |
| * | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 2013-05-08 | 1 | -0/+9 |
| * | Allow targets to define minimum alignment for global variables | Ulrich Weigand | 2013-05-06 | 1 | -2/+2 |
| * | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko | 2013-05-05 | 1 | -2/+1 |
| * | Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste... | Richard Smith | 2013-04-30 | 1 | -11/+0 |
| * | Emit the TLS intialization functions into a list. | Bill Wendling | 2013-04-29 | 1 | -0/+11 |
| * | Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica... | Richard Smith | 2013-04-19 | 1 | -0/+11 |
| * | Don't propagate around TargetOptions in IR-gen; we don't use it. | John McCall | 2013-04-16 | 1 | -3/+2 |
| * | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -21/+27 |
| * | Objective-C IRGen. Use llvm::WeakVH | Fariborz Jahanian | 2013-04-16 | 1 | -2/+2 |
| * | Use MapVector rather than simulating it. | Richard Smith | 2013-04-13 | 1 | -3/+2 |