1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Xing GUO 8d54ee8a03 [DWARFYAML] Implement the .debug_loclists section.
This patch implements the .debug_loclists section. There are only two
DWARF expressions are implemented in this patch (DW_OP_consts,
DW_OP_stack_value). We will implement more in the future.

The YAML description of the .debug_loclists section is:

```
debug_loclists:
  - Format:              DWARF32 ## Optional
    Length:              0x1234  ## Optional
    Version:             5       ## Optional (5 by default)
    AddressSize:         8       ## Optional
    SegmentSelectorSize: 0       ## Optional (0 by default)
    OffsetEntryCount:    1       ## Optional
    Offsets:             [ 1 ]   ## Optional
    Lists:
      - Entries:
          - Operator:          DW_LLE_startx_endx
            Values:            [ 0x1234, 0x4321 ]
            DescriptorsLength: 0x1234             ## Optional
            Descriptors:
              - Operator: DW_OP_consts
                Values:   [ 0x1234 ]
```

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D84234
2020-08-03 23:20:15 +08:00
..
Analysis [StackSafety, NFC] Don't insert empty objects into the map 2020-08-02 13:58:56 -07:00
AsmParser
BinaryFormat
Bitcode [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
Bitstream
CodeGen GlobalISel: Handle arbitrary FewerElementsVector for G_IMPLICIT_DEF 2020-08-03 09:14:08 -04:00
DebugInfo
Demangle
DWARFLinker
ExecutionEngine [llvm-jitlink] Add -phony-externals option to suppress unresolved externals. 2020-08-01 18:33:44 -07:00
Extensions
Frontend [OpenMP][IRBuilder] Support allocas in nested parallel regions 2020-07-30 10:19:39 -05:00
Fuzzer
FuzzMutate
IR [NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyInfo into DenseMap.h as DenseMapInfo<APInt> 2020-08-03 23:31:13 +09:00
IRReader
LineEditor
Linker
LTO
MC Reland D64327 [MC][ELF] Allow STT_SECTION referencing SHF_MERGE on REL targets 2020-08-02 18:05:17 -07:00
MCA
Object [llvm-libtool-darwin] Refactor Slice and writeUniversalBinary 2020-07-31 09:22:35 -07:00
ObjectYAML [DWARFYAML] Implement the .debug_loclists section. 2020-08-03 23:20:15 +08:00
Option
Passes [tbaa] Rename type-based-aa -> tbaa 2020-07-30 19:51:35 -07:00
ProfileData Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
Remarks
Support Use llvm::is_contained where appropriate (NFC) 2020-08-01 21:51:06 -07:00
TableGen [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
Target AMDGPU/GlobalISel: Remove old hacks for boolean selection 2020-08-03 09:04:14 -04:00
Testing Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00
TextAPI
ToolDrivers [llvm-lib] Support adding short import library objects with llvm-lib 2020-07-24 22:15:08 +03:00
Transforms [InstCombine] reduce xor-of-or's bitwise logic (PR46955); 2nd try 2020-08-03 10:21:56 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt