1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test
Martin Storsjo b7a7db00f7 [AArch64] Add a test for float argument passing to win64 vararg functions
The existing tests only tested how a va_start is lowered.

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

llvm-svn: 309015
2017-07-25 19:57:22 +00:00
..
Analysis [SCEV] Limit max size of AddRecExpr during evolving 2017-07-23 15:40:19 +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 [AArch64] Add a test for float argument passing to win64 vararg functions 2017-07-25 19:57:22 +00:00
DebugInfo Followup to r308890: don't assert the llvm llvm version number. 2017-07-24 19:44:43 +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 [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed 2017-07-25 15:28:28 +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 [TRE] Move to the new OptRemark API. 2017-07-19 21:13:22 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [globalisel][tablegen] Add control-flow to the MatchTable. 2017-07-20 09:25:44 +00:00
ThinLTO/X86 ThinLTO Minimized Bitcode File Size Reduction 2017-07-21 17:25:20 +00:00
tools [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
Transforms [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914) 2017-07-25 17:04:37 +00:00
Unit
Verifier Add element atomic memset intrinsic 2017-07-12 21:57:23 +00:00
YAMLParser
.clang-format
CMakeLists.txt llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS. 2017-07-25 01:44:38 +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