llvm-6502/lib
Vikram S. Adve c5b4632c27 Bug fixes:
(1) Ensure that delay slot instructions are not moved out of place (this
    was happening for some CALL instructions).  Basically, we need to
    move all delay slot instructions out of the graph and handle them
    along with the delayed control transfer instruction.
(2) Mark scheduled instructions correctly when instructions are scheduled
    in more than one cycle in a single step (due to delay slots).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@678 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-30 23:43:34 +00:00
..
Analysis *** empty log message *** 2001-09-30 23:28:04 +00:00
AsmParser Implement constant pointers, and null specifically in the parser, bytecode writer, and 2001-09-30 22:46:54 +00:00
Bytecode Implement constant pointers, and null specifically in the parser, bytecode writer, and 2001-09-30 22:46:54 +00:00
CodeGen Bug fixes: 2001-09-30 23:43:34 +00:00
ExecutionEngine File #include file 2001-09-28 22:56:43 +00:00
Support Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
Target Bug fixes: 2001-09-30 23:43:34 +00:00
Transforms Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
VMCore Implement a constant pointer value 2001-09-30 20:14:07 +00:00
Makefile Move the sparc target to a new lib/Target directory 2001-09-14 03:55:11 +00:00