aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-293-108/+62
* Fix this to use the right block IDChris Lattner2007-04-291-3/+1
* moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree.Chris Lattner2007-04-291-1/+1
* This is not "FIXME" anymoreAnton Korobeynikov2007-04-281-3/+1
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-263-5/+83
* enumerate BB's separately from other function values.Chris Lattner2007-04-262-4/+16
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-263-98/+38
* improve a commentChris Lattner2007-04-261-3/+5
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-265-69/+123
* add bitcode alias supportChris Lattner2007-04-264-17/+81
* ensure that every error return sets a message (and goes through Error, forChris Lattner2007-04-243-19/+37
* fix memory leakChris Lattner2007-04-241-3/+4
* implement reading and writing of constant exprs.Chris Lattner2007-04-242-15/+230
* implement support for reading aggregate constants, including handling forwardChris Lattner2007-04-242-5/+108
* add supprot for FP constants, wide integers, and fix the encoding of MININTChris Lattner2007-04-241-8/+40
* read basic constants: null, undef, integers <= 64bitsChris Lattner2007-04-242-2/+80
* fix off-by-one computing size for section abbrevsChris Lattner2007-04-241-1/+1
* move check to the right place :)Chris Lattner2007-04-241-3/+4
* track global initsChris Lattner2007-04-242-3/+9
* Emit module-level constants.Chris Lattner2007-04-243-10/+118
* Read global symtabChris Lattner2007-04-232-3/+59
* fix off-by oneChris Lattner2007-04-231-1/+1
* write out the symtab for globals.Chris Lattner2007-04-231-33/+70
* implement reading of abbrevs, and writing of abbreviated global varrs.Chris Lattner2007-04-232-6/+13
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-232-12/+47
* promote LLVMBitCodes to be a public headerChris Lattner2007-04-233-89/+2
* Fix build problem with Gentoo 4.1.1-r3.Jeff Cohen2007-04-221-1/+1
* add llvm ir bitcode definition fileChris Lattner2007-04-221-0/+87
* build the bitcode dirChris Lattner2007-04-221-0/+14
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-224-0/+652
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-224-0/+633