llvm-6502/lib
Vikram S. Adve 891bd82e79 Improvement to the previous fix: branch following a delay slot of
another delayed instr. would cause the later sanity-check (assertion)
in PhyRegAlloc.cpp to fail, even though there is really no error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7848 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-14 20:45:56 +00:00
..
Analysis Improvement to the previous fix: branch following a delay slot of 2003-08-14 20:45:56 +00:00
Archive
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 Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
ExecutionEngine Implement a _REAL_ memory manager for the code generated by the JIT. This 2003-08-14 18:35:27 +00:00
Linker
Support This file uses stable_sort 2003-08-13 21:32:37 +00:00
Target Improvement to the previous fix: branch following a delay slot of 2003-08-14 20:45:56 +00:00
Transforms Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:09:32 +00:00
VMCore Add new method to FunctionPassManager to add ImmutablePasses. 2003-08-14 06:07:57 +00:00
Makefile