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