1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test
Duncan P. N. Exon Smith 58b6077a79 DI: Fold constant arguments into a single MDString
This patch addresses the first stage of PR17891 by folding constant
arguments together into a single MDString.  Integers are stringified and
a `\0` character is used as a separator.

Part of PR17891.

Note: I've attached my testcases upgrade scripts to the PR.  If I've
just broken your out-of-tree testcases, they might help.

llvm-svn: 218914
2014-10-02 21:56:57 +00:00
..
Analysis
Assembler DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Bindings DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Bitcode DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
BugPoint DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
CodeGen DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
DebugInfo DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
ExecutionEngine
Feature DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
FileCheck
Instrumentation DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Integer
JitListener DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Linker DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
LTO
MC DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Object
Other
TableGen
tools
Transforms DI: Fold constant arguments into a single MDString 2014-10-02 21:56:57 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh