1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Bill Wendling 480ad615e4 [CodeGen] Require a name for a block addr target
Summary:
A block address may be used in inline assembly. In which case it
requires a name so that the asm parser has something to parse. Creating
a name for every block address is a large hammer, but is necessary
because at the point when a temp symbol is created we don't necessarily
know if it's used in inline asm. This ensures that it exists regardless.

Reviewers: nickdesaulniers, craig.topper

Subscribers: nathanchance, javed.absar, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D65352

llvm-svn: 368478
2019-08-09 20:18:30 +00:00
..
Analysis Title: Improve Loop Cache Analysis LIT tests. 2019-08-09 16:18:22 +00:00
Assembler [DataLayout] Check StackNatural and FunctionPtr alignments. 2019-08-07 17:20:55 +00:00
Bindings
Bitcode [ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if 2019-08-08 16:59:31 +00:00
BugPoint
CodeGen [CodeGen] Require a name for a block addr target 2019-08-09 20:18:30 +00:00
DebugInfo DebugInfo/DWARF: Provide some (pretty half-hearted) error handling access when parsing units 2019-08-09 01:14:33 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation hwasan: Instrument globals. 2019-08-06 22:07:29 +00:00
Integer
JitListener
Linker
LTO Linker: Add support for GlobalIFunc. 2019-08-08 22:09:18 +00:00
MachineVerifier
MC [llvm-mc] Add reportWarning() to MCContext 2019-08-08 19:13:23 +00:00
Object [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO). 2019-08-09 10:53:12 +00:00
ObjectYAML
Other
Reduce Added Delta IR Reduction Tool 2019-08-08 22:16:33 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Add "InitValue": Handle operands with set bit values in decoder methods 2019-08-09 17:30:33 +00:00
ThinLTO/X86
tools Print reasonable representations of type names in llvm-nm, readelf and readobj 2019-08-09 16:54:51 +00:00
Transforms [NFC] Added tests for D65898 2019-08-09 15:52:26 +00:00
Unit
Verifier IR: Disable verifier check for GlobalValues with private linkage named after a comdat for non-COFF. 2019-08-06 21:47:18 +00:00
YAMLParser
.clang-format
CMakeLists.txt Added Delta IR Reduction Tool 2019-08-08 22:16:33 +00:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh