llvm-6502/test
Tom Stellard ffecacb1a1 Merging r208501:
------------------------------------------------------------------------
r208501 | hfinkel | 2014-05-11 12:23:29 -0400 (Sun, 11 May 2014) | 9 lines

[PowerPC] On PPC32, 128-bit shifts might be runtime calls

The counter-loops formation pass needs to know what operations might be
function calls (because they can't appear in counter-based loops). On PPC32,
128-bit shifts might be runtime calls (even though you can't use __int128 on
PPC32, it seems that SROA might form them).

Fixes PR19709.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@208916 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-15 20:55:58 +00:00
..
Analysis Merging r199351: 2014-04-11 19:35:41 +00:00
Assembler Merging r195535: 2013-12-09 21:01:06 +00:00
Bindings Merging r196156: 2013-12-09 21:05:36 +00:00
Bitcode Merging r196158: 2013-12-09 21:06:30 +00:00
BugPoint Merging r195535: 2013-12-09 21:01:06 +00:00
CodeGen Merging r208501: 2014-05-15 20:55:58 +00:00
DebugInfo Merging r195504: 2013-12-09 20:58:24 +00:00
ExecutionEngine Merging r195157: 2013-11-21 00:52:34 +00:00
Feature Merging r195535: 2013-12-09 21:01:06 +00:00
FileCheck FileCheck: fix matching of one check-prefix is a prefix of another 2013-11-13 14:12:52 +00:00
Instrumentation Merging r195504: 2013-12-09 20:58:24 +00:00
Integer
JitListener Merging r195504: 2013-12-09 20:58:24 +00:00
Linker Merging r195504: 2013-12-09 20:58:24 +00:00
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC Merging r202774: 2014-04-11 19:55:07 +00:00
Object llvm-ar: Let opening a directory failed in llvm-ar. 2013-11-08 12:35:56 +00:00
Other Merging r195477: 2013-11-25 05:20:58 +00:00
TableGen Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen. 2013-11-10 14:26:08 +00:00
tools Path: Recognize COFF import library file magic. 2013-11-15 21:22:02 +00:00
Transforms Merging r200028: 2014-04-11 19:35:42 +00:00
Unit
Verifier Add Verifier test case for variable argument intrinsics. 2013-10-31 17:18:17 +00:00
YAMLParser [Support][YAML] Add support for accessing tags and tag handle substitution. 2013-10-18 22:38:04 +00:00
.clang-format Merging r195100: 2013-11-19 06:39:18 +00:00
CMakeLists.txt lit: add missing substitutions for recently added tools 2013-10-28 23:37:49 +00:00
lit.cfg lit: add missing substitutions for recently added tools 2013-10-28 23:37:49 +00:00
lit.site.cfg.in
Makefile [OCaml] Dynamically link LLVM on --enable-shared builds 2013-11-12 20:55:49 +00:00
Makefile.tests
TestRunner.sh