Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 | ||||
* | Don't use PathV1.h in FileUtilities.h. | Rafael Espindola | 2013-06-13 | 1 | -3/+2 |
| | | | | llvm-svn: 183941 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -3/+3 |
| | | | | llvm-svn: 120298 | ||||
* | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 2010-04-15 | 1 | -2/+2 |
| | | | | llvm-svn: 101338 | ||||
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45414 | ||||
* | Update for PathWithStatus | Reid Spencer | 2007-04-07 | 1 | -1/+2 |
| | | | | llvm-svn: 35745 | ||||
* | Set the new NO_INSTALL flag for build-only tools. | Reid Spencer | 2007-02-06 | 1 | -0/+1 |
| | | | | llvm-svn: 33967 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
| | | | | llvm-svn: 21428 | ||||
* | This method takes sys::Path objects now. | Chris Lattner | 2005-01-23 | 1 | -2/+2 |
| | | | | llvm-svn: 19773 | ||||
* | Drop dead #include | Chris Lattner | 2005-01-23 | 1 | -2/+0 |
| | | | | llvm-svn: 19768 | ||||
* | The meat of this utility has been moved to FileUtilities, where it can be | Chris Lattner | 2005-01-23 | 1 | -153/+8 |
| | | | | | | used by other tools. llvm-svn: 19767 | ||||
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -59/+58 |
| | | | | | | | * Change use of ReadFileIntoAddressSpace to sys::MappedFile use. * Shorten a line > 80 chars. llvm-svn: 18896 | ||||
* | For PR351: libLLVMSupport now depends on libLLVMSystem | Reid Spencer | 2004-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 18893 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 17286 | ||||
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -644/+0 |
| | | | | llvm-svn: 17168 | ||||
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -16/+0 |
| | | | | llvm-svn: 17155 | ||||
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+644 |
| | | | | llvm-svn: 17136 | ||||
* | Updates for changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 16951 | ||||
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+16 |
| | | | | llvm-svn: 16885 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 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 | ||||
* | Make fpcmp handle running off of the beginning or end of the file correctly. | Chris Lattner | 2004-06-20 | 1 | -3/+35 |
| | | | | llvm-svn: 14259 | ||||
* | Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 | Reid Spencer | 2004-06-13 | 1 | -1/+1 |
| | | | | llvm-svn: 14169 | ||||
* | Fix the really bizarre stuff that happened last night in the tester | Chris Lattner | 2004-06-09 | 1 | -2/+14 |
| | | | | | | due to non-numeric diff failures that caused fpcmp to go into infinite loops llvm-svn: 14098 | ||||
* | Right: the #includes are not needed either | Chris Lattner | 2004-05-28 | 1 | -2/+0 |
| | | | | llvm-svn: 13867 | ||||
* | Use fileutilities instead of mmap directly | Chris Lattner | 2004-05-28 | 1 | -16/+2 |
| | | | | llvm-svn: 13865 | ||||
* | mmap of a zero length file returns null on some platforms, so hack around it. | Brian Gaeke | 2004-04-23 | 1 | -0/+6 |
| | | | | llvm-svn: 13121 | ||||
* | Fix typo. | Brian Gaeke | 2004-04-19 | 1 | -1/+1 |
| | | | | llvm-svn: 13072 | ||||
* | Fix bug, add support for +/- | Chris Lattner | 2004-04-13 | 1 | -2/+2 |
| | | | | llvm-svn: 12934 | ||||
* | Okay, spiff is completely incapable of handling files of nontrivial size. | Chris Lattner | 2004-04-13 | 2 | -0/+171 |
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 |