summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CompilerWriterInfo.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation with link to Sea Islands documentationMatt Arsenault2014-10-061-0/+1
| | | | llvm-svn: 219134
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
| | | | llvm-svn: 205899
* [docs] Add links to XMOS XCore documentation.Richard Osborne2014-03-141-0/+6
| | | | | | | | | | Summary: Add links to XCore ISA and ABI documents. CC: llvm-commits, rafael Differential Revision: http://llvm-reviews.chandlerc.com/D2981 llvm-svn: 203936
* Update the links to the SPARC information.Rafael Espindola2013-12-191-2/+3
| | | | llvm-svn: 197719
* [docs] Add link to 32-bit ARM ELF supplement.Sean Silva2013-11-041-0/+1
| | | | llvm-svn: 194011
* [mips] Fix a broken link to mips.com in the documentation.Daniel Sanders2013-09-301-1/+1
| | | | | | It now points to the equivalent page on imgtec.com llvm-svn: 191658
* R600: Add ISA documents to the CompilerWriterInfo pageTom Stellard2013-07-121-0/+11
| | | | llvm-svn: 186176
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-0/+2
| | | | llvm-svn: 185073
* [docs] Add link to Microsoft PE/COFF Spec.Rui Ueyama2013-06-071-0/+5
| | | | llvm-svn: 183562
* [docs] Add link to C++ ABI document.Sean Silva2013-06-051-0/+1
| | | | llvm-svn: 183342
* [docs] Add link to SysV ABI document.Sean Silva2013-06-051-0/+2
| | | | llvm-svn: 183341
* Add links to the System z architecture manual and ABIRichard Sandiford2013-05-311-0/+6
| | | | llvm-svn: 182990
* Revert r181009.Amara Emerson2013-05-031-3/+1
| | | | llvm-svn: 181079
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-1/+3
| | | | | | | | | | | Build attribute sections can now be read if they exist via ELFObjectFile, and the llvm-readobj tool has been extended with an option to dump this information if requested. Regression tests are also included which exercise these features. Also update the docs with a fixed ARM ABI link and a new link to the Addenda which provides the build attributes specification. llvm-svn: 181009
* Add ACLE link to ARM documentation sectionsTim Northover2013-04-081-0/+4
| | | | llvm-svn: 179006
* Add start of user documentation for NVPTXJustin Holewinski2013-03-301-0/+6
| | | | | | | | Summary: This is the beginning of user documentation for the NVPTX back-end. I want to ensure I am integrating this properly into the rest of the LLVM documentation. Differential Revision: http://llvm-reviews.chandlerc.com/D600 llvm-svn: 178428
* [docs] Remove explicit authorship.Sean Silva2013-03-111-2/+0
| | | | | | | In the spirit of r172109. Version control keeps a far more detailed record of authorship anyways. llvm-svn: 176807
* Restore the resurrected doc link previously deletedBill Schmidt2013-02-111-0/+2
| | | | llvm-svn: 174884
* Remove a dead PowerPC doc linkBill Schmidt2013-02-111-2/+0
| | | | llvm-svn: 174881
* More modifications to PowerPC doc linksBill Schmidt2013-02-081-9/+5
| | | | llvm-svn: 174742
* Update PowerPC links in CompilerWriterInfo.rstHal Finkel2013-02-081-7/+7
| | | | | | | | | | This updates the current references to links that work for me. In the future, we should update the list of references itself to provide information on newer architecture variants. Thanks to Sean Silva for pointing out that the current links were broken! llvm-svn: 174739
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for AArch64 (ARM's 64-bit architecture) to LLVM in the "experimental" category. Currently, it won't be built unless requested explicitly. This initial commit should have support for: + Assembly of all scalar (i.e. non-NEON, non-Crypto) instructions (except the late addition CRC instructions). + CodeGen features required for C++03 and C99. + Compilation for the "small" memory model: code+static data < 4GB. + Absolute and position-independent code. + GNU-style (i.e. "__thread") TLS. + Debugging information. The principal omission, currently, is performance tuning. This patch excludes the NEON support also reviewed due to an outbreak of batshit insanity in our legal department. That will be committed soon bringing the changes to precisely what has been approved. Further reviews would be gratefully received. llvm-svn: 174054
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* Documentation: CompilerWriterInfo.rst: update link to Intel documentationDmitri Gribenko2012-12-131-1/+1
| | | | | | | | Replaces old Pentium 4 documentation link with generic current documentation link. Patch by Kevin Schoedel. llvm-svn: 170144
* Update link to external documentJean-Daniel Dupas2012-11-121-1/+1
| | | | llvm-svn: 167781
* Sphinxify the compiler writer info documentation.Bill Wendling2012-10-071-0/+118
llvm-svn: 165369
OpenPOWER on IntegriCloud