1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 818827d Make the check for global variables the same as the one for functions. In by Reid Spencer · 19 years ago
  3. e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 19 years ago
  4. 0a83472 For PR351: by Reid Spencer · 20 years ago
  5. 7904c4f Remove the #include of llvm/Config/unistd.h as it is no longer needed. by Reid Spencer · 20 years ago
  6. 9153f8f For PR351: by Reid Spencer · 20 years ago
  7. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  8. 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 20 years ago
  9. 5a88578 Per code review:\ by Reid Spencer · 20 years ago
  10. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 20 years ago
  11. 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 20 years ago
  12. 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 20 years ago
  13. 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 20 years ago
  14. 7df0074 Fix code spacing/alignment by Misha Brukman · 20 years ago
  15. 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. e0cf59e Add a wrapper for extraction of the dependent libraries from a bytecode file. by Reid Spencer · 20 years ago
  18. 4542c43 Two Changes: by Reid Spencer · 20 years ago
  19. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 20 years ago
  20. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 20 years ago
  21. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 20 years ago
  22. df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 20 years ago
  23. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 20 years ago
  24. b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 21 years ago
  25. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
  26. 27b40bc Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 21 years ago
  27. deab9a7 Fine grainify namespacification, #include file that defines the interface! by Chris Lattner · 21 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  29. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  30. cb7e2e2 * New revised variable argument handling support by Chris Lattner · 21 years ago
  31. 9fcdadb Add separator between different types of readers. by Misha Brukman · 21 years ago
  32. 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 21 years ago
  33. 378b524 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 21 years ago
  34. 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 21 years ago
  35. a983359 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 21 years ago
  36. 735289c Define the instance variable Buffer, not the automatic variable Buffer. by Chris Lattner · 21 years ago
  37. 4eed793 Fix alignment problem by Chris Lattner · 21 years ago
  38. 134aba6 Actually assign the string correctly through the std::string pointer. by Misha Brukman · 21 years ago
  39. 34ce14b * Eliminate BytecodeBufferReader::Length member variable by Misha Brukman · 21 years ago
  40. 4dcbd5e Added code that ensures that we pass the beginning of the data buffer to by John Criswell · 21 years ago
  41. d57308a * Group class definitions & implementations together by Misha Brukman · 21 years ago
  42. 5c34441 * Constantify arguments to copy function by Misha Brukman · 21 years ago
  43. 4645379 Added file header comment. by Misha Brukman · 21 years ago
  44. 12c29d1 * Cleaned up code: by Misha Brukman · 21 years ago