1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test
Nicolas Guillemot 22858cc076 [PM] Show the pass argument in pre/post-pass IR dumps
This patch adds each pass' pass argument in the header for IR dumps.
For example:

Before:

```
    *** IR Dump Before InstructionSelect ***
```

After:

```
    *** IR Dump Before InstructionSelect (instruction-select) ***
```

The goal is to make it easier to know what argument to pass to
command line options like `debug-only` or `run-pass` to further
investigate a given pass.
2021-02-25 14:02:00 -08:00
..
Analysis Option to ignore llvm[.compiler].used uses in hasAddressTaken() 2021-02-25 10:06:24 -08:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [PM] Show the pass argument in pre/post-pass IR dumps 2021-02-25 14:02:00 -08:00
DebugInfo
Demangle
Examples Revert "patch" it wass my mistake inusing git 2021-02-24 11:06:16 +05:30
ExecutionEngine
Feature
FileCheck
Instrumentation [SanitizerCoverage] Drop !associated on metadata sections 2021-02-25 11:59:23 -08:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [MC][ARM] make Thumb function also if type attribute is set 2021-02-24 14:08:56 -08:00
Object
ObjectYAML
Other [ThinLTO][NewPM] Clean up dead code under -O0 2021-02-24 17:08:57 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86 [WPD] Fix handling of pure virtual base class 2021-02-23 16:07:09 -08:00
tools [llvm-objcopy] If input=output, preserve umask bits, otherwise drop S_ISUID/S_ISGID bits 2021-02-24 11:10:09 -08:00
Transforms [PM] Show the pass argument in pre/post-pass IR dumps 2021-02-25 14:02:00 -08:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh