llvm-6502/test
Evan Cheng 00a99a3584 Run codegen dce pass for all targets at all optimization levels. Previously it's
only run for x86 with fastisel. I've found it being very effective in
eliminating some obvious dead code as result of formal parameter lowering
especially when tail call optimization eliminated the need for some of the loads
from fixed frame objects. It also shrinks a number of the tests. A couple of
tests no longer make sense and are now eliminated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95493 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-06 09:07:11 +00:00
..
Analysis
Archive fix a broken archive that was breaking dejagnu only (not lit) 2010-02-04 07:11:08 +00:00
Assembler Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Run codegen dce pass for all targets at all optimization levels. Previously it's 2010-02-06 09:07:11 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC This test passes now on ppc darwin; if it doesn't pass 2010-02-03 22:33:17 +00:00
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC This test passes now on ppc darwin, so reenable it. 2010-02-03 22:29:02 +00:00
MC fix incorrect encoding of SBB8mi that Kevin noticed. 2010-02-05 22:56:11 +00:00
Other
Scripts
TableGen
Transforms Add a test for my change to disable reassociation for i1 types. 2010-02-06 01:16:25 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG in lit. 2010-02-04 18:40:11 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh