index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-5
/
+5
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Move the getInlineAsmLength virtual method from TAI to TII, where
Chris Lattner
2009-08-02
1
-9
/
+48
*
move a virtual method body to its .cpp file to avoid a #include
Chris Lattner
2009-08-02
1
-2
/
+9
*
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-29
1
-10
/
+0
*
1. Introduce a new TargetOperandInfo::getRegClass() helper method
Chris Lattner
2009-07-29
1
-4
/
+13
*
Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.
Evan Cheng
2009-05-05
1
-0
/
+13
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-13
/
+0
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-7
/
+7
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-10
/
+9
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-42
/
+0
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-4
/
+4
*
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
1
-8
/
+2
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
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
[next]