R600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBasePtr()
[oota-llvm.git] / docs / index.rst
index 93a160028be13da7aa1f49b8dbc23accbe50ba17..08666a8462d157b4237e76b3be6be3fbd2d138ee 100644 (file)
@@ -237,6 +237,8 @@ For API clients and LLVM developers.
    NVPTXUsage
    StackMaps
    InAlloca
+   BigEndianNEON
+   CoverageMappingFormat
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.
@@ -319,6 +321,13 @@ For API clients and LLVM developers.
   LLVM support for mapping instruction addresses to the location of
   values and allowing code to be patched.
 
+:doc:`BigEndianNEON`
+  LLVM's support for generating NEON instructions on big endian ARM targets is
+  somewhat nonintuitive. This document explains the implementation and rationale.
+
+:doc:`CoverageMappingFormat`
+  This describes the format and encoding used for LLVM’s code coverage mapping.
+
 Development Process Documentation
 =================================