1. 62bbeea trivial scaffolding for param attrs by Chris Lattner · 18 years ago
  2. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
  3. 38b12ce don't bother encoding # varargs by Chris Lattner · 18 years ago
  4. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
  5. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  6. f639875 use the correct code for binop instrs by Chris Lattner · 18 years ago
  7. 60ce9b5 fix build with non-buggy compilers by Chris Lattner · 18 years ago
  8. be1f993 write the symbol table for function bodies by Chris Lattner · 18 years ago
  9. d309c75 encode all of the instructions. by Chris Lattner · 18 years ago
  10. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  11. 01b2745 Fix this to use the right block ID by Chris Lattner · 18 years ago
  12. 1a9df8e moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 18 years ago
  13. b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 18 years ago
  14. 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 18 years ago
  15. 51d5f29 improve a comment by Chris Lattner · 18 years ago
  16. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  17. 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
  18. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  19. 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
  20. 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
  21. b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
  22. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  23. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  24. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  25. fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago