llvm-6502/lib
Vikram S. Adve 6a175e01eb Eliminate separate enum for operand register type.
Use union for alternative data for different operand types.
Add iterator over Value* operands in a MachineInstr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-28 04:06:37 +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 Eliminate separate enum for operand register type. 2001-07-28 04:06:37 +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 Changed printValue() to print constant value if the value is a constant. 2001-07-24 18:21:21 +00:00
Transforms
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