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

llvm-svn: 307
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 support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +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
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