index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2007-05-18
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2006-11-17
start using PPC predicates more consistently.
Chris Lattner
2006-10-28
implement the BlockHasNoFallThrough hook
Chris Lattner
2006-10-17
expose DWARF_LABEL opcode# so the branch folder can update debug info properly.
Chris Lattner
2006-10-13
implement branch inspection/modification methods.
Chris Lattner
2006-06-17
Implement the getPointerRegClass method, which is required for the ptr_rc
Chris Lattner
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