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
/
PPCTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2004-11-23
Remove this method.
Chris Lattner
2004-11-23
Don't return value from void function. This is only temporary anyway while
Nate Begeman
2004-11-23
Be really paranoid about not breaking stuff yet
Chris Lattner
2004-11-23
Move JITInfo from PPCTM to PPC32TM
Chris Lattner
2004-11-20
Remove this method, it's not clear how it could be implemented indep of 32 or...
Chris Lattner
2004-10-25
Disable the JIT until it can sorta kinda work.
Chris Lattner
2004-10-10
bling bling!
Chris Lattner
2004-09-04
All PPC instructions are now auto-printed
Nate Begeman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-20
Do not register ppc64 yet, as it breaks the SparcV9 backend
Chris Lattner
2004-08-19
LR needs to be saved at 16-byte offset on a 64-bit arch
Misha Brukman
2004-08-17
No need for an `is64bit' flag
Misha Brukman
2004-08-14
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
Nate Begeman
2004-08-12
Disable PPC64 backend by default because LLC cannot choose automatically between
Misha Brukman
2004-08-11
* Move AIX into the llvm namespace to be accessed from RegisterInfo
Misha Brukman
2004-08-11
Hyphenate ##-bit and remove first-person from comments.
Misha Brukman
2004-08-11
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...
Nate Begeman
2004-08-11
Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.
Misha Brukman
2004-08-09
CodePrinter -> AsmPrinter
Misha Brukman
2004-08-06
Changes commited for Nate Begeman:
Chris Lattner
2004-07-27
Run the branch selection pass right before the asm printer.
Misha Brukman
2004-07-23
Bool alignment on MacOSX/PowerPC is 4 bytes.
Misha Brukman
2004-07-20
Shorts are aligned to 2 bytes, bools to 1 byte (in structs).
Misha Brukman
2004-07-20
Double alignment in structs is 4 bytes, not 8. Patch by Nate Begeman.
Misha Brukman
2004-07-17
We don't really need to #include IPO.h into this file.
Misha Brukman
2004-07-16
Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...
Misha Brukman
2004-07-15
Revert stuff that I didn't mean to checkin
Chris Lattner
2004-07-15
Patches towards fixing PR341
Chris Lattner
2004-07-12
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
Misha Brukman
2004-07-11
Delete the allocate*TargetMachine function, which is now dead.
Chris Lattner
2004-07-11
Make these format a bit nicer
Chris Lattner
2004-07-11
Auto-registrate target
Chris Lattner
2004-07-02
Fix all of those problems that the PPC backend has running 176.gcc :)
Chris Lattner
2004-07-01
Wrap long line
Misha Brukman
2004-06-29
Lower ConstantExpressions before the code generator.
Misha Brukman
2004-06-29
The code generator should work with unreachable blocks. If not, then this
Chris Lattner
2004-06-28
Can't print out machine code before it is constructed.
Misha Brukman
2004-06-25
Allow debugging machine instrs (by printout) before/after isel and regalloc
Misha Brukman
2004-06-24
Add option to print out machine code before register allocation.
Misha Brukman
2004-06-21
llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h
Misha Brukman
2004-06-21
Initial revision
Misha Brukman