1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
Georgii Rymar 8d363b0507 [yaml2obj] - Add a technical prefix for each unnamed chunk.
This change does not affect the produced binary.

In this patch I assign a technical suffix to each section/fill
(i.e. chunk) name when it is empty. It allows to simplify the code
slightly and improve error messages reported.

In the code we have the section to index mapping, SN2I, which is
globally used. With this change we can use it to map "empty"
names to indexes now, what is helpful.

Differential revision: https://reviews.llvm.org/D79984
2020-05-23 17:22:23 +03:00
..
Analysis [SCEV] Constant fold MultExpr before applying depth limit. 2020-05-22 18:34:32 +03:00
Assembler AllocaInst should store Align instead of MaybeAlign. 2020-05-16 14:53:16 -07:00
Bindings
Bitcode StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
BugPoint
CodeGen [TargetPassConfig] Don't add alias analysis at optnone 2020-05-23 10:35:03 +02:00
DebugInfo Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC" 2020-05-22 05:36:15 -06:00
Demangle Give microsoftDemangle() an outparam for how many input bytes were consumed. 2020-05-20 16:17:31 -04:00
Examples
ExecutionEngine [JITLink] Initial implementation of ELF / x86-64 support for JITLink. 2020-05-21 21:44:00 -07:00
Feature StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
FileCheck Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC" 2020-05-22 05:36:15 -06:00
Instrumentation StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
Integer
JitListener
Linker
LTO Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
MachineVerifier
MC [PowerPC] Add support for vmsumudm 2020-05-22 14:35:13 -05:00
Object [yaml2obj] - Stop using square brackets for unique suffixes. 2020-05-19 12:59:13 +03:00
ObjectYAML
Other [VectorCombine] set preserve alias analysis 2020-05-22 16:25:16 -04:00
Reduce
SafepointIRVerifier
Support On Windows, handle interrupt signals without crash message 2020-05-21 13:27:10 +01:00
SymbolRewriter
TableGen [TableGen] Fix register class handling in TableGen's DAG ISel Matcher Generator 2020-05-13 10:17:03 +01:00
ThinLTO/X86
tools [yaml2obj] - Add a technical prefix for each unnamed chunk. 2020-05-23 17:22:23 +03:00
Transforms Revert "Added a new IRCanonicalizer pass." 2020-05-23 13:51:43 +02:00
Unit
Verifier Add verifier check that musttail and preallocated are not used together 2020-05-18 11:24:59 -07:00
YAMLParser
.clang-format
CMakeLists.txt [examples] Skip building the Bye pass plugin on windows 2020-05-13 13:40:56 +03:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh