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