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