1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test
Nico Weber b63fb1d467 Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang"
The problem on Windows was that the \b in "..\bin" was interpreted
as an escape sequence. Use r"" strings to prevent that.

This reverts commit ab11b9eefa16661017c2c7b3b34c46b069f43fb7,
with raw strings in the lit.site.cfg.py.in files.

Differential Revision: https://reviews.llvm.org/D77184
2020-04-02 16:12:03 -04:00
..
Analysis [SCEV] Use backedge SCEV of PHI only if its input is loop invariant 2020-03-31 18:39:24 +07:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86] Enable combineExtSetcc for vectors larger than 256 bits when we've disabled 512 bit vectors. 2020-04-02 12:44:27 -07:00
DebugInfo [DebugInfo] Ensure that a demanded bits optimisation in 2020-03-30 15:39:22 +01:00
Demangle
Examples
ExecutionEngine Revert "[ORC] Export __cxa_atexit from the main JITDylib in LLJIT." 2020-04-01 22:49:38 -04:00
Feature
FileCheck [FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests 2020-03-31 17:29:11 -04:00
Instrumentation
Integer
JitListener
Linker
LTO [X86InstPrinter] Change printPCRelImm to print the target address in hexadecimal form 2020-03-26 08:28:59 -07:00
MachineVerifier
MC [X86] Add SERIALIZE instruction. 2020-04-02 16:19:23 +08:00
Object [obj2yaml] - Teach tool to dump program headers. 2020-03-31 18:10:19 +03:00
ObjectYAML
Other [NFC] Do not run CGProfilePass when not using integrated assembler 2020-03-31 10:31:31 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [Alignment][NFC] Transitionning more getMachineMemOperand call sites 2020-03-31 08:36:18 +00:00
ThinLTO/X86
tools [llvm-dwarfdump] Add the --show-sections-sizes option 2020-04-02 13:14:30 +02:00
Transforms [InlineFunction] Update valid return attributes at callsite within callee body 2020-04-02 14:13:12 -04:00
Unit Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang" 2020-04-02 16:12:03 -04:00
Verifier [Verifier] Verify matrix dimensions operands match vector size. 2020-04-01 09:21:39 +01:00
YAMLParser
.clang-format
CMakeLists.txt Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang" 2020-04-02 16:12:03 -04:00
lit.cfg.py
lit.site.cfg.py.in Reland "Make it possible for lit.site.cfg to contain relative paths, and use it for llvm and clang" 2020-04-02 16:12:03 -04:00
TestRunner.sh