1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Brock Wyma 5b36a8af8d [CodeView] Allow variable names to be as long as the codeview format supports
Instead of reserving 0xF00 bytes for the fixed length portion of the CodeView
symbol name, calculate the actual length of the fixed length portion.

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

llvm-svn: 324850
2018-02-11 21:26:46 +00:00
..
Analysis [X86][SSE] Increase PMULLD costs to better match hardware 2018-02-10 19:27:10 +00:00
Assembler
Bindings
Bitcode
BugPoint [bugpoint] Report non-existent opt binary 2018-02-09 06:09:15 +00:00
CodeGen [X86] Update some required-vector-width.ll test cases to not pass 512-bit vectors in arguments or return. 2018-02-11 18:52:16 +00:00
DebugInfo [CodeView] Allow variable names to be as long as the codeview format supports 2018-02-11 21:26:46 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO LTO: Include live bit in ThinLTO cache key. 2018-02-09 05:58:55 +00:00
MC REQUIRES: shell a couple of tests that require the shell 2018-02-10 00:14:54 +00:00
Object
ObjectYAML
Other REQUIRES: shell a couple of tests that require the shell 2018-02-10 00:14:54 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [tablegen] Fixed few !foreach evaluation issues. 2018-02-09 18:37:55 +00:00
ThinLTO/X86 [ThinLTO] Teach ThinLTO about auto hide symbols 2018-02-09 18:34:08 +00:00
tools [llvm-objcopy] Make modifications in-place if output is not specified 2018-02-09 23:33:31 +00:00
Transforms [InstCombine] X / (X * Y) -> 1 / Y if the multiplication does not overflow 2018-02-11 17:20:32 +00:00
Unit
Verifier [GISel]: Verify COPIES involving generic registers. 2018-02-09 01:27:23 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh