| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust documentation for git migration. | James Y Knight | 2019-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514 | ||||
| * | Update structured references to the license to the new license. | Chandler Carruth | 2019-01-19 | 1 | -2/+2 |
| | | | | | | | | | Since these are intended to be short and succinct, I've used the SPDX full name. It's human readable, but formally agreed upon and will be part of the SPDX spec for licenses. llvm-svn: 351649 | ||||
| * | [lit] Support use of setup.py from other directories. | Daniel Dunbar | 2013-08-13 | 1 | -1/+8 |
| | | | | | llvm-svn: 188309 | ||||
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | ||||
| * | lit: Tweak setup.py. | Daniel Dunbar | 2010-09-18 | 1 | -11/+12 |
| | | | | | llvm-svn: 114261 | ||||
| * | lit: Add setuptools support. | Daniel Dunbar | 2009-12-26 | 1 | -0/+69 |
| llvm-svn: 92169 | |||||

