summaryrefslogtreecommitdiffstats
path: root/llvm/utils/getsrcs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45419
* Simplify this a little bit.Reid Spencer2006-08-151-7/+5
| | | | llvm-svn: 29695
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-141-3/+15
| | | | | | | | | | | source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663
* Documentation upgrade.Reid Spencer2004-09-201-2/+16
| | | | llvm-svn: 16445
* Base the implementation on the llvmdo script so that we only have toReid Spencer2004-09-201-7/+7
| | | | | | maintain the logic for "what counts as a source file" in one place. llvm-svn: 16442
* Add the examples directory to these scripts.Reid Spencer2004-08-241-1/+1
| | | | llvm-svn: 16030
* Include .td and .txt files in the greps. This will allow me to find symbols inChris Lattner2004-08-151-1/+1
| | | | | | them, and also count them in the LOC of LLVM for the nightly tester. llvm-svn: 15786
* doxygen no longer builds into the docs tree, and we no longer have boostChris Lattner2004-05-271-1/+1
| | | | | | in the tree llvm-svn: 13838
* Spiff is no longer in our treeChris Lattner2004-04-181-1/+1
| | | | llvm-svn: 13041
* Don't index spiff. It should not count as lines of LLVM codeChris Lattner2004-04-131-1/+1
| | | | llvm-svn: 12911
* Don't look in the .libs directories that libtool makesBrian Gaeke2004-03-011-1/+1
| | | | llvm-svn: 12027
* Start counting projectsChris Lattner2004-01-271-1/+1
| | | | llvm-svn: 10980
* Include the new docs directory, whenever it gets added. www is goneChris Lattner2003-10-091-1/+1
| | | | llvm-svn: 8982
* The support directory no longer existsChris Lattner2003-10-051-1/+1
| | | | llvm-svn: 8880
* Make sure to include the "support" directoryChris Lattner2003-10-011-1/+1
| | | | llvm-svn: 8806
* Make LOC count more accurate by not including the tablegen lexer/parser, any ↵Chris Lattner2003-08-121-1/+6
| | | | | | .inc files, which are generated by tablegen, nor .lo files which sometimes get picked up from libtool llvm-svn: 7770
* Include tablegenChris Lattner2002-12-121-1/+1
| | | | llvm-svn: 4967
* Fix script due to new www/ top level directoryChris Lattner2002-09-061-1/+1
| | | | llvm-svn: 3603
* Ignore the boost #include filesChris Lattner2002-07-231-1/+1
| | | | llvm-svn: 3004
* Change script to not even look in test/ directory, significantly speeding it upChris Lattner2002-05-071-1/+1
| | | | llvm-svn: 2525
* Exclude doxygen docs from srcsChris Lattner2002-01-301-1/+1
| | | | llvm-svn: 1591
* Print .def files as well as other filesChris Lattner2001-09-191-1/+1
| | | | llvm-svn: 648
* Filter out the sparc.burm.c fileChris Lattner2001-07-211-1/+2
| | | | llvm-svn: 249
* Initial revisionChris Lattner2001-06-061-0/+4
llvm-svn: 2
OpenPOWER on IntegriCloud