summaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
Commit message (Expand)AuthorAge
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-02
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* Add StringRef based APIs to BitstreamWriter.Daniel Dunbar2009-08-24
* remove the last *stream> #include from a public header.Chris Lattner2009-08-24
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman2009-08-20
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Read and write NamedMDNode.Devang Patel2009-07-29
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-20
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner2009-07-07
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-29
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-30
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* make BitstreamCursor's copyable and assignable.Chris Lattner2009-04-26
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-26
* Allow jumping to the end of a bitstream while readingDouglas Gregor2009-04-15
* Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor2009-04-08
* Use 8 instead of CHAR_BITDouglas Gregor2009-04-08
* Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor2009-04-08
* fix comment to reflect the implementation I ended up settling on.Chris Lattner2009-04-07
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-07
* allow clients to look up abbrev id'sChris Lattner2009-04-06
* Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner2009-04-06
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-06
* split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner2009-04-06
* reduce indentation with early-outChris Lattner2009-04-06
* simplify code a bit.Chris Lattner2009-04-06
* simplify to reduce indentation.Chris Lattner2009-04-06
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Removed trailing whitespace.Misha Brukman2009-02-20
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner2008-12-19
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-22
* Fix a calculation error in comments.Zhongxing Xu2008-10-16
* Large mechanical patch.Devang Patel2008-09-25
* Update the comment to reflect the new name.Dan Gohman2008-09-23
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-09
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17