summaryrefslogtreecommitdiffstats
path: root/lld/docs/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* index.rst: pe/coff does support pdbs nowHans Wennborg2018-07-311-1/+1
| | | | llvm-svn: 338362
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-7/+9
| | | | | | | | | | This linker backend is still a work in progress but is enough to link simple programs including linking against library archives. Differential Revision: https://reviews.llvm.org/D34851 llvm-svn: 318539
* Fix .rst formatting error.Rui Ueyama2017-10-011-1/+1
| | | | llvm-svn: 314618
* Update benchmark numbers.Rui Ueyama2017-10-011-20/+17
| | | | llvm-svn: 314617
* Update the monorepo URL in a lld's document.Rui Ueyama2017-09-151-1/+1
| | | | llvm-svn: 313396
* Recommend users use readelf instead of objdump to dump .comment contents.Rui Ueyama2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | readelf's output is much easier to read than objdump's as you can see below. $ readelf --string-dump .comment foo String dump of section '.comment': [ 1] GCC: (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 [ 2c] clang version 5.0.0 [ 41] Linker: LLD 5.0.0 $ objdump -j .comment -s foo Contents of section .comment: 0000 00474343 3a202855 62756e74 7520342e .GCC: (Ubuntu 4. 0010 382e342d 32756275 6e747531 7e31342e 8.4-2ubuntu1~14. 0020 30342e33 2920342e 382e3400 636c616e 04.3) 4.8.4.clan 0030 67207665 7273696f 6e20352e 302e3020 g version 5.0.0 0040 004c696e 6b65723a 204c4c44 20352e30 .Linker: LLD 5.0 0050 2e3000 .0. llvm-svn: 301515
* Clarify benchmark conditions.Rui Ueyama2017-02-271-7/+14
| | | | llvm-svn: 296383
* Fix rst markup.Rui Ueyama2017-02-261-3/+3
| | | | llvm-svn: 296302
* Fix typo.Rui Ueyama2017-02-261-1/+1
| | | | | | Pointed out by Piotr Padlewski. llvm-svn: 296297
* Add a section about how to use ld.lld.Rui Ueyama2017-02-261-0/+23
| | | | llvm-svn: 296278
* Add how long it takes to link chromium using ld.bfd.Rui Ueyama2017-02-251-7/+7
| | | | llvm-svn: 296236
* Fix rst document format error.Rui Ueyama2017-02-251-1/+1
| | | | llvm-svn: 296235
* Mention FreeBSD ports status and wordsmithing.Rui Ueyama2017-02-241-8/+12
| | | | | | Differential Revision: https://reviews.llvm.org/D30321 llvm-svn: 296157
* Fix errors in the benchmark result.Rui Ueyama2017-02-241-4/+4
| | | | | | | I was mixing 1000 and 1024 when calculating file sizes in MiB or in GiB. llvm-svn: 296155
* Re-add ReleaseNotes to the doc tree.Rui Ueyama2017-02-241-0/+1
| | | | | | | | Looks like it is not allowed to have an .rst file in this directory that does not belong to a document tree. I don't know why. This patch adds a file back to fix a bot. llvm-svn: 296087
* Reorganize the document structure a bit.Rui Ueyama2017-02-241-0/+1
| | | | | | | C++11.rst is removed because LLD now follows the usual coding style of the LLVM project. llvm-svn: 296086
* Add documents to a doctree.Rui Ueyama2017-02-241-0/+6
| | | | | | Looks like all documents must be in a doctree. llvm-svn: 296075
* Attempt to fix lld-sphinx-docs bot.Rui Ueyama2017-02-241-2/+2
| | | | llvm-svn: 296074
* Update the main document of LLD for those who are not familiar with the project.Rui Ueyama2017-02-241-15/+127
| | | | llvm-svn: 296072
* Update the documents of the new LLD.Rui Ueyama2016-03-121-69/+4
| | | | | | | This patch merges the documents for ELF and COFF into one and puts it into docs directory. llvm-svn: 263336
* Start adding release notes for lld.Rafael Espindola2016-02-161-0/+1
| | | | llvm-svn: 260960
* Update documents.Rui Ueyama2015-11-201-3/+6
| | | | llvm-svn: 253728
* Remove the Native file format.Rui Ueyama2015-04-101-2/+0
| | | | | | | | | | | | | The Native file format was designed to be the fastest on-memory or on-disk file format for object files. The problem is that no one is working on that. No LLVM tools can produce object files in the Native, thus the feature of supporting the format is useless in the linker. This patch removes the Native file support. We can add it back if we really want it in future. llvm-svn: 234641
* Tweak lld's checkout instructions.Nico Weber2014-12-231-1/+3
| | | | llvm-svn: 224778
* lld self-hosts on FreeBSD tooEd Maste2014-12-171-1/+1
| | | | llvm-svn: 224448
* Update current LLD status for MIPS target.Simon Atanasyan2014-09-081-0/+3
| | | | llvm-svn: 217372
* [docs] Update current status.Michael J. Spencer2014-03-071-2/+2
| | | | llvm-svn: 203188
* Add a document about Windows support.Rui Ueyama2014-03-051-0/+1
| | | | llvm-svn: 203017
* [docs] lld self hosts.Michael J. Spencer2013-02-071-8/+2
| | | | llvm-svn: 174592
* [Docs] Update status :)Michael J. Spencer2013-02-011-3/+2
| | | | llvm-svn: 174162
* [docs] Update status.Michael J. Spencer2013-01-151-0/+9
| | | | llvm-svn: 172501
* [docs] Add getting started guide.Michael J. Spencer2012-04-251-0/+1
| | | | llvm-svn: 155578
* [docs] Make the index page ReST based instead of html based.Michael J. Spencer2012-04-081-0/+79
llvm-svn: 154275
OpenPOWER on IntegriCloud