Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -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 Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | Simplify this a little bit. | Reid Spencer | 2006-08-15 | 1 | -7/+5 |
| | | | | llvm-svn: 29695 | ||||
* | Make all tools that use llvmdo have a -topdir option that allows the top | Reid Spencer | 2006-08-14 | 1 | -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 Spencer | 2004-09-20 | 1 | -2/+16 |
| | | | | llvm-svn: 16445 | ||||
* | Base the implementation on the llvmdo script so that we only have to | Reid Spencer | 2004-09-20 | 1 | -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 Spencer | 2004-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 16030 | ||||
* | Include .td and .txt files in the greps. This will allow me to find symbols in | Chris Lattner | 2004-08-15 | 1 | -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 boost | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | | | in the tree llvm-svn: 13838 | ||||
* | Spiff is no longer in our tree | Chris Lattner | 2004-04-18 | 1 | -1/+1 |
| | | | | llvm-svn: 13041 | ||||
* | Don't index spiff. It should not count as lines of LLVM code | Chris Lattner | 2004-04-13 | 1 | -1/+1 |
| | | | | llvm-svn: 12911 | ||||
* | Don't look in the .libs directories that libtool makes | Brian Gaeke | 2004-03-01 | 1 | -1/+1 |
| | | | | llvm-svn: 12027 | ||||
* | Start counting projects | Chris Lattner | 2004-01-27 | 1 | -1/+1 |
| | | | | llvm-svn: 10980 | ||||
* | Include the new docs directory, whenever it gets added. www is gone | Chris Lattner | 2003-10-09 | 1 | -1/+1 |
| | | | | llvm-svn: 8982 | ||||
* | The support directory no longer exists | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 8880 | ||||
* | Make sure to include the "support" directory | Chris Lattner | 2003-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 8806 | ||||
* | Make LOC count more accurate by not including the tablegen lexer/parser, any ↵ | Chris Lattner | 2003-08-12 | 1 | -1/+6 |
| | | | | | | .inc files, which are generated by tablegen, nor .lo files which sometimes get picked up from libtool llvm-svn: 7770 | ||||
* | Include tablegen | Chris Lattner | 2002-12-12 | 1 | -1/+1 |
| | | | | llvm-svn: 4967 | ||||
* | Fix script due to new www/ top level directory | Chris Lattner | 2002-09-06 | 1 | -1/+1 |
| | | | | llvm-svn: 3603 | ||||
* | Ignore the boost #include files | Chris Lattner | 2002-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 3004 | ||||
* | Change script to not even look in test/ directory, significantly speeding it up | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
| | | | | llvm-svn: 2525 | ||||
* | Exclude doxygen docs from srcs | Chris Lattner | 2002-01-30 | 1 | -1/+1 |
| | | | | llvm-svn: 1591 | ||||
* | Print .def files as well as other files | Chris Lattner | 2001-09-19 | 1 | -1/+1 |
| | | | | llvm-svn: 648 | ||||
* | Filter out the sparc.burm.c file | Chris Lattner | 2001-07-21 | 1 | -1/+2 |
| | | | | llvm-svn: 249 | ||||
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+4 |
llvm-svn: 2 |