aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode
AgeCommit message (Expand)Author
2010-10-06Remove tabs.Bill Wendling
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-09-10Add X86 MMX type to bitcode and Type.Dale Johannesen
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman
2010-09-02Remove obsolete comments about throwing exceptions.Dan Gohman
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-18don't emit zero bit fields with Emit, fixing undefined behavior,Chris Lattner
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman
2010-04-19Don't write into MemoryBuffers.Benjamin Kramer
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-10Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez
2010-01-01Remove old header.Ted Kremenek
2009-12-31Remove derelict serialization code. Ted Kremenek
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-28bitcode writer support for blockaddress.Chris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-18Write and read metadata attachments.Devang Patel
2009-09-02Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-08-24Add StringRef based APIs to BitstreamWriter.Daniel Dunbar
2009-08-24remove the last *stream> #include from a public header.Chris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
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