summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Update README and GettingStartedArthur Eubanks2023-03-081-97/+14
| | | | | | | | | | | | Funnel fetching and building LLVM instructions into GettingStarted. Modernize the build steps a little. Remove comments saying CMAKE_BUILD_TYPE defaults to Debug as that's not true anymore (must explicitly pass it). Reviewed By: MaskRay, hans Differential Revision: https://reviews.llvm.org/D145413
* Fix grammar and punctuation across several docs; NFCPriyansh Singh2022-04-071-3/+3
|
* Fixed minor documentation issuesPriyansh Singh2022-03-311-6/+6
| | | | | Fixed whitespace and punctuation issues, added a name to a link, and fixed a typo.
* [README] Add hint, how to use automatically the optimal number of CPU coresHeiko Thiel2022-03-071-2/+3
|
* Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne2022-02-101-6/+14
| | | | | | | | | | | | | | | | | | | We are moving away from building the runtimes with LLVM_ENABLE_PROJECTS, however the documentation was largely outdated. This commit updates all the documentation I could find to use LLVM_ENABLE_RUNTIMES instead of LLVM_ENABLE_PROJECTS for building runtimes. Note that in the near future, libcxx, libcxxabi and libunwind will stop supporting being built with LLVM_ENABLE_PROJECTS altogether. I don't know what the plans are for other runtimes like libc, openmp and compiler-rt, so I didn't make any changes to the documentation that would imply something for those projects. Once this lands, I will also cherry-pick this on the release/14.x branch to make sure that LLVM's documentation is up-to-date and reflects what we intend to support in the future. Differential Revision: https://reviews.llvm.org/D119351
* README: Point to the discourse & discord forumsSylvestre Ledru2022-02-081-0/+7
| | | | Differential Revision: https://reviews.llvm.org/D119279
* Remove unused parallel-libs projectDavid Blaikie2021-10-211-2/+1
| | | | Differential Revision: https://reviews.llvm.org/D112265
* (test commit) Fix capitalization in README.mdMichael Forster2021-10-061-1/+1
| | | | | This commit primarily checks that my newly acquired commit access works. But this is also a real spelling fix.
* [NFC] Update the list of subprojects in docs.OGINO Masanori2021-09-211-2/+3
| | | | | | | The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'. Differential Revision: https://reviews.llvm.org/D110124
* [RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson2021-06-281-1/+1
| | | | | | | | | | | | | Discussion thread: https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.html Move debuginfo-test into a subdirectory of a new top-level directory, called cross-project-tests. The new name replaces "debuginfo-test" as an LLVM project enabled via LLVM_ENABLE_PROJECTS. Differential Revision: https://reviews.llvm.org/D95339 Reviewed by: aprantl
* Fix grammar in README.mdPaul Robinson2021-05-121-1/+1
|
* [doc] Use cmake's -S option to simplify the build instructionsEbrahim Byagowi2021-02-161-6/+2
| | | | | | | | | | | | Now that llvm's minimum version is 3.13.4 anyway and `-S` is introduced in the same version[1], let's use this little time saving option to simplify the build instructions. [1]: https://cgold.readthedocs.io/en/latest/glossary/-S.html Authored-By: Ebrahim Byagowi <ebrahim@gnu.org> Differential-Revision: https://reviews.llvm.org/D95049
* Revert "This is a test commit"TaWeiTu2020-10-211-1/+0
| | | | This reverts commit cbe0ee1a94d11bd32019920c8f55ebd58054542a.
* This is a test commitTaWeiTu2020-10-211-0/+1
|
* Revert "This is a test commit"Artur Bialas2020-09-181-1/+0
| | | | This reverts commit 9d54b166c2e59f29e476a6566951b6809fc8808e.
* This is a test commitArtur Bialas2020-09-181-0/+1
|
* Revert 'This is a test commit - ded57e1a06a6baRonak Chauhan2020-06-181-1/+0
|
* This is a test commitRonak Chauhan2020-06-181-0/+1
|
* Revert "This is a test commit."Rahman Lavaee2020-04-111-1/+0
| | | | This reverts commit ab31797e166c118217ecf926a29c4b3a4a414847.
* This is a test commit.Rahman Lavaee2020-04-111-0/+1
|
* Add missing hyphensAustin Conlon2020-04-081-1/+1
|
* [README] Add note on using cmake to perform the buildEvandro Menezes2020-02-121-13/+14
| | | | Also, some spelling fixes. Test commit.
* Add contributing info to CONTRIBUTING.md and README.mdFlorian Hahn2019-12-021-0/+5
| | | | | | | | | | | | | | | | | As discussed on llvm-dev [1], this patch adds a brief CONTRIBUTING.md to the top-level of the repo, with a pointer to Contributing.html. This should make it easier to discover the contributing information and also be highlighted in the Github UI. It also updates README.md to link to Contributing.html. [1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137141.html Reviewers: tonic, rnk, jhenderson, meikeb Reviewed By: rnk, jhenderson, meikeb Differential Revision: https://reviews.llvm.org/D70743
* Add beginning of LLVM's GettingStarted to GitHub readmeMeike Baumgärtner2019-10-231-0/+99
| | | | | Reviewed and approved by chandlerc. As GitHub is the canonical LLVM repository now, embrace GitHub's way of displaying basic build instructions in the top-level readme.md.
* Update the project name in README.mdGreg Bedwell2018-10-191-1/+1
| | | | | | | Per llvm.org: "The name "LLVM" itself is not an acronym; it is the full name of the project." llvm-svn: 344766
* Add an svn project to contain the files that appear at the root of theJames Y Knight2017-10-191-0/+5
monorepo. llvm-svn: 316185