llvm-6502/lib
Vikram S. Adve feb3298fca For instructions in a delay slot of another instruction,
we no longer need to find the live-before set of the delayed
branch since that set is now included the live-before/after
set of the instructions in each delay slot.  Just assert that instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7796 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-12 22:22:24 +00:00
..
Analysis For an instruction with delay slots, mark all live values before 2003-08-12 22:19:59 +00:00
Archive Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
AsmParser Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
Bytecode Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
CodeGen For instructions in a delay slot of another instruction, 2003-08-12 22:22:24 +00:00
ExecutionEngine Include the new selection library for the X86 target 2003-08-11 14:59:53 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Reenable optimized build 2003-08-12 20:46:50 +00:00
Target For instructions in a delay slot of another instruction, 2003-08-12 22:22:24 +00:00
Transforms Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because 2003-08-12 22:00:24 +00:00
VMCore Add FunctionPassManager - it's like a PassManager, but it only deals in 2003-08-12 17:22:39 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00