summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC64ISelSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove 64 bit simple ISel, it never worked correctlyNate Begeman2005-04-051-2946/+0
* eliminate dead variables, patch contributed by Gabor Greif!Chris Lattner2005-03-241-2/+0
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Several fixes and enhancements to the PPC32 backend.Nate Begeman2004-10-071-1/+2
* s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because theMisha Brukman2004-09-211-78/+81
* Add 64 bit divide instructions, and use themNate Begeman2004-09-061-34/+11
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Improvements to int->float cast code for PPC-64Nate Begeman2004-08-291-57/+49
* Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch.Misha Brukman2004-08-191-6/+6
* On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24Misha Brukman2004-08-191-7/+10
* Fix more remaining 32-bit vestiges of PowerPCMisha Brukman2004-08-191-6/+2
* Fix another vestige of the 32-bit PowerPC backend.Misha Brukman2004-08-191-3/+1
* * Eliminate global base register, r2 is used for that on AIX/PowerPCMisha Brukman2004-08-191-45/+6
* Clean up floating point instruction selection.Nate Begeman2004-08-191-44/+5
* PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPCMisha Brukman2004-08-171-13/+4
* Longs are in one register on PowerPC 64; use appropriate instructions to oper...Nate Begeman2004-08-131-158/+22
* * Correct 64-bit version: blr 1 (not 0)Misha Brukman2004-08-121-2/+2
* * Pointers are 8 bytes, hence cLong type on 64-bit PPCMisha Brukman2004-08-121-6/+8
* 64-bit instruction selector and AIX-specific 64-bit asm printerMisha Brukman2004-08-111-0/+3199
OpenPOWER on IntegriCloud