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
/
PPCInstrInfo.h
Age
Commit message (
Expand
)
Author
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-03-13
Mark instructions that are cracked by the PPC970 decoder as such.
Chris Lattner
2006-03-12
Several big changes:
Chris Lattner
2006-03-05
implement TII::insertNoop
Chris Lattner
2006-02-02
implement isStoreToStackSlot for PPC
Chris Lattner
2006-02-02
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2006-01-18
fix out of date comment
Chris Lattner
2006-01-18
Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll
Chris Lattner
2005-10-16
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-14
Rename PPC32*.h to PPC*.h
Chris Lattner
2005-10-14
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-10-14
Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions
Chris Lattner
2005-09-09
Teach the code generator that rlwimi is commutable if the rotate amount
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-08-17
PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*
Misha Brukman