llvm-6502/test
Bruno Cardoso Lopes 5fc48100ee Fix PR10845. SUBREG_TO_REG shouldn't be used when the input and
destination types are equal!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139553 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-12 22:59:23 +00:00
..
Analysis Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variable differences so that it actually does something sane. Fixes PR10881. 2011-09-08 02:23:31 +00:00
Archive
Assembler Split the init.trampoline intrinsic, which currently combines GCC's 2011-09-06 13:37:06 +00:00
Bindings/Ocaml Remove the build_unwind function from the OCaml bindings. 2011-08-10 01:10:17 +00:00
Bitcode
BugPoint
CodeGen Fix PR10845. SUBREG_TO_REG shouldn't be used when the input and 2011-09-12 22:59:23 +00:00
DebugInfo Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. 2011-08-19 23:28:12 +00:00
ExecutionEngine Excluding ARM JIT tests until someone can fix this compilation path. 2011-08-26 23:39:30 +00:00
Feature Update tests to the newest EH syntax. 2011-08-25 01:30:18 +00:00
Integer
lib
Linker Use %% for literals in RUN lines. 2011-08-26 20:09:48 +00:00
LLVMC
MC Fix a failing ELF Thumb test. I _think_ this is right, but it's not totally clear to me what this test is doing. Could someone on an ELF platform check? 2011-09-12 22:40:31 +00:00
Object
Other Update to new EH scheme. 2011-08-31 21:44:24 +00:00
Scripts Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
TableGen Reverted r138652, valgrind doesn't understand obj:*/tblgen. 2011-08-27 06:17:30 +00:00
Transforms indvars test only relevant for -enable-iv-rewrite. 2011-09-12 22:59:00 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Lit option for ignoring stderr output. 2011-08-30 17:42:33 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh