index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
All PPC instructions are now auto-printed
Nate Begeman
2004-09-04
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Do not register ppc64 yet, as it breaks the SparcV9 backend
Chris Lattner
2004-08-20
1
-0
/
+3
*
LR needs to be saved at 16-byte offset on a 64-bit arch
Misha Brukman
2004-08-19
1
-4
/
+4
*
No need for an `is64bit' flag
Misha Brukman
2004-08-17
1
-14
/
+12
*
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
Nate Begeman
2004-08-14
1
-10
/
+7
*
Disable PPC64 backend by default because LLC cannot choose automatically between
Misha Brukman
2004-08-12
1
-2
/
+2
*
* Move AIX into the llvm namespace to be accessed from RegisterInfo
Misha Brukman
2004-08-11
1
-10
/
+14
*
Hyphenate ##-bit and remove first-person from comments.
Misha Brukman
2004-08-11
1
-4
/
+4
*
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...
Nate Begeman
2004-08-11
1
-2
/
+127
*
Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.
Misha Brukman
2004-08-11
1
-81
/
+14
*
CodePrinter -> AsmPrinter
Misha Brukman
2004-08-09
1
-1
/
+1
*
Changes commited for Nate Begeman:
Chris Lattner
2004-08-06
1
-1
/
+4
*
Run the branch selection pass right before the asm printer.
Misha Brukman
2004-07-27
1
-0
/
+2
*
Bool alignment on MacOSX/PowerPC is 4 bytes.
Misha Brukman
2004-07-23
1
-1
/
+1
*
Shorts are aligned to 2 bytes, bools to 1 byte (in structs).
Misha Brukman
2004-07-20
1
-1
/
+1
*
Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman.
Misha Brukman
2004-07-20
1
-1
/
+1
*
We don't really need to #include IPO.h into this file.
Misha Brukman
2004-07-17
1
-1
/
+0
*
Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...
Misha Brukman
2004-07-16
1
-5
/
+3
*
Revert stuff that I didn't mean to checkin
Chris Lattner
2004-07-15
1
-1
/
+1
*
Patches towards fixing PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
Misha Brukman
2004-07-12
1
-0
/
+20
*
Delete the allocate*TargetMachine function, which is now dead.
Chris Lattner
2004-07-11
1
-9
/
+1
*
Make these format a bit nicer
Chris Lattner
2004-07-11
1
-1
/
+1
*
Auto-registrate target
Chris Lattner
2004-07-11
1
-0
/
+7
*
Fix all of those problems that the PPC backend has running 176.gcc :)
Chris Lattner
2004-07-02
1
-0
/
+6
*
Wrap long line
Misha Brukman
2004-07-01
1
-1
/
+2
*
Lower ConstantExpressions before the code generator.
Misha Brukman
2004-06-29
1
-0
/
+4
*
The code generator should work with unreachable blocks. If not, then this
Chris Lattner
2004-06-29
1
-8
/
+0
*
Can't print out machine code before it is constructed.
Misha Brukman
2004-06-28
1
-3
/
+0
*
Allow debugging machine instrs (by printout) before/after isel and regalloc
Misha Brukman
2004-06-25
1
-0
/
+7
*
Add option to print out machine code before register allocation.
Misha Brukman
2004-06-24
1
-0
/
+4
*
llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h
Misha Brukman
2004-06-21
1
-2
/
+2
*
Initial revision
Misha Brukman
2004-06-21
1
-0
/
+88