* Add support for calling vararg functions (must pass doubles in int regs too)
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 6 Jul 2004 22:51:53 +0000 (22:51 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 6 Jul 2004 22:51:53 +0000 (22:51 +0000)
commitd18a31d2fab7626bc3396106990d982a0b699b38
tree81fc50005752d6f8e12e0fdb4a48971d54793983
parent4cf51125007f2c5a32a6de710ba8df094cb441db
* Add support for calling vararg functions (must pass doubles in int regs too)
* Make visitSetCondInst() share condition-generating code with EmitComparison()
* There are 13 FPRs for function-passing arguments, not 8
* Do not rely on registers being sequential, use an array lookup
* In unimplemented switch cases, send an error and abort instead of silent
  fall-through
* Add doInitialization() for adding function prototypes for external math fns
* Minor changes: fix indentation, spacing, code clarity

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