index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPC64ISelSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 64 bit simple ISel, it never worked correctly
Nate Begeman
2005-04-05
1
-2946
/
+0
*
eliminate dead variables, patch contributed by Gabor Greif!
Chris Lattner
2005-03-24
1
-2
/
+0
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Several fixes and enhancements to the PPC32 backend.
Nate Begeman
2004-10-07
1
-1
/
+2
*
s/ISel/PPC64ISel/ to have unique class names for debugging via gdb because the
Misha Brukman
2004-09-21
1
-78
/
+81
*
Add 64 bit divide instructions, and use them
Nate Begeman
2004-09-06
1
-34
/
+11
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Improvements to int->float cast code for PPC-64
Nate Begeman
2004-08-29
1
-57
/
+49
*
Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch.
Misha Brukman
2004-08-19
1
-6
/
+6
*
On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24
Misha Brukman
2004-08-19
1
-7
/
+10
*
Fix more remaining 32-bit vestiges of PowerPC
Misha Brukman
2004-08-19
1
-6
/
+2
*
Fix another vestige of the 32-bit PowerPC backend.
Misha Brukman
2004-08-19
1
-3
/
+1
*
* Eliminate global base register, r2 is used for that on AIX/PowerPC
Misha Brukman
2004-08-19
1
-45
/
+6
*
Clean up floating point instruction selection.
Nate Begeman
2004-08-19
1
-44
/
+5
*
PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPC
Misha Brukman
2004-08-17
1
-13
/
+4
*
Longs are in one register on PowerPC 64; use appropriate instructions to oper...
Nate Begeman
2004-08-13
1
-158
/
+22
*
* Correct 64-bit version: blr 1 (not 0)
Misha Brukman
2004-08-12
1
-2
/
+2
*
* Pointers are 8 bytes, hence cLong type on 64-bit PPC
Misha Brukman
2004-08-12
1
-6
/
+8
*
64-bit instruction selector and AIX-specific 64-bit asm printer
Misha Brukman
2004-08-11
1
-0
/
+3199