1. 18544b9 Change default error_code ctor to a 'named ctor' so it's more self-documenting. by David Blaikie · 14 years ago
  2. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  3. 39a0ffc MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 15 years ago
  4. db97c0b Fix whitespace. by Michael J. Spencer · 15 years ago
  5. 7b6fef8 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 15 years ago
  6. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  7. e22295e fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ and by Daniel Dunbar · 15 years ago
  8. b645fa1 fpcmp: Fix a possible infinite loop when comparing something like: by Daniel Dunbar · 15 years ago
  9. b17c586 Convert some users of ftostr to raw_ostream. by Benjamin Kramer · 16 years ago
  10. 86cb318 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 18 years ago
  11. 6f2ffdb Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 18 years ago
  12. 314a141 Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, by Chris Lattner · 18 years ago
  13. 62385ba Remove MappedFile support for mapping files for write and exec by Chris Lattner · 18 years ago
  14. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  15. 0f54a09 Simplify the code and fix a typo. by Lauro Ramos Venancio · 18 years ago
  16. 99929d20e Fix fpcmp infinite loop when comparing "29-266" with "29-268". by Lauro Ramos Venancio · 18 years ago
  17. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  18. 21b76a9 For PR1291: by Reid Spencer · 19 years ago
  19. 200c6f9 For PR789: by Reid Spencer · 19 years ago
  20. 78b899f For PR789: by Reid Spencer · 19 years ago
  21. aa5c220 Make the absolute/relative tolerance information easier to read/understand. by Reid Spencer · 19 years ago
  22. 61feeb9 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  23. 309e03a Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 19 years ago
  24. d62a963 For PR797: by Reid Spencer · 19 years ago
  25. efdc3a13 For PR797: by Reid Spencer · 19 years ago
  26. 4857253 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  27. 26bb7c4 For PR777: by Reid Spencer · 19 years ago
  28. fca31ae 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 20 years ago
  29. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  30. 252f546 Fix a bug where we would consider " .99" and "1.0" different because of the by Chris Lattner · 21 years ago
  31. 3e7a193 Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC by Chris Lattner · 21 years ago
  32. 9d0db6f Make this more efficient now that we know both files are the same length. by Chris Lattner · 21 years ago
  33. f232a45 Fix spelling by Misha Brukman · 21 years ago
  34. f4425b0 Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by by Reid Spencer · 21 years ago
  35. 6c43f5e Fix crash comparing empty file against nonempty file. by Chris Lattner · 21 years ago
  36. b782187 Make DiffFilesWithTolerance take sys::Path's instead of std::strings by Chris Lattner · 21 years ago
  37. 364e8b7 Fix a bug in previous checkin by Chris Lattner · 21 years ago
  38. 16a4368 Add a new method, refactored out of fpcmp by Chris Lattner · 21 years ago
  39. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  40. 5260b5b For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 21 years ago
  41. ea71e3c For PR351: by Reid Spencer · 21 years ago
  42. 320a20a For PR351: by Reid Spencer · 21 years ago
  43. 6b86328 For PR351: by Reid Spencer · 21 years ago
  44. 73fc525 For PR351: by Reid Spencer · 21 years ago
  45. aa95684 For PR351: \ by Reid Spencer · 21 years ago
  46. 21d9ef9 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 21 years ago
  47. 1df8148 Handle headers for compressed bytecode files by Misha Brukman · 21 years ago
  48. 4510104 Put in a #error in the event that we don't have an mmap that can map a file by Reid Spencer · 21 years ago
  49. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  50. 07ab2d1 Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 21 years ago
  51. 2c07354 Include cerrno. by Alkis Evlogimenos · 21 years ago
  52. 80adb79 Implement the new CopyFile function by Chris Lattner · 21 years ago
  53. acc6cdd Add support for zero length files by Chris Lattner · 21 years ago
  54. 0e713bc Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  55. e866d11 Add new function by Chris Lattner · 22 years ago
  56. 4a1c74d Add new method by Chris Lattner · 22 years ago
  57. 6b668f2 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 22 years ago
  58. 0120e92 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 22 years ago
  59. a462161 Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  60. c9499b6 Finegrainify namespacification by Chris Lattner · 22 years ago
  61. bb718f1 Fix copy-pasto. by Misha Brukman · 22 years ago
  62. 7c9144b Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 22 years ago
  63. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  64. 251b979 Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 22 years ago
  65. ca35fbf Add implementation of FileOpenable(). by Brian Gaeke · 22 years ago
  66. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  67. c08758a Fixed spelling & grammar. by Misha Brukman · 22 years ago
  68. b83a22b Added the MakeFileReadable() method. by John Criswell · 22 years ago
  69. 44375ca Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 22 years ago
  70. 5357283 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 22 years ago
  71. c231c08 close() requires "unistd.h" . by Misha Brukman · 22 years ago
  72. 3581f85 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  73. 802b0e2 Check in the implementation of the FileUtilities! by Chris Lattner · 22 years ago