aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC64ISelSimple.cpp
AgeCommit message (Expand)Author
2005-04-05Remove 64 bit simple ISel, it never worked correctlyNate Begeman
2005-03-24eliminate dead variables, patch contributed by Gabor Greif!Chris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-10-07Several fixes and enhancements to the PPC32 backend.Nate Begeman
2004-09-21s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because theMisha Brukman
2004-09-06Add 64 bit divide instructions, and use themNate Begeman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Improvements to int->float cast code for PPC-64Nate Begeman
2004-08-19Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch.Misha Brukman
2004-08-19On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24Misha Brukman
2004-08-19Fix more remaining 32-bit vestiges of PowerPCMisha Brukman
2004-08-19Fix another vestige of the 32-bit PowerPC backend.Misha Brukman
2004-08-19* Eliminate global base register, r2 is used for that on AIX/PowerPCMisha Brukman
2004-08-19Clean up floating point instruction selection.Nate Begeman
2004-08-17PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPCMisha Brukman
2004-08-13Longs are in one register on PowerPC 64; use appropriate instructions to oper...Nate Begeman
2004-08-12* Correct 64-bit version: blr 1 (not 0)Misha Brukman
2004-08-12* Pointers are 8 bytes, hence cLong type on 64-bit PPCMisha Brukman
2004-08-1164-bit instruction selector and AIX-specific 64-bit asm printerMisha Brukman