1. 9b75157 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 22 years ago
  2. a462161 Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  3. d24cfed Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 22 years ago
  4. e8de159 Fine grainify namespacification, #include file that defines the interface! by Chris Lattner · 22 years ago
  5. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  6. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  7. 7c6c539 * New revised variable argument handling support by Chris Lattner · 22 years ago
  8. 0659ddc Add separator between different types of readers. by Misha Brukman · 22 years ago
  9. b5c59fa Destroy allocated resources on exception. by Misha Brukman · 22 years ago
  10. 82f6453 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 22 years ago
  11. cc593fb Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 22 years ago
  12. a0d15e4 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 22 years ago
  13. 1e9402d Define the instance variable Buffer, not the automatic variable Buffer. by Chris Lattner · 22 years ago
  14. ce6feda Fix alignment problem by Chris Lattner · 22 years ago
  15. 86c8a48 Actually assign the string correctly through the std::string pointer. by Misha Brukman · 22 years ago
  16. c363480 * Eliminate BytecodeBufferReader::Length member variable by Misha Brukman · 22 years ago
  17. 89f4dcf Added code that ensures that we pass the beginning of the data buffer to by John Criswell · 22 years ago
  18. 301f7df * Group class definitions & implementations together by Misha Brukman · 22 years ago
  19. 715fe87 * Constantify arguments to copy function by Misha Brukman · 22 years ago
  20. bafce80 Added file header comment. by Misha Brukman · 22 years ago
  21. 6e9a351 * Cleaned up code: by Misha Brukman · 22 years ago