llvm-6502/test
Eli Friedman fd2934f190 Don't restrict the set of instructions where we try to constant-fold the
operands; it's possible to end up with a constant-foldable operand to 
most instructions, even those which can't trap.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75845 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 22:13:34 +00:00
..
Analysis Introduce a pointertracking pass. 2009-07-14 18:44:28 +00:00
Archive
Assembler Apparently Darwin doesn't have /dev/full :-(. 2009-07-15 18:41:11 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situations. 2009-07-15 21:39:50 +00:00
DebugInfo
ExecutionEngine remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
Feature
FrontendAda
FrontendC Fix test so it works on systems where wchar_t != int. 2009-07-15 20:40:53 +00:00
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser Added llvm-mc support for parsing the .dump and .load directives. 2009-07-15 15:30:11 +00:00
Other
Scripts
TableGen
Transforms Don't restrict the set of instructions where we try to constant-fold the 2009-07-15 22:13:34 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh