llvm-6502/lib
Alkis Evlogimenos f0339396c1 IMULri* instructions do not require their first two registers operands
to be the same (IOW they are not two address instructions).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11117 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-04 17:21:04 +00:00
..
Analysis Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This 2004-01-31 21:02:18 +00:00
Archive
AsmParser
Bytecode Remove all of the annoying statistics now that I'm finished (for the near 2004-02-01 01:50:31 +00:00
CodeGen When an instruction like: A += B had both A and B virtual registers 2004-02-03 01:13:07 +00:00
Debugger
ExecutionEngine Print an error message if we can't materialize the bytecode file 2004-02-01 01:07:25 +00:00
Linker Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Support Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
Target IMULri* instructions do not require their first two registers operands 2004-02-04 17:21:04 +00:00
Transforms Optimize the case where we are inlining a function that contains only one basic block, 2004-02-04 04:17:06 +00:00
VMCore Adjust to the new BB ctor 2004-02-04 03:57:50 +00:00
Makefile