1. 0f54a09 Simplify the code and fix a typo. by Lauro Ramos Venancio · 18 years ago
  2. 99929d20e Fix fpcmp infinite loop when comparing "29-266" with "29-268". by Lauro Ramos Venancio · 18 years ago
  3. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  4. 21b76a9 For PR1291: by Reid Spencer · 19 years ago
  5. 200c6f9 For PR789: by Reid Spencer · 19 years ago
  6. 78b899f For PR789: by Reid Spencer · 19 years ago
  7. aa5c220 Make the absolute/relative tolerance information easier to read/understand. by Reid Spencer · 19 years ago
  8. 61feeb9 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  9. 309e03a Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 19 years ago
  10. d62a963 For PR797: by Reid Spencer · 19 years ago
  11. efdc3a13 For PR797: by Reid Spencer · 19 years ago
  12. 4857253 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  13. 26bb7c4 For PR777: by Reid Spencer · 19 years ago
  14. fca31ae 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 20 years ago
  15. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  16. 252f546 Fix a bug where we would consider " .99" and "1.0" different because of the by Chris Lattner · 21 years ago
  17. 3e7a193 Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC by Chris Lattner · 21 years ago
  18. 9d0db6f Make this more efficient now that we know both files are the same length. by Chris Lattner · 21 years ago
  19. f232a45 Fix spelling by Misha Brukman · 21 years ago
  20. f4425b0 Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by by Reid Spencer · 21 years ago
  21. 6c43f5e Fix crash comparing empty file against nonempty file. by Chris Lattner · 21 years ago
  22. b782187 Make DiffFilesWithTolerance take sys::Path's instead of std::strings by Chris Lattner · 21 years ago
  23. 364e8b7 Fix a bug in previous checkin by Chris Lattner · 21 years ago
  24. 16a4368 Add a new method, refactored out of fpcmp by Chris Lattner · 21 years ago
  25. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  26. 5260b5b For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 21 years ago
  27. ea71e3c For PR351: by Reid Spencer · 21 years ago
  28. 320a20a For PR351: by Reid Spencer · 21 years ago
  29. 6b86328 For PR351: by Reid Spencer · 21 years ago
  30. 73fc525 For PR351: by Reid Spencer · 21 years ago
  31. aa95684 For PR351: \ by Reid Spencer · 21 years ago
  32. 21d9ef9 For PR351:Remove the file type checking methods (now in sys::Path) by Reid Spencer · 21 years ago
  33. 1df8148 Handle headers for compressed bytecode files by Misha Brukman · 21 years ago
  34. 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
  35. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  36. 07ab2d1 Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 21 years ago
  37. 2c07354 Include cerrno. by Alkis Evlogimenos · 21 years ago
  38. 80adb79 Implement the new CopyFile function by Chris Lattner · 21 years ago
  39. acc6cdd Add support for zero length files by Chris Lattner · 21 years ago
  40. 0e713bc Add a pair of functions to hide system specific details of mapping a file in for reading. by Chris Lattner · 21 years ago
  41. e866d11 Add new function by Chris Lattner · 22 years ago
  42. 4a1c74d Add new method by Chris Lattner · 22 years ago
  43. 6b668f2 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 22 years ago
  44. 0120e92 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 22 years ago
  45. a462161 Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 22 years ago
  46. c9499b6 Finegrainify namespacification by Chris Lattner · 22 years ago
  47. bb718f1 Fix copy-pasto. by Misha Brukman · 22 years ago
  48. 7c9144b Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 22 years ago
  49. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  50. 251b979 Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic. by Brian Gaeke · 22 years ago
  51. ca35fbf Add implementation of FileOpenable(). by Brian Gaeke · 22 years ago
  52. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  53. c08758a Fixed spelling & grammar. by Misha Brukman · 22 years ago
  54. b83a22b Added the MakeFileReadable() method. by John Criswell · 22 years ago
  55. 44375ca Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 22 years ago
  56. 5357283 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 22 years ago
  57. c231c08 close() requires "unistd.h" . by Misha Brukman · 22 years ago
  58. 3581f85 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  59. 802b0e2 Check in the implementation of the FileUtilities! by Chris Lattner · 22 years ago