aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2009-08-20Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrapDan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-29Read and write NamedMDNode.Devang Patel
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-20Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-07fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,Chris Lattner
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-06-29Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-04-27give bitstreamreader an API to ignore names for blocks/records,Chris Lattner
2009-04-26Add two new record types to the blockinfo block:Chris Lattner
2009-04-26make BitstreamCursor's copyable and assignable.Chris Lattner
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-04-15Allow jumping to the end of a bitstream while readingDouglas Gregor
2009-04-08Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...Douglas Gregor
2009-04-08Use 8 instead of CHAR_BITDouglas Gregor
2009-04-08Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...Douglas Gregor
2009-04-07fix comment to reflect the implementation I ended up settling on.Chris Lattner
2009-04-07Add an API for the bitstream reader to read blobs and returnChris Lattner
2009-04-06allow clients to look up abbrev id'sChris Lattner
2009-04-06Add a new EmitRecordWithBlob API that allows a blob to be emitted Chris Lattner
2009-04-06add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner
2009-04-06split ReadAbbreviatedLiteral out of ReadAbbreviatedField.Chris Lattner
2009-04-06reduce indentation with early-outChris Lattner
2009-04-06simplify code a bit.Chris Lattner
2009-04-06simplify to reduce indentation.Chris Lattner
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-04-04Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman
2008-12-19Add support for writing LLVM IR to a specified BitstreamWriter.Chris Lattner
2008-10-22Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar
2008-10-16Fix a calculation error in comments.Zhongxing Xu
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23Update the comment to reflect the new name.Dan Gohman
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman
2008-07-09Add a little wrapper header that is put around bc files when emittingChris Lattner
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov