index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-3
/
+3
*
isUnpredicatedTerminator should treat conditional branches as unpredicated te...
Evan Cheng
2007-07-06
1
-1
/
+4
*
Do not check isPredicated() on non-predicable instructions.
Evan Cheng
2007-07-05
1
-1
/
+4
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
1
-0
/
+7
*
Add missing const qualifiers.
Evan Cheng
2007-05-29
1
-1
/
+1
*
Rename a parameter.
Evan Cheng
2007-05-23
1
-4
/
+4
*
Remove. Not needed.
Evan Cheng
2007-05-17
1
-4
/
+0
*
Default implementation of TargetInstrInfo::getBlockSize().
Evan Cheng
2007-05-16
1
-0
/
+4
*
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
1
-14
/
+19
*
Add default implementation of PredicateInstruction().
Evan Cheng
2007-05-16
1
-0
/
+20
*
Move findTiedToSrcOperand to TargetInstrDescriptor.
Evan Cheng
2006-12-08
1
-12
/
+11
*
Use MI's TargetInstrDescriptor.
Evan Cheng
2006-12-08
1
-5
/
+4
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-1
/
+1
*
Remove the ugly SPARCV9 TargetInstrDescriptors hack.
Evan Cheng
2006-11-30
1
-13
/
+0
*
commuteInstruction should propagate kill / dead info.
Evan Cheng
2006-11-15
1
-0
/
+10
*
Rename
Evan Cheng
2006-11-01
1
-1
/
+3
*
Added getTiedToSrcOperand() to check for two-address'ness.
Evan Cheng
2006-11-01
1
-0
/
+12
*
Typo! How did we commute nodes before?!
Evan Cheng
2006-05-12
1
-1
/
+1
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-2
/
+2
*
remove some v9 specific code
Chris Lattner
2006-04-20
1
-20
/
+0
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-6
/
+6
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Finegrainify namespacification
Chris Lattner
2005-01-19
1
-7
/
+20
*
ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its
Brian Gaeke
2004-07-27
1
-5
/
+0
*
Adjust to change in TII ctor arguments
Chris Lattner
2004-02-29
1
-3
/
+2
*
Make this assertion more self-explanatory.
Brian Gaeke
2004-01-15
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Nice tasty llc fixes. These should fix LLC for x86 for everything in
Brian Gaeke
2003-06-27
1
-5
/
+0
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-1
/
+1
*
Start renaming MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
1
-16
/
+11
*
Pass on a targetmachine
Chris Lattner
2002-11-17
1
-2
/
+3
*
Add default implementation of printing interface
Chris Lattner
2002-11-17
1
-3
/
+5
*
Move TargetInstrDescriptors to MachineInstrInfo.cpp
Chris Lattner
2002-10-29
1
-0
/
+6
*
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-29
1
-3
/
+2
*
Seperate code out of TargetMachine into MachineInstrInfo
Chris Lattner
2002-10-28
1
-0
/
+56