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 | ||||
* | Roll gotools to 47f2109c. | Peter Collingbourne | 2015-01-13 | 1 | -1/+1 |
| | | | | | | | | | | | At the same time, perform a number of simplifications: - Rename go.tools directory to gotools. - Import only the go directory; all required Go analysis code and its dependencies have now been moved to this directory. llvm-svn: 225825 | ||||
* | Test commit | Andrew Wilkins | 2014-12-19 | 1 | -0/+1 |
| | | | | | | Just changing whitespace to test commit access... llvm-svn: 224565 | ||||
* | Optimize comparisons to empty string. | Peter Collingbourne | 2014-12-09 | 1 | -0/+16 |
| | | | | | | | | Geo-mean performance improvement of 0.2% (-0.3% - 0.9% @ 95% CI). Differential Revision: http://reviews.llvm.org/D6569 llvm-svn: 223728 | ||||
* | Initial commit of llgo. | Peter Collingbourne | 2014-11-27 | 1 | -0/+97 |
llvm-svn: 222857 |