| Age | Commit message (Expand) | Author |
| 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 |
| 2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
| 2009-08-24 | Add StringRef based APIs to BitstreamWriter. | Daniel Dunbar |
| 2009-08-24 | remove the last *stream> #include from a public header. | Chris Lattner |
| 2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
| 2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-07-29 | Read and write NamedMDNode. | Devang Patel |
| 2009-07-27 | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman |
| 2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |
| 2009-07-22 | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel |
| 2009-07-20 | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-07 | fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, | Chris Lattner |
| 2009-07-01 | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson |
| 2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |
| 2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
| 2009-06-29 | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl |
| 2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
| 2009-04-27 | give bitstreamreader an API to ignore names for blocks/records, | Chris Lattner |
| 2009-04-26 | Add two new record types to the blockinfo block: | Chris Lattner |
| 2009-04-26 | make BitstreamCursor's copyable and assignable. | Chris Lattner |
| 2009-04-26 | Make a major API change to BitstreamReader: split all the reading | Chris Lattner |
| 2009-04-15 | Allow jumping to the end of a bitstream while reading | Douglas Gregor |
| 2009-04-08 | Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s... | Douglas Gregor |
| 2009-04-08 | Use 8 instead of CHAR_BIT | Douglas Gregor |
| 2009-04-08 | Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi... | Douglas Gregor |
| 2009-04-07 | fix comment to reflect the implementation I ended up settling on. | Chris Lattner |
| 2009-04-07 | Add an API for the bitstream reader to read blobs and return | Chris Lattner |
| 2009-04-06 | allow clients to look up abbrev id's | Chris Lattner |
| 2009-04-06 | Add a new EmitRecordWithBlob API that allows a blob to be emitted | Chris Lattner |
| 2009-04-06 | add a new Blob encoding abbreviation for bitcode files that emits | Chris Lattner |
| 2009-04-06 | split ReadAbbreviatedLiteral out of ReadAbbreviatedField. | Chris Lattner |
| 2009-04-06 | reduce indentation with early-out | Chris Lattner |
| 2009-04-06 | simplify code a bit. | Chris Lattner |
| 2009-04-06 | simplify to reduce indentation. | Chris Lattner |
| 2009-04-06 | Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. | Chris Lattner |
| 2009-04-04 | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky |
| 2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
| 2009-02-20 | Removed trailing whitespace. | Misha Brukman |
| 2009-02-12 | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman |