| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lld] Fix typos in documentation (#139854) | 1 年前 | |
[lld] fix comment typos to cycle bots | 3 年前 | |
docs: Add the standard LLVM favicon. llvm-svn: 154212 | 14 年前 | |
[lld][docs] Update _templates/indexsidebar.html after Bugzilla->GitHub issue migration | 4 年前 | |
Partially revert r287009: Remove trailing whitespace. This reverts part of r287009 because I accidentally changed binary files. llvm-svn: 287010 | 9 年前 | |
docs: Fix Sphinx detection with out-of-tree builds Adapt to changes made in r302499. llvm-svn: 302501 | 9 年前 | |
[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456) Add DTLTO linker option --thinlto-remote-compiler-prepend-arg to enable support for the multi-call LLVM driver that requires an additional option to specify the subcommand, e.g. "llvm clang ...". Fixes https://github.com/llvm/llvm-project/issues/159125. | 9 个月前 | |
Re-land [LLD] Allow usage of LLD as a library This reverts commit aa495214b39d475bab24b468de7a7c676ce9e366. As discussed in https://github.com/llvm/llvm-project/issues/53475 this patch allows for using LLD-as-a-lib. It also lets clients link only the drivers that they want (see unit tests). This also adds the unit test infra as in the other LLVM projects. Among the test coverage, I've added the original issue from @krzysz00, see: https://github.com/ROCmSoftwarePlatform/D108850-lld-bug-reproduction Important note: this doesn't allow (yet) linking in parallel. This will come a bit later hopefully, in subsequent patches, for COFF at least. Differential revision: https://reviews.llvm.org/D119049 | 3 年前 | |
docs: Update partitioning docs now that the feature is fully landed. llvm-svn: 362831 | 7 年前 | |
[WebAssembly] Update docs This is an reland of rL343155 which got reverted because of a sphinx failure on the buildbot. Differential Revision: https://reviews.llvm.org/D54982 llvm-svn: 347830 | 7 年前 | |
| 8 个月前 | ||
[LLVM][utils] Add script which clears release notes (#153593) The script copies ReleaseNotesTemplate.txt to corresponding ReleaseNotes.rst/.md to clear release notes. The suffix of ReleaseNotesTemplate.txt must be .txt. If it is .rst/.md, it will be treated as a documentation source file when building documentation. | 11 个月前 | |
[lld] Fix a typo in documentation (#141383) | 1 年前 | |
[NFC][Py Reformat] Reformat python files in the rest of the dirs This is an ongoing series of commits that are reformatting our Python code. This catches the last of the python files to reformat. Since they where so few I bunched them together. Reformatting is done with black. If you end up having problems merging this commit because you have made changes to a python file, the best way to handle that is to run git checkout --ours <yourfile> and then reformat it with black. If you run into any problems, post to discourse about it and we will try to help. RFC Thread below: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Reviewed By: jhenderson, #libc, Mordante, sivachandra Differential Revision: https://reviews.llvm.org/D150784 | 3 年前 | |
[lld] Provide a hook to customize undefined symbols error handling This is a follow up to https://reviews.llvm.org/D87758, implementing the missing symbol part, as done by binutils. Differential Revision: https://reviews.llvm.org/D89687 | 5 年前 | |
Partially revert r287009: Remove trailing whitespace. This reverts part of r287009 because I accidentally changed binary files. llvm-svn: 287010 | 9 年前 | |
[DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (#142757) This patch introduces support for Integrated Distributed ThinLTO (DTLTO) in ELF LLD. DTLTO enables the distribution of ThinLTO backend compilations via external distribution systems, such as Incredibuild, during the traditional link step: https://llvm.org/docs/DTLTO.html. It is expected that users will invoke DTLTO through the compiler driver (e.g., Clang) rather than calling LLD directly. A Clang-side interface for DTLTO will be added in a follow-up patch. Note: Bitcode members of archives (thin or non-thin) are not currently supported. This will be addressed in a future change. As a consequence of this lack of support, this patch is not sufficient to allow for self-hosting an LLVM build with DTLTO. Theoretically, --start-lib/--end-lib could be used instead of archives in a self-host build. However, it's unclear how --start-lib/--end-lib can be easily used with the LLVM build system. Testing: - ELF LLD lit test coverage has been added, using a mock distributor to avoid requiring Clang. - Cross-project lit tests cover integration with Clang. For the design discussion of the DTLTO feature, see: #126654. | 1 年前 | |
[LLD] [Docs] explain --unresolved-symbols options (#165937) Tested with man lld/docs/ld.lld.1 | 8 个月前 | |
docs: Sketch Sphinx based docs structure. - This uses the llvm-theme developed by Michael Spencer and the base structure (front-facing index page) I use for LNT. llvm-svn: 154206 | 14 年前 | |
Fix two sphinx warnings llvm-svn: 358155 | 7 年前 | |
Add IR support, ELF section and user documentation for partitioning feature. The partitioning feature was proposed here: http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html This is mostly just documentation. The feature itself will be contributed in subsequent patches. Differential Revision: https://reviews.llvm.org/D60242 llvm-svn: 361923 | 7 年前 | |
Add IR support, ELF section and user documentation for partitioning feature. The partitioning feature was proposed here: http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html This is mostly just documentation. The feature itself will be contributed in subsequent patches. Differential Revision: https://reviews.llvm.org/D60242 llvm-svn: 361923 | 7 年前 | |
[lld] Fix typos in documentation (#139854) | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 3 年前 | ||
| 14 年前 | ||
| 4 年前 | ||
| 9 年前 | ||
| 9 年前 | ||
| 9 个月前 | ||
| 3 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 9 年前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 14 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 1 年前 |