llvm-6502/test
Duncan Sands 50ca4d37f7 Improve threading of comparisons over select instructions (spotted by my
auto-simplifier).  This has a big impact on Ada code, but not much else.
Unfortunately the impact is mostly negative!  This is due to PR9004 (aka
SCCP failing to resolve conditional branch conditions in the destination
blocks of the branch), in which simple correlated expressions are not
resolved but complicated ones are, so simplifying has a bad effect!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124788 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-03 09:37:39 +00:00
..
Analysis
Archive
Assembler Move unnamed_addr after the function arguments on Sabre's request. 2011-01-25 19:09:56 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add -march to fix the bots. 2011-02-03 04:21:01 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda Testcase for dragonegg commit 124128. 2011-01-24 18:04:33 +00:00
FrontendC
FrontendC++ Remove stale test that has never worked, afaik. 2011-02-01 00:47:16 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker Correctly merge available_externally and regular definitions when they have 2011-02-01 05:33:52 +00:00
LLVMC
MC Fix test for non-darwin targets. 2011-02-01 01:16:18 +00:00
Object
Other
Scripts
TableGen
Transforms Improve threading of comparisons over select instructions (spotted by my 2011-02-03 09:37:39 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, too. Follow up to clang r124777. 2011-02-03 07:36:02 +00:00
Makefile.tests
site.exp.in
TestRunner.sh