llvm-6502/test
Rafael Espindola 46456f6a2f Corruptly merge constants with explicit and implicit alignments.
Constant merge can merge a constant with implicit alignment with one that has
explicit alignment. Before this change it was assuming that the explicit
alignment was higher than the implicit one, causing the result to be under
aligned in some cases.

Fixes pr17815.

Patch by Chris Smowton!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194506 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12 20:21:43 +00:00
..
Analysis Rewrite SCEV's backedge taken count computation. 2013-11-06 02:08:26 +00:00
Assembler
Bindings [OCaml] Add missing Llvm_target functions 2013-11-11 14:47:28 +00:00
Bitcode Change BitcodeReader to use error_code instead of bool + string. 2013-11-04 16:16:24 +00:00
BugPoint
CodeGen Simplify operand folding when rematerializing a load. 2013-11-12 18:06:12 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck Allow multiple check prefixes in FileCheck. 2013-11-10 02:04:09 +00:00
Instrumentation [msan] Propagate origin for insertvalue, extractvalue. 2013-11-11 13:37:10 +00:00
Integer
JitListener
Linker
LTO A better fix that also works on ppc: add a target tripple. 2013-11-02 06:00:09 +00:00
MC [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar 2013-11-12 19:13:08 +00:00
Object llvm-ar: Let opening a directory failed in llvm-ar. 2013-11-08 12:35:56 +00:00
Other Provide a test input for opt 2013-11-05 13:57:34 +00:00
TableGen Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen. 2013-11-10 14:26:08 +00:00
tools Revert "Added basic unit test for llvm-cov." 2013-11-12 05:57:06 +00:00
Transforms Corruptly merge constants with explicit and implicit alignments. 2013-11-12 20:21:43 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh