index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a wordo that gordon noticed :)
Chris Lattner
2008-01-12
1
-1
/
+1
*
Any x86 instruction that reads from an invariant location is invariant.
Chris Lattner
2008-01-12
1
-43
/
+24
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
1
-4
/
+4
*
remove xchg and shift-reg-by-1 instructions, which are dead.
Chris Lattner
2008-01-11
1
-14
/
+2
*
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
1
-10
/
+13
*
verify that the frame index is immutable before remat'ing (still disabled)
Chris Lattner
2008-01-10
1
-7
/
+10
*
add a testcase
Chris Lattner
2008-01-09
1
-5
/
+4
*
Operand 1 should be a register. We don't care if it's a preg, vreg, or 0.
Bill Wendling
2008-01-07
1
-13
/
+9
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-13
/
+13
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-7
/
+7
*
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Add predicates methods to TargetOperandInfo, and switch all clients
Chris Lattner
2008-01-07
1
-4
/
+4
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-12
/
+11
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+1031
*
Fix comment.
Bill Wendling
2008-01-05
1
-2
/
+1
*
Chris and Evan noticed that this check was compleatly fubared. I was
Bill Wendling
2008-01-05
1
-1
/
+4
*
enable sinking and licm of loads from the argument area. I'd like to enable ...
Chris Lattner
2008-01-05
1
-0
/
+21
*
simplify some code by using shorter accessors.
Chris Lattner
2008-01-05
1
-17
/
+17
*
revert my previous patch.
Chris Lattner
2008-01-05
1
-10
/
+29
*
factor some code better to avoid redundancy between
Chris Lattner
2008-01-05
1
-29
/
+10
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+41
*
Machine LICM will check that operands are defined outside of the loop. Also
Bill Wendling
2008-01-02
1
-33
/
+1
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+142
*
Fix a bug in my previous patch: refer to the impl not the pure virtual versio...
Chris Lattner
2008-01-01
1
-1
/
+1
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-1
/
+1
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-0
/
+68
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-4
/
+4
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-11
/
+11
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-12
/
+12
*
If we have a load of a global address that's not modified during the
Bill Wendling
2007-12-30
1
-3
/
+51
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I
Bill Wendling
2007-12-17
1
-0
/
+34
*
Reverting 44702. It wasn't correct to rename them.
Bill Wendling
2007-12-08
1
-1
/
+1
*
Renaming:
Bill Wendling
2007-12-08
1
-1
/
+1
*
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-10-11
1
-0
/
+2
*
Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte.
Evan Cheng
2007-10-09
1
-6
/
+13
*
Allow x86 compare to be commutable by default.
Evan Cheng
2007-10-08
1
-9
/
+0
*
Commute x86 cmove instructions by swapping the operands and change the condition
Evan Cheng
2007-10-05
1
-1
/
+101
*
Enable convertToThreeAddress for X86 by default.
Evan Cheng
2007-10-05
1
-9
/
+0
*
INC64_32r -> LEA64_32r is better than INC64_32r -> LEA32r, but it still can
Evan Cheng
2007-10-05
1
-8
/
+4
*
In 64-bit mode, avoid using leal with 32-bit 32-bit address size, e.g.
Evan Cheng
2007-10-05
1
-89
/
+98
*
Add support to convert more 64-bit instructions to 3-address instructions.
Evan Cheng
2007-10-05
1
-8
/
+25
*
Testing convertToThreeeAddress as X86 llcbeta.
Evan Cheng
2007-10-05
1
-5
/
+24
*
Enabling new condition code modeling scheme.
Evan Cheng
2007-09-29
1
-56
/
+16
*
Added support for new condition code modeling scheme (i.e. physical register ...
Evan Cheng
2007-09-25
1
-16
/
+57
*
Add 64-bit jmp instructions to the list of instructions that
Dan Gohman
2007-09-17
1
-0
/
+2
*
Add patterns for SHLD64* and SHRD64*.
Dan Gohman
2007-09-14
1
-1
/
+5
*
Add implicit def of EFLAGS on those instructions that may modify flags.
Evan Cheng
2007-09-14
1
-12
/
+12
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-1
/
+2
*
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-06
1
-25
/
+15
[next]