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
/
PPC.h
Age
Commit message (
Expand
)
Author
2005-11-17
add an option to generate completely non-pic code, corresponding to what
Chris Lattner
2005-10-18
First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is
Nate Begeman
2005-10-14
Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td
Chris Lattner
2005-08-18
Remove the X86 and PowerPC Simple instruction selectors; their time has
Nate Begeman
2005-08-17
add prototype, remove dead proto
Chris Lattner
2005-08-05
Consolidate the GPOpt stuff to all use the Subtarget, instead of still
Chris Lattner
2005-08-04
Use the new subtarget support to automatically choose the correct ABI
Nate Begeman
2005-07-21
Support building non-PIC
Nate Begeman
2005-07-19
Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-15
Make pattern isel default for ppc
Nate Begeman
2005-04-05
Remove 64 bit simple ISel, it never worked correctly
Nate Begeman
2005-03-24
Addition of the PPC32 Pattern ISel. While it is far from complete, it will
Nate Begeman
2004-11-14
Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)
Misha Brukman
2004-09-04
All PPC instructions are now auto-printed
Nate Begeman
2004-08-17
Consistently name passed with 32 or 64 in their name
Misha Brukman
2004-08-14
Replace PowerPCPEI.cpp with target independant PrologEpilogInserter
Nate Begeman
2004-08-11
64-bit instruction selector and AIX-specific 64-bit asm printer
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
Add PowerPCBranchSelector to discover which are `long' branches.
Misha Brukman
2004-06-21
Initial revision
Misha Brukman