aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode
AgeCommit message (Expand)Author
2007-05-05Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays.Chris Lattner
2007-05-05add a char6 abbrev for bbnames and value names. This represents each characterChris Lattner
2007-05-05add an abbreviation for the type symtab, this shrinks the TST from 175197 bitsChris Lattner
2007-05-05Implement support for globally associating abbrevs with block IDs, whichChris Lattner
2007-05-04allow the 8-bit abbrev to be used for either bb or other valuesChris Lattner
2007-05-04shave another 150K off of kc++, by using a 7-bit encoding for BB namesChris Lattner
2007-05-04where possible, encode symtab names with 7 bits per char instead of 8. ThisChris Lattner
2007-05-04Encode all value symtab strings as arrays of 8-bit fixed width integers,Chris Lattner
2007-05-04eliminate internal length fields from record. Records already know theirChris Lattner
2007-05-04stub out creation of BLOCKINFO_BLOCKChris Lattner
2007-05-04optimize constant layout. This fixes encoding of 181.mcf (by ensuringChris Lattner
2007-05-04simple optimization for the type tableChris Lattner
2007-05-04storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtripsChris Lattner
2007-05-04fix encoding of invoke instructions. kc++ now round tripsChris Lattner
2007-05-04fix a misplaced errorChris Lattner
2007-05-04encode and read param attrs along with function type. WE can now roundtrip O...Chris Lattner
2007-05-04add support for reading the param attrs blockChris Lattner
2007-05-04fix a bug encoding param attrsChris Lattner
2007-05-04remove dead codeChris Lattner
2007-05-04add writer support for param attrsChris Lattner
2007-05-04Allow this to compile with gcc 4.0.XReid Spencer
2007-05-04pass by reference, not by valueChris Lattner
2007-05-04trivial scaffolding for param attrsChris Lattner
2007-05-03enumerate parameter attr lists.Chris Lattner
2007-05-03Encoding calling conv info in call/invoke instrs, tree add now round trips co...Chris Lattner
2007-05-03the type field for a store is the type of the pointer, not the value.Chris Lattner
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