llvm-6502/lib
Vikram S. Adve e9a567cc77 1. Fix a case that was marking the invalid reg. num. (-1) as used,
causing a nasty array bound error later.
2. Fix silly typo causing logical shift of unsigned long to use
   SRL instead of SRLX.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7330 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-25 21:08:58 +00:00
..
Analysis Dont' try to parse the colon 2003-07-25 20:49:29 +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 (1) Change the way unused regs. are marked and found to consider regType 2003-07-25 21:06:09 +00:00
ExecutionEngine Fix space 2003-07-23 20:21:06 +00:00
Linker Fix Bug: Linker/2003-05-15-TypeProblem.ll 2003-05-15 16:30:55 +00:00
Support Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, 2003-07-25 20:21:20 +00:00
Target 1. Fix a case that was marking the invalid reg. num. (-1) as used, 2003-07-25 21:08:58 +00:00
Transforms Instcombine: (A >> c1) << c2 for signed integers 2003-07-24 18:38:56 +00:00
VMCore Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, 2003-07-25 20:21:20 +00:00
Makefile Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00