Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
93f96d00bf10299246ea726956ce84dcb4b9a59e
/
lib
/
Target
/
Sparc
/
SparcInstrInfo.cpp
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
8aa797a
Add new shorter predicates for testing machine operands for various types:
by Chris Lattner
· 18 years ago
9a1ceae
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm
by Chris Lattner
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
718cb66
Add lengthof and endof templates that hide a lot of sizeof computations.
by Owen Anderson
· 18 years ago
6ae3626
RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
by Evan Cheng
· 18 years ago
c0f64ff
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
by Evan Cheng
· 19 years ago
7ce4578
Matches MachineInstr changes.
by Evan Cheng
· 19 years ago
3d7d39a
fix warning about missing newline at end of file
by Rafael Espindola
· 19 years ago
e87146a
implement uncond branch insertion for sparc to fix regressions from last night
by Chris Lattner
· 19 years ago
7c90f73
Rename SPARC V8 target to be the LLVM SPARC target.
by Chris Lattner
· 20 years ago
329a515
fix a bug in my last checkin
by Chris Lattner
· 20 years ago
69d3909
Two changes:
by Chris Lattner
· 20 years ago
5ccc722
Implement isLoadFromStackSlot and isStoreToStackSlot
by Chris Lattner
· 20 years ago
abfc2a7
Tighten up some checks
by Chris Lattner
· 20 years ago
b5f662f
Remove trailing whitespace
by Misha Brukman
· 20 years ago
4658ba1
Look for many more moves to fold (previously, we only
by Brian Gaeke
· 21 years ago
9ed9204
Recognize FpMOVD as a move.
by Brian Gaeke
· 21 years ago
9b8ed0e
Fix bug recognizing moves: isMoveInstr should only treat ORs with %g0 as
by Brian Gaeke
· 21 years ago
1d6dc97
I think that V8 should coallesce registers, don't you?
by Chris Lattner
· 21 years ago
dce363d
Adjust to change in TII ctor arguments
by Chris Lattner
· 21 years ago
1ddf475
These two virtual methods are never called.
by Chris Lattner
· 21 years ago
e785e53
SparcV8 skeleton
by Brian Gaeke
· 21 years ago