* Differentiate between global and weak symbol loads
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 15:51:37 +0000 (15:51 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 20 Jul 2004 15:51:37 +0000 (15:51 +0000)
commitec6319a00c91b000128608c57fd8a7a79adfe51b
tree46d6beb883d43b855c5328c2810b25b582001983
parente48178e8a652623c5c675f0f9dc495053ca76d2b
* Differentiate between global and weak symbol loads
* Fix functions that take more than 32 bytes of args
* Alignment of doubles in structs is 4 bytes, not 8
* Fix passing long args: rN = hi, rN+1 = lo
* Rewrite signed divide
* Rewrite Intrinsic::returnaddress

Patch courtesy of Nate Begeman.

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