llvm-project/llvm/lib
Chris Bieneman 3942f8e476 [DirectX] Add DXILAsmPrinter
The DXILAsmPrinter will just write globals into sections, so the
DXILAsmPrinter only needs support for emitting global variables, and is
otherwise a stub.

Depends on D127147

Differential Revision: https://reviews.llvm.org/D127153
2022-06-17 21:17:17 -05:00
..
Analysis Recommit "[LAA] Initial support for runtime checks with pointer selects." 2022-06-17 21:06:26 +02:00
AsmParser Add sanitizer-specific GlobalValue attributes. 2022-06-10 12:28:18 -07:00
BinaryFormat [Binary] Promote OffloadBinary to inherit from Binary 2022-06-01 18:40:57 -04:00
Bitcode [BitcodeReader] Remove unnecessary argument defaults (NFC) 2022-06-15 13:24:13 +02:00
Bitstream
CodeGen [CodeGen] Init EmptyExpr before the first use 2022-06-17 17:40:06 -07:00
DWARFLinker [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DWP [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
DebugInfo llvm-dwarf-dump: include type name for AT_containing_type 2022-06-18 00:52:34 +00:00
Debuginfod
Demangle [MicrosoftDemangle] Set error to true when returning nullptr. 2022-06-08 17:18:09 -07:00
ExecutionEngine [JITLink][ELF] Log enum name of unsupported relocation type. 2022-06-15 23:26:29 +09:00
Extensions
FileCheck [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01:00
Frontend [OpenMP][IRBuilder] Add final clause to task 2022-06-11 00:02:18 +05:30
FuzzMutate Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR." 2022-05-07 13:49:54 +02:00
Fuzzer
IR [IR] Check for SignedMin/-1 division in canTrap() (PR56038) 2022-06-17 11:25:11 +02:00
IRReader
InterfaceStub Use getValueOr (NFC) 2022-06-11 11:24:57 -07:00
LTO [config] Remove vestigial LLVM_VERSION_INFO 2022-06-07 11:36:26 -07:00
LineEditor [llvm][lldb] use FindLibEdit.cmake everywhere 2022-05-12 15:59:41 -07:00
Linker
MC [NFC][Alignment] Use Align in MCAlignFragment 2022-06-15 12:31:00 +00:00
MCA
ObjCopy [WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat section types list [NFC] 2022-06-07 12:05:23 -07:00
Object [Object][COFF] Improve section name parsing 2022-06-16 17:01:10 -07:00
ObjectYAML [DX][ObjYAML] Zero out unused fields that get written to the output file 2022-06-07 16:29:28 +02:00
Option
Passes [mlgo] Fix accounting for SCC splits 2022-06-15 10:53:23 -07:00
ProfileData [ProfileData] Use llvm::erase_if (NFC) 2022-06-10 22:51:30 -07:00
Remarks
Support Replace to_hexString by touhexstr [NFC] 2022-06-16 17:29:50 +02:00
TableGen [llvm] Convert for_each to range-based for loops (NFC) 2022-06-05 12:07:14 -07:00
Target [DirectX] Add DXILAsmPrinter 2022-06-17 21:17:17 -05:00
Testing
TextAPI
ToolDrivers [llvm-lib] Ignore /LTCG option 2022-05-27 11:38:42 -07:00
Transforms Recommit "[LAA] Initial support for runtime checks with pointer selects." 2022-06-17 21:06:26 +02:00
WindowsDriver
WindowsManifest [llvm] Fix typo for libxml2 detection 2022-05-17 08:45:31 +00:00
XRay
CMakeLists.txt