- ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
- de8c7b6 remove a dead case by Chris Lattner · 18 years ago
- a261531 allow partially materialized modules to be written out, which just strips out by Chris Lattner · 18 years ago
- 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 19 years ago
- 44f8ad1 Flush the file after writing bitcode so that clients who don't close their by Chris Lattner · 19 years ago
- b3f36d4 Unbreak VC++. by Jeff Cohen · 19 years ago
- c67e6d9 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 19 years ago
- af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 19 years ago
- cc6d4c9 add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 19 years ago
- f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 19 years ago
- 4b6ce8f add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 19 years ago
- 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 19 years ago
- e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 19 years ago
- df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 19 years ago
- b80751d add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 19 years ago
- da5e5d2 add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 19 years ago
- ccee706 Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 19 years ago
- e760d6f add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 19 years ago
- de05f6b add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 19 years ago
- 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 19 years ago
- a098796 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 19 years ago
- fd1ad10 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 19 years ago
- 4d92598 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 19 years ago
- 2eae59f Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 19 years ago
- e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 19 years ago
- 702658c stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 19 years ago
- 485a6d8 fix encoding of invoke instructions. kc++ now round trips by Chris Lattner · 19 years ago
- 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 19 years ago
- fc5b619 fix a bug encoding param attrs by Chris Lattner · 19 years ago
- e72bf9f add writer support for param attrs by Chris Lattner · 19 years ago
- e2f98ef trivial scaffolding for param attrs by Chris Lattner · 19 years ago
- 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 19 years ago
- 4bb39db don't bother encoding # varargs by Chris Lattner · 19 years ago
- 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 19 years ago
- 5285b5e add reader logic for terminator instrs. by Chris Lattner · 19 years ago
- 9f35f91 use the correct code for binop instrs by Chris Lattner · 19 years ago
- b811e95 fix build with non-buggy compilers by Chris Lattner · 19 years ago
- fb6f940 write the symbol table for function bodies by Chris Lattner · 19 years ago
- 0a60325 encode all of the instructions. by Chris Lattner · 19 years ago
- 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 19 years ago
- f0a1eba Fix this to use the right block ID by Chris Lattner · 19 years ago
- 87351e2 moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 19 years ago
- e6e364c start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 19 years ago
- 5f640b9 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 19 years ago
- a5211c4 improve a comment by Chris Lattner · 19 years ago
- 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 19 years ago
- 44c1707 add bitcode alias support by Chris Lattner · 19 years ago
- 1e16bcf7 implement reading and writing of constant exprs. by Chris Lattner · 19 years ago
- 1e50c29 fix off-by-one computing size for section abbrevs by Chris Lattner · 19 years ago
- 5252356 Emit module-level constants. by Chris Lattner · 19 years ago
- 215e9cd write out the symtab for globals. by Chris Lattner · 19 years ago
- b549137 implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 19 years ago
- 4b00d92 first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 19 years ago
- 362b4a1 promote LLVMBitCodes to be a public header by Chris Lattner · 19 years ago
- c1d10d6 Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 19 years ago