llvm-6502/lib
Vikram S. Adve 3c3b713d55 Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
Relevant changes elsewhere:
Added MachineInstrInfo class and moved instruction-related members there.
Added several fields to MachineInstrDescriptor (and renamed it from
MachineInstrInfo.  Latency fields are to support scheduling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-28 04:19:10 +00:00
..
Analysis Fix a bug when compiling 'shl ubyte * %var, ubyte 2' 2001-07-25 22:47:32 +00:00
AsmParser Refactor some of the constant stuff so that we can return complex constant 2001-07-26 16:29:15 +00:00
Bytecode Add an arg to insertVal to allow us to prevent builtin types from being ignored 2001-07-26 16:28:37 +00:00
CodeGen Added UltraSparcInstrInfo class to specialize class MachineInstrInfo. 2001-07-28 04:19:10 +00:00
Support Fixed a bug exposed when doing something like this: <program> -notanoption --help 2001-07-25 18:40:49 +00:00
Target/SparcV9 Eliminate unused function. 2001-07-28 04:15:45 +00:00
Transforms Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
VMCore Don't write out constants that do not have a name, they will be inlined. 2001-07-26 16:29:38 +00:00
Makefile Make sure we build all of the code! 2001-07-21 21:04:03 +00:00