Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Misha Brukman ba5c703619 Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
SETTING the operand to be an immediate or have verified that one of the operands
is really a SignExtended or Unextended immediate value already, which warrants
an 'i' opcode.

llvm-svn: 6662
2003-06-07 02:34:43 +00:00
docs Fix minor bug 2003-06-03 04:40:06 +00:00
include Made changes suggested by Chris 2003-06-04 08:03:57 +00:00
lib Do not hastily change the Opcode from 'r' to 'i' type if we're not actually 2003-06-07 02:34:43 +00:00
runtime
support Old versions of GCC doesn't have <ostream> :( 2003-06-06 23:06:20 +00:00
test Return 'int 0' instead of 'void' so that the test can be seen as successful. 2003-06-06 08:00:40 +00:00
tools Remove duplicate pass 2003-06-05 20:51:10 +00:00
utils
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile
Makefile.common
Makefile.config
Makefile.Linux
Makefile.rules
Makefile.SunOS