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
/
PowerPCTargetMachine.h
Age
Commit message (
Expand
)
Author
2005-10-14
Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-04
Add Subtarget support to PowerPC. Next up, using it.
Nate Begeman
2005-06-25
Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-27
Remove the ISel->AsmPrinter link via the TargetMachine that was put in
Nate Begeman
2004-11-23
Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless.
Chris Lattner
2004-09-04
All PPC instructions are now auto-printed
Nate Begeman
2004-08-17
Move variables and methods which need PPC{32,64}* distinction to subclasses
Misha Brukman
2004-08-14
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
Nate Begeman
2004-08-11
* Move AIX into the llvm namespace to be accessed from RegisterInfo
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-07-23
* Codegen of GEPs dramatically improved by folding multiplies and adds
Misha Brukman
2004-07-12
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
Misha Brukman
2004-06-21
Initial revision
Misha Brukman