1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test
Diana Picus ab2c2196c5 [ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR
A G_GLOBAL_VALUE is basically a pointer, so it should live in the GPR.

llvm-svn: 309101
2017-07-26 11:01:13 +00:00
..
Analysis [SCEV] Cache results of computeExitLimit 2017-07-26 04:55:54 +00:00
Assembler Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
Bindings
Bitcode Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
BugPoint
CodeGen [ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR 2017-07-26 11:01:13 +00:00
DebugInfo [DWARF] Generalized verification of .apple_names accelerator table to be applicable to any acceleration table. Added verification for .apple_types, .apple_namespaces and .apple_objc sections. 2017-07-26 00:52:31 +00:00
DllTool llvm: add llvm-dlltool support to the archiver 2017-07-18 21:26:38 +00:00
Examples
ExecutionEngine
Feature
FileCheck [llvm] Remove redundant check-prefix=CHECK from tests. NFC. 2017-07-17 17:32:45 +00:00
Instrumentation [asan] Copy arguments passed by value into explicit allocas for ASan 2017-07-18 22:28:03 +00:00
Integer
JitListener
LibDriver
Linker Debug Info: Add a file: field to DIImportedEntity. 2017-07-19 00:09:54 +00:00
LTO LTO: Export functions referenced by the CFI jump table. 2017-07-19 18:18:19 +00:00
MC [AArch64] Update a comment in a test 2017-07-25 19:57:26 +00:00
Object [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
ObjectYAML [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId 2017-07-17 23:59:44 +00:00
Other Add test coverage for new PM PGOOpt handling. 2017-07-26 02:00:43 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel][tablegen] Fuse the generated tables together. 2017-07-26 10:20:56 +00:00
ThinLTO/X86 ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
tools [gold] Enable data-sections by default for the gold-plugin. 2017-07-26 01:47:17 +00:00
Transforms [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess. 2017-07-26 08:10:14 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"" 2017-07-25 22:39:52 +00:00
lit.cfg Make a file end with n and remove trailing whitespace. 2017-07-20 22:39:20 +00:00
lit.site.cfg.in Implement parsing and writing of a single xml manifest file. 2017-07-20 21:42:04 +00:00
TestRunner.sh