llvm-6502/test
2009-01-13 09:18:58 +00:00
..
Analysis Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, 2009-01-13 09:18:58 +00:00
Archive
Assembler this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. 2009-01-08 19:01:45 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a physical register, it's not necessarily defined by a copy. We have to watch out it doesn't clobber any sub-register that might be live during its live interval. If the live interval crosses a basic block, then it's not safe to check with the less conservative check (by scanning uses and defs) because it's possible a sub-register might be live out of the block. 2009-01-13 03:57:45 +00:00
DebugInfo Use DebugInfo interface to lower dbg_* intrinsics. 2009-01-13 00:32:17 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Second test is only valid in 32-bit mode. 2009-01-12 08:05:54 +00:00
FrontendC++ the new scalarrepl changes are optimizing away a temporary alloca in 2009-01-08 07:58:23 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
Other
Scripts
TableGen
Transforms Enable recursive inlining. Reduce inlining threshold 2009-01-12 22:11:50 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh