summaryrefslogtreecommitdiff
path: root/lib/Bitcode
Commit message (Expand)AuthorAge
* add reader logic for terminator instrs.Chris Lattner2007-05-02
* add reader support for a bunch of new instructionsChris Lattner2007-05-02
* read a few instructions, fix some bugs. This is enough to be able to roundChris Lattner2007-05-02
* use the correct code for binop instrsChris Lattner2007-05-02
* fix build with non-buggy compilersChris Lattner2007-05-01
* handle function-level forward references, read binops.Chris Lattner2007-05-01
* implement materializeModule, force deallocation of vector memory when weChris Lattner2007-05-01
* The stream to read from is now an ivarChris Lattner2007-05-01
* implement scafolding for lazy deserialization of function bodiesChris Lattner2007-05-01
* write the symbol table for function bodiesChris Lattner2007-05-01
* encode all of the instructions.Chris Lattner2007-05-01
* Implement visibility checking during linking. Also implement protectedAnton Korobeynikov2007-04-29
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-29
* Fix this to use the right block IDChris Lattner2007-04-29
* moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.Chris Lattner2007-04-29
* This is not "FIXME" anymoreAnton Korobeynikov2007-04-28
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-26
* enumerate BB's separately from other function values.Chris Lattner2007-04-26
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-26
* improve a commentChris Lattner2007-04-26
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-26
* add bitcode alias supportChris Lattner2007-04-26
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-24
* fix memory leakChris Lattner2007-04-24
* implement reading and writing of constant exprs.Chris Lattner2007-04-24
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-24
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-24
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-24
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-24
* move check to the right place :)Chris Lattner2007-04-24
* track global initsChris Lattner2007-04-24
* Emit module-level constants.Chris Lattner2007-04-24
* Read global symtabChris Lattner2007-04-23
* fix off-by oneChris Lattner2007-04-23
* write out the symtab for globals.Chris Lattner2007-04-23
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-23
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-23
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-23
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-22
* add llvm ir bitcode definition fileChris Lattner2007-04-22
* build the bitcode dirChris Lattner2007-04-22
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-22
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-22