index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPC64ISelSimple.cpp
Age
Commit message (
Expand
)
Author
2005-04-05
Remove 64 bit simple ISel, it never worked correctly
Nate Begeman
2005-03-24
eliminate dead variables, patch contributed by Gabor Greif!
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-10-07
Several fixes and enhancements to the PPC32 backend.
Nate Begeman
2004-09-21
s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because the
Misha Brukman
2004-09-06
Add 64 bit divide instructions, and use them
Nate Begeman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Improvements to int->float cast code for PPC-64
Nate Begeman
2004-08-19
Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch.
Misha Brukman
2004-08-19
On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24
Misha Brukman
2004-08-19
Fix more remaining 32-bit vestiges of PowerPC
Misha Brukman
2004-08-19
Fix another vestige of the 32-bit PowerPC backend.
Misha Brukman
2004-08-19
* Eliminate global base register, r2 is used for that on AIX/PowerPC
Misha Brukman
2004-08-19
Clean up floating point instruction selection.
Nate Begeman
2004-08-17
PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC
Misha Brukman
2004-08-13
Longs 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 PPC
Misha Brukman
2004-08-11
64-bit instruction selector and AIX-specific 64-bit asm printer
Misha Brukman