Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ee09e66a01abccef6b50b1443018dba417b5744f
/
llvm
/
lib
/
Target
/
TargetInstrInfo.cpp
03ad885
rename TargetInstrDescriptor -> TargetInstrDesc.
by Chris Lattner
· 18 years ago
b0d06b4
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
by Chris Lattner
· 18 years ago
a98c679
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
by Chris Lattner
· 18 years ago
25568e4
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
by Chris Lattner
· 18 years ago
a5bb370
Add new shorter predicates for testing machine operands for various types:
by Chris Lattner
· 18 years ago
6005589
More cleanups for MachineOperand:
by Chris Lattner
· 18 years ago
5c46378
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewise setImmedValue -> setImm
by Chris Lattner
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
9da02f5
Remove isReg, isImm, and isMBB, and change all their users to use
by Dan Gohman
· 18 years ago
d771e05
isUnpredicatedTerminator should treat conditional branches as unpredicated terminator.
by Evan Cheng
· 18 years ago
0721084
Do not check isPredicated() on non-predicable instructions.
by Evan Cheng
· 18 years ago
5514bbe
Add a utility routine to check for unpredicated terminator instruction.
by Evan Cheng
· 18 years ago
5983bdb
Add missing const qualifiers.
by Evan Cheng
· 18 years ago
c972de8
Rename a parameter.
by Evan Cheng
· 18 years ago
2db2202
Remove. Not needed.
by Evan Cheng
· 18 years ago
733b4bd
Default implementation of TargetInstrInfo::getBlockSize().
by Evan Cheng
· 18 years ago
dcff2eb
PredicateInstruction returns true if the operation was successful.
by Evan Cheng
· 18 years ago
973c373
Add default implementation of PredicateInstruction().
by Evan Cheng
· 18 years ago
78cb08d
Move findTiedToSrcOperand to TargetInstrDescriptor.
by Evan Cheng
· 19 years ago
b5f1c22
Use MI's TargetInstrDescriptor.
by Evan Cheng
· 19 years ago
67fc141
Match TargetInstrInfo changes.
by Evan Cheng
· 19 years ago
fef6400
Remove the ugly SPARCV9 TargetInstrDescriptors hack.
by Evan Cheng
· 19 years ago
c57819d
commuteInstruction should propagate kill / dead info.
by Evan Cheng
· 19 years ago
93cdd14
Rename
by Evan Cheng
· 19 years ago
1b2e60e
Added getTiedToSrcOperand() to check for two-address'ness.
by Evan Cheng
· 19 years ago
c30a555
Typo! How did we commute nodes before?!
by Evan Cheng
· 19 years ago
10d6341
Move some methods out of MachineInstr into MachineOperand
by Chris Lattner
· 20 years ago
3e55217
remove some v9 specific code
by Chris Lattner
· 20 years ago
e73e76d
Convert tabs to spaces
by Misha Brukman
· 21 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
f6932b7
Finegrainify namespacification
by Chris Lattner
· 21 years ago
fa8ab0a
ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its
by Brian Gaeke
· 21 years ago
ed01da8
Adjust to change in TII ctor arguments
by Chris Lattner
· 22 years ago
361c004
Make this assertion more self-explanatory.
by Brian Gaeke
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
c1e4ee0
Nice tasty llc fixes. These should fix LLC for x86 for everything in
by Brian Gaeke
· 22 years ago
b4d58d7
Rename MachineInstrInfo -> TargetInstrInfo
by Chris Lattner
· 23 years ago
0d5644b
Start renaming MachineInstrInfo -> TargetInstrInfo
by Chris Lattner
· 23 years ago
63d8375
Pass on a targetmachine
by Chris Lattner
· 23 years ago
8693803
Add default implementation of printing interface
by Chris Lattner
· 23 years ago
268d600
Move TargetInstrDescriptors to MachineInstrInfo.cpp
by Chris Lattner
· 23 years ago
01efae0
MachineInstrInfo doesn't need a TargetMachine
by Chris Lattner
· 23 years ago
910b82f
Seperate code out of TargetMachine into MachineInstrInfo
by Chris Lattner
· 23 years ago