Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
cbb9812d0df6b64d42c3b2687c877050612a7129
/
lib
/
Target
/
PowerPC
/
PPCTargetMachine.cpp
cbb9812
bling bling!
by Chris Lattner
· 21 years ago
ed42853
All PPC instructions are now auto-printed
by Nate Begeman
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
f908888
Do not register ppc64 yet, as it breaks the SparcV9 backend
by Chris Lattner
· 21 years ago
983e92d
LR needs to be saved at 16-byte offset on a 64-bit arch
by Misha Brukman
· 21 years ago
66aa3e0
No need for an `is64bit' flag
by Misha Brukman
· 21 years ago
ca068e8
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
by Nate Begeman
· 21 years ago
f5f7068
Disable PPC64 backend by default because LLC cannot choose automatically between
by Misha Brukman
· 21 years ago
1d3527e
* Move AIX into the llvm namespace to be accessed from RegisterInfo
by Misha Brukman
· 21 years ago
9582822
Hyphenate ##-bit and remove first-person from comments.
by Misha Brukman
· 21 years ago
7a4fe9b
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer.
by Nate Begeman
· 21 years ago
0145881
Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.
by Misha Brukman
· 21 years ago
7103fba
CodePrinter -> AsmPrinter
by Misha Brukman
· 21 years ago
3ea9346
by Chris Lattner
· 21 years ago
bd2c870
Run the branch selection pass right before the asm printer.
by Misha Brukman
· 21 years ago
9accb24
Bool alignment on MacOSX/PowerPC is 4 bytes.
by Misha Brukman
· 21 years ago
cd2273f
Shorts are aligned to 2 bytes, bools to 1 byte (in structs).
by Misha Brukman
· 21 years ago
5c45441
Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman.
by Misha Brukman
· 21 years ago
a57b76f
We don't really need to #include IPO.h into this file.
by Misha Brukman
· 21 years ago
6f14ad1
Define double alignment as 8 bytes now that assert(DoubleAlignment == PointerSize)
by Misha Brukman
· 21 years ago
017fdcb
Revert stuff that I didn't mean to checkin
by Chris Lattner
· 21 years ago
76e2df2
Patches towards fixing PR341
by Chris Lattner
· 21 years ago
01eca8d
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
by Misha Brukman
· 21 years ago
68905bb
Delete the allocate*TargetMachine function, which is now dead.
by Chris Lattner
· 21 years ago
71d24aa
Make these format a bit nicer
by Chris Lattner
· 21 years ago
d36c970
Auto-registrate target
by Chris Lattner
· 21 years ago
fab96f0
Fix all of those problems that the PPC backend has running 176.gcc :)
by Chris Lattner
· 21 years ago
f233a84
Wrap long line
by Misha Brukman
· 21 years ago
60f3581
Lower ConstantExpressions before the code generator.
by Misha Brukman
· 21 years ago
1b17438
The code generator should work with unreachable blocks. If not, then this
by Chris Lattner
· 21 years ago
7cd4440
Can't print out machine code before it is constructed.
by Misha Brukman
· 21 years ago
34fa871
Allow debugging machine instrs (by printout) before/after isel and regalloc
by Misha Brukman
· 21 years ago
75afe1f
Add option to print out machine code before register allocation.
by Misha Brukman
· 21 years ago
8c9f520
llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h
by Misha Brukman
· 21 years ago
5dfe3a9
Initial revision
by Misha Brukman
· 21 years ago