- Nov 08, 2016
-
-
Sanjay Patel authored
llvm-svn: 286249
-
- Nov 01, 2016
-
-
Alex Bradbury authored
This contains just enough for lib/Target/RISCV to compile. Notably a basic RISCVTargetMachine and RISCVTargetInfo. At this point you can attempt llc -march=riscv32 myinput.ll and will find it fails due to the lack of MCAsmInfo. See http://lists.llvm.org/pipermail/llvm-dev/2016-August/103748.html for further discussion Differential Revision: https://reviews.llvm.org/D23560 llvm-svn: 285712
-
- Sep 20, 2016
-
-
Nikolay Haustov authored
Summary: Add links to ISA manuals and ABI. Add text about assembler syntax. Add info about instructions operands. Add instruction examples for each encoding. Update directives section, add missing .amdgpu_hsa_kernel. Reviewers: tstellarAMD, SamWot, vpykhtin Subscribers: kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, artem.tamazov, llvm-commits Differential Revision: https://reviews.llvm.org/D24724 llvm-svn: 281962
-
- Aug 19, 2016
-
-
Jacques Pienaar authored
Reviewers: t.p.northover Subscribers: t.p.northover, aemerson, rengolin Differential Revision: https://reviews.llvm.org/D23697 llvm-svn: 279169
-
- Aug 18, 2016
-
-
Jacques Pienaar authored
Summary: Add Lanai ISA document to CompilerWritersInfo. Reviewers: eliben Subscribers: aemerson, llvm-commits Differential Revision: https://reviews.llvm.org/D23693 llvm-svn: 279149
-
- Jul 27, 2016
-
-
Daniel Sanders authored
llvm-svn: 276850
-
- Jul 26, 2016
-
-
Krzysztof Parzyszek authored
llvm-svn: 276788
-
- Apr 12, 2016
-
-
James Y Knight authored
llvm-svn: 266137
-
- Feb 10, 2016
-
-
Tim Northover authored
It seems the ARMv8 instruction set overview is no longer provided by ARM, so I've removed it. Since most of the other documents were the same I unified the two sections. llvm-svn: 260329
-
- Dec 04, 2015
-
-
Tim Northover authored
There's a more comprehensive ACLE and a real v8 ARM ARM now. llvm-svn: 254720
-
- Jun 13, 2015
-
-
Tom Stellard authored
llvm-svn: 239657
-
- Jan 25, 2015
-
-
Simon Atanasyan authored
llvm-svn: 227050
-
- Oct 06, 2014
-
-
Matt Arsenault authored
llvm-svn: 219134
-
- Apr 09, 2014
-
-
Alp Toker authored
llvm-svn: 205899
-
- Mar 14, 2014
-
-
Richard Osborne authored
Summary: Add links to XCore ISA and ABI documents. CC: llvm-commits, rafael Differential Revision: http://llvm-reviews.chandlerc.com/D2981 llvm-svn: 203936
-
- Dec 19, 2013
-
-
Rafael Espindola authored
llvm-svn: 197719
-
- Nov 04, 2013
-
-
Sean Silva authored
llvm-svn: 194011
-
- Sep 30, 2013
-
-
Daniel Sanders authored
It now points to the equivalent page on imgtec.com llvm-svn: 191658
-
- Jul 12, 2013
-
-
Tom Stellard authored
llvm-svn: 186176
-
- Jun 27, 2013
-
-
Joey Gouly authored
llvm-svn: 185073
-
- Jun 07, 2013
-
-
Rui Ueyama authored
llvm-svn: 183562
-
- Jun 05, 2013
-
-
Sean Silva authored
llvm-svn: 183342
-
Sean Silva authored
llvm-svn: 183341
-
- May 31, 2013
-
-
Richard Sandiford authored
llvm-svn: 182990
-
- May 04, 2013
-
-
Amara Emerson authored
llvm-svn: 181079
-
- May 03, 2013
-
-
Amara Emerson authored
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
-
- Apr 08, 2013
-
-
Tim Northover authored
llvm-svn: 179006
-
- Mar 30, 2013
-
-
Justin Holewinski authored
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
-
- Mar 11, 2013
-
-
Sean Silva authored
In the spirit of r172109. Version control keeps a far more detailed record of authorship anyways. llvm-svn: 176807
-
- Feb 11, 2013
-
-
Bill Schmidt authored
llvm-svn: 174884
-
Bill Schmidt authored
llvm-svn: 174881
-
- Feb 08, 2013
-
-
Bill Schmidt authored
llvm-svn: 174742
-
Hal Finkel authored
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
-
- Jan 31, 2013
-
-
Tim Northover authored
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
-
- Jan 11, 2013
-
-
Sean Silva authored
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
-
- Dec 13, 2012
-
-
Dmitri Gribenko authored
Replaces old Pentium 4 documentation link with generic current documentation link. Patch by Kevin Schoedel. llvm-svn: 170144
-
- Nov 13, 2012
-
-
Jean-Daniel Dupas authored
llvm-svn: 167781
-
- Oct 07, 2012
-
-
Bill Wendling authored
llvm-svn: 165369
-