-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organize VIXL's doc/ and mention AArch32
Updates the top README to reflect changes done with the support for AArch32. Take the opportunity to re-organize our documentation files structure and seperate `aarch32` and `aarch64` at the top-level. Additionally, the title now mentions this is the development version of VIXL. doc/ ├── aarch32 │ ├── design │ │ ├── code-generation-aarch32.md │ │ └── literal-pool-aarch32.md │ └── getting-started-aarch32.md ├── aarch64 │ ├── getting-started-aarch64.md │ ├── supported-instructions-aarch64.md │ └── topics │ ├── extending-the-disassembler.md │ ├── index.md │ └── ycm.md └── changelog.md Change-Id: Ida9547a1de30886a112360e4b2beafa7cb0ac7b9
- Loading branch information
Showing
10 changed files
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ We will try to add documentation for topics that may be useful to VIXL users. If | |
you think of any topic that may be useful and is not listed here, please contact | ||
us at <[email protected]>. | ||
|
||
You can also have a look at the ['getting started' page](../getting-started.md). | ||
You can also have a look at the ['getting started' page](../getting-started-aarch64.md). | ||
|
||
* [Extending and customizing the disassembler](extending-the-disassembler.md) | ||
* [Using VIM YouCompleteMe with VIXL](ycm.md) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters