Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-13 | Don't use PathV1.h in FileUtilities.h. | Rafael Espindola | 1 | -3/+2 | |
llvm-svn: 183941 | |||||
2010-04-15 | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 1 | -2/+2 | |
llvm-svn: 101338 | |||||
2007-12-29 | remove attributions from utils. | Chris Lattner | 1 | -2/+2 | |
llvm-svn: 45419 | |||||
2007-04-07 | Update for PathWithStatus | Reid Spencer | 1 | -1/+2 | |
llvm-svn: 35745 | |||||
2005-04-22 | Remove trailing whitespace | Misha Brukman | 1 | -2/+2 | |
llvm-svn: 21428 | |||||
2005-01-23 | This method takes sys::Path objects now. | Chris Lattner | 1 | -2/+2 | |
llvm-svn: 19773 | |||||
2005-01-23 | Drop dead #include | Chris Lattner | 1 | -2/+0 | |
llvm-svn: 19768 | |||||
2005-01-23 | The meat of this utility has been moved to FileUtilities, where it can be | Chris Lattner | 1 | -153/+8 | |
used by other tools. llvm-svn: 19767 | |||||
2004-12-13 | For PR351: | Reid Spencer | 1 | -59/+58 | |
* Change use of ReadFileIntoAddressSpace to sys::MappedFile use. * Shorten a line > 80 chars. llvm-svn: 18896 | |||||
2004-09-01 | Changes For Bug 352 | Reid Spencer | 1 | -2/+2 | |
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | |||||
2004-06-20 | Make fpcmp handle running off of the beginning or end of the file correctly. | Chris Lattner | 1 | -3/+35 | |
llvm-svn: 14259 | |||||
2004-06-13 | Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 | Reid Spencer | 1 | -1/+1 | |
llvm-svn: 14169 | |||||
2004-06-09 | Fix the really bizarre stuff that happened last night in the tester | Chris Lattner | 1 | -2/+14 | |
due to non-numeric diff failures that caused fpcmp to go into infinite loops llvm-svn: 14098 | |||||
2004-05-28 | Right: the #includes are not needed either | Chris Lattner | 1 | -2/+0 | |
llvm-svn: 13867 | |||||
2004-05-28 | Use fileutilities instead of mmap directly | Chris Lattner | 1 | -16/+2 | |
llvm-svn: 13865 | |||||
2004-04-23 | mmap of a zero length file returns null on some platforms, so hack around it. | Brian Gaeke | 1 | -0/+6 | |
llvm-svn: 13121 | |||||
2004-04-19 | Fix typo. | Brian Gaeke | 1 | -1/+1 | |
llvm-svn: 13072 | |||||
2004-04-13 | Fix bug, add support for +/- | Chris Lattner | 1 | -2/+2 | |
llvm-svn: 12934 | |||||
2004-04-13 | Okay, spiff is completely incapable of handling files of nontrivial size. | Chris Lattner | 1 | -0/+156 | |
Here is a simple minimal program that does what we want. Instead of taking minutes to compare mesa's output, and crashing on binary files (like spiff does), this take < .02s in the common case and doesn't crash. llvm-svn: 12926 |