summaryrefslogtreecommitdiffstats
path: root/lld/docs/open_projects.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove links to deleted TODOs.Simon Atanasyan2016-04-161-5/+0
| | | | llvm-svn: 266528
* Fix docs-lld-html build.Rui Ueyama2015-04-101-1/+0
| | | | llvm-svn: 234644
* [ELF] Minimal implementation for ARM static linkingGreg Fitzgerald2015-01-211-0/+1
| | | | | | | | | | | | | | The code is able to statically link the simplest case of: int main() { return 0; } * Only works with ARM code - no Thumb code, no interwork (-marm -mno-thumb-interwork) * musl libc built with no interwork and no Thumb code Differential Revision: http://reviews.llvm.org/D6716 From: Denis Protivensky <dprotivensky@accesssoftek.com> llvm-svn: 226643
* [AArch64] Initial ELF/AArch64 SupportChad Rosier2014-08-131-0/+1
| | | | | | | | | | This patch adds the initial ELF/AArch64 support to lld. Only a basic "Hello World" app has been successfully tested for both dynamic and static compiling. Differential Revision: http://reviews.llvm.org/D4778 Patch by Daniel Stewart <stewartd@codeaurora.org>! llvm-svn: 215544
* [docs] Add list of missing GNU ld command line options.Michael J. Spencer2014-03-101-0/+1
| | | | llvm-svn: 203491
* [docs] Add missing features for the x86-64 ELF backend.Michael J. Spencer2014-03-071-0/+1
| | | | llvm-svn: 203313
* [docs] Add more open projects.Michael J. Spencer2012-04-081-1/+2
| | | | llvm-svn: 154277
* [docs] Add documentation todos.Michael J. Spencer2012-04-081-0/+5
| | | | llvm-svn: 154276
* [docs] Add open projects page that includes the TODO.txt files.Michael J. Spencer2012-04-071-0/+7
llvm-svn: 154274
OpenPOWER on IntegriCloud