| Age | Commit message (Expand) | Author |
| 2013-04-03 | Implements low-level object file format specific output for COFF and | Eric Christopher |
| 2013-04-01 | unindent the file to follow coding standards, change class doc comment | Chris Lattner |
| 2013-03-28 | Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106 | Howard Hinnant |
| 2013-03-27 | Add a boolean parameter to the llvm::report_fatal_error() function to indicated | Chad Rosier |
| 2013-03-27 | Cleanup the simplify_type implementation. | Rafael Espindola |
| 2013-03-26 | Add a boolean parameter to the ExecuteAndWait static function to indicated | Chad Rosier |
| 2013-03-26 | PowerPC: Simplify handling of fixups. | Ulrich Weigand |
| 2013-03-26 | Split out the IRReader header and the utility functions it provides into | Chandler Carruth |
| 2013-03-26 | Add a new watchdog timer interface. The interface does not permit handling ti... | Nick Lewycky |
| 2013-03-25 | Refine fenv.h handling: check if the desired macros exist, before using | Joerg Sonnenberger |
| 2013-03-22 | Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on... | Argyrios Kyrtzidis |
| 2013-03-22 | Revert r177543: Add timing of the IR parsing code with a new | Chandler Carruth |
| 2013-03-20 | Add timing of the IR parsing code with a new -time-ir-parsing flag | Eli Bendersky |
| 2013-03-18 | Remove unneeded #includes. | Jakub Staszak |
| 2013-03-18 | Remove trailing spaces. | Jakub Staszak |
| 2013-03-14 | Add two of the float related ARM-specific entries for e_flags needed for | Joerg Sonnenberger |
| 2013-03-14 | [Support] Fix lifetime of file descriptors when using MemoryBuffer. | Michael J. Spencer |
| 2013-03-06 | Generalize my previous fix for -print-options. | Andrew Trick |
| 2013-02-28 | [Support][ErrorOr] Add support for implicit conversion from error code/condit... | Michael J. Spencer |
| 2013-02-27 | Suppressing MSVC warnings; patch thanks to Peng Cheng! | Aaron Ballman |
| 2013-02-26 | Slight cosmetic fixes | Eli Bendersky |
| 2013-02-25 | Fix missing relocation for TLS addressing peephole optimization. | Bill Schmidt |
| 2013-02-21 | Limit cast machinery to preserve const and not accept temporaries | David Blaikie |
| 2013-02-21 | Make Optional<T>'s operator bool 'explicit' in C++11 | David Blaikie |
| 2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
| 2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
| 2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
| 2013-02-19 | Simplify code. No functionality change. | Jakub Staszak |
| 2013-02-19 | Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is... | Alexey Samsonov |
| 2013-02-18 | Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. | David Blaikie |
| 2013-02-16 | [ELF] Add STN_UNDEF. | Michael J. Spencer |
| 2013-02-13 | llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're | Alex Rosenberg |
| 2013-02-13 | Fix MSan annotations inclusion guard. | Evgeniy Stepanov |
| 2013-02-12 | This patch just fixes up various llvm formatting | Jack Carter |
| 2013-02-11 | [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES. | Michael J. Spencer |
| 2013-02-06 | [Support][ErrorOr] Add support for convertable types. | Michael J. Spencer |
| 2013-02-05 | Initial support for DWARF CFI parsing and dumping in LLVM | Eli Bendersky |
| 2013-02-05 | Be consistent about the field name - AddressSize, not PointerSize. Add | Eli Bendersky |
| 2013-02-05 | Revert "[Support][ErrorOr] Add support for convertable types." | Andrew Trick |
| 2013-02-05 | Support: ensure proper state in ErrorOr copy ctors before calling 'get' | Meador Inge |
| 2013-02-05 | This patch that sets the Mips ELF header flag for | Jack Carter |
| 2013-02-05 | [Support][ErrorOr] Add support for convertable types. | Michael J. Spencer |
| 2013-02-04 | More MSan/ASan annotations. | Evgeniy Stepanov |
| 2013-02-03 | [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. | Michael J. Spencer |
| 2013-01-31 | Add AArch64 as an experimental target. | Tim Northover |
| 2013-01-31 | Annotate BumpPtrAllocator for MemorySanitizer. | Evgeniy Stepanov |
| 2013-01-30 | LLDB uses ConvertUTF16toUTF8, remove #ifdef | Dmitri Gribenko |
| 2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
| 2013-01-30 | This patch implements runtime ARM specific | Jack Carter |
| 2013-01-25 | Add parens to suppress an MSVC 2012 << precedence warning | Reid Kleckner |