summaryrefslogtreecommitdiffstats
path: root/libunwind/docs
Commit message (Collapse)AuthorAgeFilesLines
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-2/+2
| | | | | | and clear the release notes. llvm-svn: 366427
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Summary: This updates all places in documentation that refer to "Mac OS X", "OS X", etc. to instead use the modern name "macOS" when no specific version number is mentioned. If a specific version is mentioned, this attempts to use the OS name at the time of that version: * Mac OS X for 10.0 - 10.7 * OS X for 10.8 - 10.11 * macOS for 10.12 - present Reviewers: JDevlieghere Subscribers: mgorny, christof, arphaman, cfe-commits, lldb-commits, libcxx-commits, llvm-commits Tags: #clang, #lldb, #libc, #llvm Differential Revision: https://reviews.llvm.org/D62654 llvm-svn: 362113
* Adjust documentation for git migration.James Y Knight2019-01-292-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-2/+2
| | | | llvm-svn: 351320
* NFC: Test commit accessJordan Rupprecht2018-08-161-1/+0
| | | | | | Testing commit access from a new machine, so using this as an opportunity to revert my old test access commit (r336006) that I never cleaned up. llvm-svn: 339899
* Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg2018-08-011-3/+4
| | | | llvm-svn: 338561
* Add a blank line to docs/README.txt test commit accessJordan Rupprecht2018-06-291-0/+1
| | | | | | | | Subscribers: christof, cfe-commits Differential Revision: https://reviews.llvm.org/D48785 llvm-svn: 336006
* Update docs version to 7.0Hans Wennborg2018-01-031-2/+2
| | | | llvm-svn: 321732
* [docs] Mention that dwarf unwinding should be supported on arm64/windowsMartin Storsjo2017-11-161-13/+13
| | | | | | | | | This didn't require any further changes to libunwind as long as win64 in general is handled correctly. Differential Revision: https://reviews.llvm.org/D39632 llvm-svn: 318383
* Add ifdefs around ELF specific parts of UnwindRegisters*.S for armMartin Storsjo2017-11-041-1/+1
| | | | | | | | This allows using dwarf exceptions on MinGW/ARM. Differential Revision: https://reviews.llvm.org/D39534 llvm-svn: 317423
* Add support for dwarf unwinding on windows on x86_64Martin Storsjo2017-10-271-0/+1
| | | | | | | | | | | | | | | Clang doesn't currently support building for windows/x86_64 with dwarf by setting command line parameters, but if manually modified to use dwarf, we can make libunwind work in this configuration as well. Also include i386 in the docs when adding this as a supported configuration; libunwind already works for i386 windows, but can fail due to an issue unrelated to windows itself. Differential Revision: https://reviews.llvm.org/D38819 llvm-svn: 316747
* libunwind: document tested FreeBSD configs and sort OS listEd Maste2017-10-141-4/+5
| | | | | | | | | | | | libunwind is known to work on FreeBSD i386, amd64 (x86_64) and arm64. It is the unwinder provided by the base system on all of those architectures. While here sort the OS list. Differential Revision: https://reviews.llvm.org/D38900 llvm-svn: 315814
* [docs] Mention that linux/arm64 is supported with DWARFMartin Storsjo2017-10-111-1/+1
| | | | llvm-svn: 315497
* [docs] Mention that SjLj works on any OS on the archs where supported by the ↵Martin Storsjo2017-10-061-0/+1
| | | | | | | | compiler Differential Revision: https://reviews.llvm.org/D38576 llvm-svn: 315090
* Fix a typo in the documentation. NFC.Martin Storsjo2017-09-161-1/+1
| | | | llvm-svn: 313470
* Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
| | | | llvm-svn: 308465
* Try to trigger the new docs builder. NFCJonathan Roelofs2017-04-031-0/+1
| | | | llvm-svn: 299381
* [libunwind] Add sphinx docsJonathan Roelofs2017-03-285-0/+539
https://reviews.llvm.org/D31375 llvm-svn: 298922
OpenPOWER on IntegriCloud