1. 0579f7f implement the rest of the instructions by Chris Lattner · 18 years ago
  2. 2a98cca add a few more instructions, getting close by Chris Lattner · 18 years ago
  3. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  4. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 18 years ago
  5. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round 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. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 18 years ago
  9. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
  10. 8669714 The stream to read from is now an ivar by Chris Lattner · 18 years ago
  11. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
  12. be1f993 write the symbol table for function bodies by Chris Lattner · 18 years ago
  13. d309c75 encode all of the instructions. by Chris Lattner · 18 years ago
  14. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  15. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  16. 01b2745 Fix this to use the right block ID by Chris Lattner · 18 years ago
  17. 1a9df8e moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 18 years ago
  18. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
  19. b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 18 years ago
  20. c59c0af enumerate BB's separately from other function values. by Chris Lattner · 18 years ago
  21. 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 18 years ago
  22. 51d5f29 improve a comment by Chris Lattner · 18 years ago
  23. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  24. 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
  25. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  26. 084a844 fix memory leak by Chris Lattner · 18 years ago
  27. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  28. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  29. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  30. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  31. 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
  32. e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
  33. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  34. 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
  35. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  36. 8c99a8e fix off-by one by Chris Lattner · 18 years ago
  37. b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
  38. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  39. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  40. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  41. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  42. b9707d5 add llvm ir bitcode definition file by Chris Lattner · 18 years ago
  43. 6742b4d build the bitcode dir by Chris Lattner · 18 years ago
  44. fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago
  45. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago