Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c9f5f3f64f896d0a8c8fa35a1dd98bc57b8960f6
/
lib
/
Target
/
PowerPC
/
PPCInstrInfo.h
c9f5f3f
Change target-specific classes to use more precise static types.
by Dan Gohman
· 17 years ago
52e724a
Infrastructure for getting the machine code size of a function and an instruction. X86, PowerPC and ARM are implemented
by Nicolas Geoffray
· 17 years ago
950a4c4
Add explicit keywords.
by Dan Gohman
· 17 years ago
4a66e9a
Change the "enable/disable" mechanism so that we can enable PPC register
by Bill Wendling
· 17 years ago
6f0d024
Rename MRegisterInfo to TargetRegisterInfo.
by Dan Gohman
· 18 years ago
5fd79d0
It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned.
by Evan Cheng
· 18 years ago
43dbe05
Move even more functionality from MRegisterInfo into TargetInstrInfo.
by Owen Anderson
· 18 years ago
f6372aa
Move some more instruction creation methods from RegisterInfo into InstrInfo.
by Owen Anderson
· 18 years ago
6410552
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
by Chris Lattner
· 18 years ago
d10fd97
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
by Owen Anderson
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
b5cdaa2
RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
by Evan Cheng
· 18 years ago
1ee2925
Make LABEL a builtin opcode.
by Jim Laskey
· 19 years ago
df4ed63
start using PPC predicates more consistently.
by Chris Lattner
· 19 years ago
ef13982
implement the BlockHasNoFallThrough hook
by Chris Lattner
· 19 years ago
ae1dc40
expose DWARF_LABEL opcode# so the branch folder can update debug info properly.
by Chris Lattner
· 19 years ago
c50e2bc
implement branch inspection/modification methods.
by Chris Lattner
· 19 years ago
b1d26f6
Implement the getPointerRegClass method, which is required for the ptr_rc
by Chris Lattner
· 19 years ago
d74ea2b
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Chris Lattner
· 19 years ago
fd97734
Mark instructions that are cracked by the PPC970 decoder as such.
by Chris Lattner
· 19 years ago
88d211f
Several big changes:
by Chris Lattner
· 19 years ago
bbf1c72
implement TII::insertNoop
by Chris Lattner
· 19 years ago
6524287
implement isStoreToStackSlot for PPC
by Chris Lattner
· 20 years ago
4083960
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :)
by Chris Lattner
· 20 years ago
c16257f
fix out of date comment
by Chris Lattner
· 20 years ago
e44b2d1
Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll
by Chris Lattner
· 20 years ago
21e463b
More PPC32 -> PPC changes, as well as merging some classes that were
by Nate Begeman
· 20 years ago
16e71f2
Rename PPC32*.h to PPC*.h
by Chris Lattner
· 20 years ago
2668959
Rename PowerPC*.h to PPC*.h
by Chris Lattner
· 20 years ago
617742b
Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions
by Chris Lattner
· 20 years ago
043870d
Teach the code generator that rlwimi is commutable if the rotate amount
by Chris Lattner
· 20 years ago
b5f662f
Remove trailing whitespace
by Misha Brukman
· 20 years ago
f2ccb77
PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*
by Misha Brukman
· 21 years ago