1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Fangrui Song 459a9fdd2d [obj2yaml][test] Move tests to binary format specific subdirectories
Similar to D70264.
Create COFF/, ELF/, MachO/, Minidump/, XCOFF/, and move tests there.

Reviewed By: grimar, jhenderson, labath

Differential Revision: https://reviews.llvm.org/D79154
2020-04-30 08:42:11 -07:00
..
Analysis [BPI] Incorrect probability reported in case of mulptiple edges. 2020-04-30 11:41:03 +07:00
Assembler Add IR constructs for preallocated (inalloca replacement) 2020-04-27 16:15:50 -07:00
Bindings Make IRBuilder automatically set alignment on load/store/alloca. 2020-04-13 13:43:14 -07:00
Bitcode Add IR constructs for preallocated (inalloca replacement) 2020-04-27 16:15:50 -07:00
BugPoint
CodeGen [X86] Extend combine-bitselect tests 2020-04-30 16:24:17 +01:00
DebugInfo [globalopt] Don't emit DWARF fragments for members 2020-04-30 11:36:55 +01:00
Demangle
Examples
ExecutionEngine
Feature Enable new passmanager plugin support for LTO. 2020-04-14 15:07:07 -07:00
FileCheck [FileCheck] Fix --dump-input annotation sort per input line 2020-04-16 15:39:35 -04:00
Instrumentation [AddressSanitizer] Instrument byval call arguments 2020-04-30 17:09:13 +02:00
Integer
JitListener
Linker
LTO [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
MachineVerifier
MC [SystemZ] Allow specifying plain register numbers in AsmParser 2020-04-29 20:42:30 +02:00
Object [yaml2obj] - Program headers: add an additional check for Offset 2020-04-22 12:49:05 +03:00
ObjectYAML [ObjectYAML][MachO] Add support for relocations 2020-04-22 11:50:55 -07:00
Other [BPI][NFC] Reuse post dominantor tree from analysis manager when available 2020-04-30 11:31:03 +07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [llvm] NFC: Fix trivial typo in rst and td files 2020-04-23 14:26:32 +09:00
ThinLTO/X86
tools [obj2yaml][test] Move tests to binary format specific subdirectories 2020-04-30 08:42:11 -07:00
Transforms [InlineCost] Addressing a very strict assert check in CostAnnotationWriter::emitInstructionAnnot 2020-04-30 15:38:36 +00:00
Unit Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
Verifier Make wrong preallocated arg count verifier error clearer 2020-04-29 18:31:30 -07:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py llvm-addr2line: assume addresses on the command line are hexadecimal rather than attempting to guess the base based on the form of the number. 2020-04-16 16:16:21 -07:00
lit.site.cfg.py.in Revert "Temporarily revert "build: use find_package(Python3) if available"" 2020-04-29 01:38:08 +00:00
TestRunner.sh