1. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  2. 084a844 fix memory leak by Chris Lattner · 18 years ago
  3. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  4. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  5. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  6. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  7. 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
  8. e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
  9. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  10. 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
  11. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  12. 8c99a8e fix off-by one by Chris Lattner · 18 years ago
  13. b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
  14. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  15. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  16. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  17. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  18. b9707d5 add llvm ir bitcode definition file by Chris Lattner · 18 years ago
  19. 6742b4d build the bitcode dir by Chris Lattner · 18 years ago
  20. fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago
  21. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago