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.cpp
Age
Commit message (
Expand
)
Author
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-03-16
teach the ppc backend how to spill/reload vector regs
Chris Lattner
2006-03-16
Add support for copying registers. still needed: spilling and reloading them
Chris Lattner
2006-03-05
implement TII::insertNoop
Chris Lattner
2006-02-02
add 64b gpr store to the possible list of isStoreToStackSlot opcodes.
Nate Begeman
2006-02-02
implement isStoreToStackSlot for PPC
Chris Lattner
2006-02-02
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2005-10-19
teach ppc backend these are copies
Chris Lattner
2005-10-18
First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is
Nate Begeman
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
Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td
Chris Lattner
2005-10-07
Fix a CQ regression from my patch to split F32/F64 into seperate register
Chris Lattner
2005-10-01
Modify the ppc backend to use two register classes for FP: F8RC and F4RC.
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
2005-04-12
Initial support for allocation condition registers
Nate Begeman
2004-10-07
Add ori reg, reg, 0 as a move instruction. This can be generated from
Nate Begeman
2004-08-17
PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*
Misha Brukman