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