1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Nemanja Ivanovic b7bc445a9f Fix for PR 26356
Using the load immediate only when the immediate (whether signed or unsigned)
can fit in a 16-bit signed field. Namely, from -32768 to 32767 for signed and
0 to 65535 for unsigned. This patch also ensures that we sign-extend under the
right conditions.

llvm-svn: 259840
2016-02-04 23:14:42 +00:00
..
Analysis [SCEV] Try to reuse existing value during SCEV expansion 2016-02-04 01:27:38 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Fix for PR 26356 2016-02-04 23:14:42 +00:00
DebugInfo [DWARFDebug] Fix another case of overlapping ranges 2016-02-03 21:13:33 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [codeview] Don't attempt a cross-section label diff 2016-02-04 00:21:42 +00:00
Object
Other
SymbolRewriter
TableGen
tools Add a compatibility test 2016-02-03 06:27:38 +00:00
Transforms The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL: 2016-02-04 16:21:38 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh