summaryrefslogtreecommitdiffstats
path: root/llvm/utils/count
Commit message (Collapse)AuthorAgeFilesLines
* Install three utils, "FileCheck", "count", and "not", for now to appease ↵NAKAMURA Takumi2013-12-201-2/+2
| | | | | | | | | | llvmlab dragonegg builder. Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was finding utils in the build tree, from the installed tree. I will revert this after dragonegg builder would be tweaked not to use installed llvm-config. llvm-svn: 197786
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-1/+1
| | | | | | Requires CMake 2.8.3 or newer. llvm-svn: 126092
* Fix extra fread after EOF, non-wires-crossed version.Dan Gohman2010-06-011-2/+4
| | | | llvm-svn: 105270
* revert r105223 which broke all my testing.Chris Lattner2010-05-311-1/+1
| | | | llvm-svn: 105225
* Fix count so that it doesn't make an extra fread call afterDan Gohman2010-05-311-1/+1
| | | | | | EOF is detected. llvm-svn: 105223
* Add count/not tools as executables.Daniel Dunbar2009-09-243-0/+71
- Apparently, I'm willing to do incredibly stupid things in the name of portability. llvm-svn: 82685
OpenPOWER on IntegriCloud