diff options
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2013-02-08 21:08:22 +0000 |
|---|---|---|
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2013-02-08 21:08:22 +0000 |
| commit | 995bc3f721d1610c3b663cc63de699682995daa6 (patch) | |
| tree | ceb062f8e4ec346c0f86c2d41cce73bf47377182 | |
| parent | 67bbf3aa0c941991f0fba602f958180c9c5a4522 (diff) | |
| download | bcm5719-llvm-995bc3f721d1610c3b663cc63de699682995daa6.tar.gz bcm5719-llvm-995bc3f721d1610c3b663cc63de699682995daa6.zip | |
More modifications to PowerPC doc links
llvm-svn: 174742
| -rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index 8d353da35b0..5539b56d4dd 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -43,20 +43,16 @@ PowerPC IBM - Official manuals and docs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `PowerPC Architecture Book <http://www.ibm.com/developerworks/systems/library/es-archguide-v2.html>`_ +* `Power Instruction Set Architecture, Versions 2.03 through 2.06 (authentication required, free sign-up) <https://www.power.org/technology-introduction/standards-specifications>`_ - * Book I: `PowerPC User Instruction Set Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook1.zip>`_ +* `PowerPC Compiler Writer's Guide <http://www.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_ - * Book II: `PowerPC Virtual Environment Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook2.zip>`_ - - * Book III: `PowerPC Operating Environment Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook3.zip>`_ - -* `PowerPC Compiler Writer's Guide <https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_ - -* `PowerPC Processor Manuals <https://www-01.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_ +* `PowerPC Processor Manuals (embedded) <http://www.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_ * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_ +* `Various IBM specifications and white papers <https://www.power.org/documentation/?document_company=105&document_category=all&publish_year=all&grid_order=DESC&grid_sort=title>`_ + * `IBM AIX/5L for POWER Assembly Reference <http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm>`_ Other documents, collections, notes |

