1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. c74b461 For PR1291: by Reid Spencer · 17 years ago
  3. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  4. 5ba2b70 For PR789: by Reid Spencer · 17 years ago
  5. 9df1246 Make the absolute/relative tolerance information easier to read/understand. by Reid Spencer · 18 years ago
  6. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  7. bfb8eaf Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 18 years ago
  8. 3049337 For PR797: by Reid Spencer · 18 years ago
  9. 8627969 For PR797: by Reid Spencer · 18 years ago
  10. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  11. c64f148 For PR777: by Reid Spencer · 18 years ago
  12. 8dcd548 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 19 years ago
  13. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  14. c0d0e77 Fix a bug where we would consider " .99" and "1.0" different because of the by Chris Lattner · 19 years ago
  15. 2ee51cb Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC by Chris Lattner · 19 years ago
  16. e4b6a86 Make this more efficient now that we know both files are the same length. by Chris Lattner · 19 years ago
  17. 1e1a99f Fix spelling by Misha Brukman · 19 years ago
  18. 45d5564 Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by by Reid Spencer · 19 years ago
  19. da7e70e Fix crash comparing empty file against nonempty file. by Chris Lattner · 20 years ago
  20. cc1b90b Make DiffFilesWithTolerance take sys::Path's instead of std::strings by Chris Lattner · 20 years ago
  21. c95b560 Fix a bug in previous checkin by Chris Lattner · 20 years ago
  22. 4454253 Add a new method, refactored out of fpcmp by Chris Lattner · 20 years ago
  23. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  24. 772192c For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 20 years ago
  25. a2f7ed7 For PR351: by Reid Spencer · 20 years ago
  26. 67f6d3a For PR351: by Reid Spencer · 20 years ago
  27. 2356f86 For PR351: by Reid Spencer · 20 years ago
  28. 2923f34 For PR351: by Reid Spencer · 20 years ago
  29. 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
  30. d99eaa3 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 20 years ago
  31. 336e56e Handle headers for compressed bytecode files by Misha Brukman · 20 years ago
  32. d232438 Put in a #error in the event that we don't have an mmap that can map a file by Reid Spencer · 20 years ago
  33. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  34. fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 20 years ago
  35. 8868e84 Include cerrno. by Alkis Evlogimenos · 20 years ago
  36. 5bfac5d Implement the new CopyFile function by Chris Lattner · 20 years ago
  37. e53477e Add support for zero length files by Chris Lattner · 20 years ago
  38. eb08299 Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 20 years ago
  39. 81a085a Add new function by Chris Lattner · 21 years ago
  40. 316cb08 Add new method by Chris Lattner · 21 years ago
  41. 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
  42. 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
  43. 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
  44. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  45. 971a7b8 Fix copy-pasto. by Misha Brukman · 21 years ago
  46. 17cca96 Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 21 years ago
  47. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  48. a2302ff Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 21 years ago
  49. 56be7ff Add implementation of FileOpenable(). by Brian Gaeke · 21 years ago
  50. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  51. 950971d Fixed spelling & grammar. by Misha Brukman · 21 years ago
  52. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  53. 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 21 years ago
  54. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  55. da81eca close() requires "unistd.h" . by Misha Brukman · 21 years ago
  56. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
  57. 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 21 years ago