1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Vikram S. Adve ce164753ad 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.

llvm-svn: 308
2001-07-28 04:09: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 Added MachineInstrInfo class and moved instruction-related members there. 2001-07-28 04:09: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