| Age | Commit message (Expand) | Author |
| 2011-11-03 | Remove some cruft from the BitcodeWriter, while still maintaining backward | Chad Rosier |
| 2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
| 2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman |
| 2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-28 | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman |
| 2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
| 2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-07-09 | fix a really bad bug that would cause nested cursors to break, | Chris Lattner |
| 2011-06-25 | Enhance the sanity check for block sizes; check that the resulting pointer is | Nick Lewycky |
| 2011-06-17 | Drop the "2" suffix on some enums. | Chris Lattner |
| 2011-06-17 | remove support for a bunch of obsolete instruction encodings | Chris Lattner |
| 2011-06-17 | Remove some "2" suffixes from the metadata enums now that "1" is gone. | Chris Lattner |
| 2011-06-17 | remove bitcode reader support for LLVM 2.7 metadata encoding. | Chris Lattner |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-04-10 | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling |
| 2011-04-10 | Beginning of the Great Exception Handling Rewrite. | Bill Wendling |
| 2011-03-01 | Revert PathV2 changes, as sys::fs::unique_file is not finished yet. | Dan Gohman |
| 2011-02-06 | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner |
| 2011-01-16 | UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. T... | Michael J. Spencer |
| 2011-01-16 | Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa... | Michael J. Spencer |
| 2011-01-15 | Archive: Fix spelling. | Michael J. Spencer |
| 2011-01-15 | Archive: Replace all internal uses of PathV1 with PathV2. The external API st... | Michael J. Spencer |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-10-06 | Remove tabs. | Bill Wendling |
| 2010-10-06 | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling |
| 2010-09-10 | Add X86 MMX type to bitcode and Type. | Dale Johannesen |
| 2010-09-09 | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman |
| 2010-09-02 | Remove obsolete comments about throwing exceptions. | Dan Gohman |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-18 | don't emit zero bit fields with Emit, fixing undefined behavior, | Chris Lattner |
| 2010-05-27 | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman |
| 2010-04-19 | Don't write into MemoryBuffers. | Benjamin Kramer |
| 2010-04-03 | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-10 | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez |
| 2010-01-01 | Remove old header. | Ted Kremenek |
| 2009-12-31 | Remove derelict serialization code. | Ted Kremenek |
| 2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-10-28 | bitcode writer support for blockaddress. | Chris Lattner |
| 2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
| 2009-10-27 | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner |
| 2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-09-18 | Write and read metadata attachments. | Devang Patel |
| 2009-09-02 | Add const qualifiers for isBitcodeWrapper, and add new functions | Dan Gohman |