* Change bool from cInt to cByte (for now)
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Jul 2004 15:58:04 +0000 (15:58 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 22 Jul 2004 15:58:04 +0000 (15:58 +0000)
commit2ed17cadb4fb2f7867494702ca58813254fff853
tree80749199d7d88dbfa9104177162dc7d9521a7afc
parent77c4c4da24a7dc4906eed82a8f0944dee9e2367f
* Change bool from cInt to cByte (for now)
* Don't allow negative immediates to users of unsigned immediates
* Fix long compares
* Support <const int>, op as a potential immediate candidate
* Fix sign extension of short and byte loads
* Fix and improve integer casts
* Fix passing of doubles as vararg functions

Patch contributed by Nate Begeman.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15109 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC32ISelSimple.cpp
lib/Target/PowerPC/PowerPCISelSimple.cpp