1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test
Matt Arsenault 34d57039a9 SelectionDAG: Lower some range metadata to AssertZext
If a range has a lower bound of 0, add an AssertZext from the
nearest floor power of two.

This allows operations with some workitem intrinsics with known
maximum ranges to use fast 24-bit multiplies.

llvm-svn: 260109
2016-02-08 16:28:19 +00:00
..
Analysis Revert r260086 and r260085. They have broken the memory 2016-02-08 11:56:15 +00:00
Assembler
Bindings Make the OCaml tests temporarily unsupported until they can be updated. 2016-02-05 23:28:03 +00:00
Bitcode [ThinLTO] Include linkage type in function summary 2016-02-06 16:07:35 +00:00
BugPoint
CodeGen SelectionDAG: Lower some range metadata to AssertZext 2016-02-08 16:28:19 +00:00
DebugInfo [DWARFDebug] Fix another case of overlapping ranges 2016-02-03 21:13:33 +00:00
Examples
ExecutionEngine [RuntimeDyld][MachO] Fix handling of empty eh-frame sections. 2016-01-28 22:35:48 +00:00
Feature [NVPTX] Mark nvvm synchronizing intrinsics as convergent. 2016-02-06 19:32:44 +00:00
FileCheck
Instrumentation [asan] Introduce new hidden -asan-use-private-alias option. 2016-02-08 08:30:57 +00:00
Integer
JitListener
LibDriver
Linker Add a test for r258362. 2016-02-01 19:56:12 +00:00
LTO
MC [X86] Change FeatureIFMA string to 'avx512ifma'. Matches gcc and fixes PR26461. 2016-02-08 01:23:15 +00:00
Object Fix identify_magic() to check that a file that starts with MH_MAGIC is 2016-01-26 23:43:37 +00:00
Other
SymbolRewriter
TableGen [llvm-tblgen] Stop emitting the intrinsic name matching code 2016-01-26 23:01:21 +00:00
tools Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating. 2016-02-07 23:03:38 +00:00
Transforms Revert r260086 and r260085. They have broken the memory 2016-02-08 11:56:15 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh