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
/
X86
/
X86InstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-1
/
+1
*
Constify the machine instruction passed into the
Bill Wendling
2008-05-12
1
-1
/
+1
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
1
-0
/
+15
*
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
1
-0
/
+4
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+1
*
Get rid of a pseudo instruction and replace it with subreg based operation on...
Christopher Lamb
2008-03-13
1
-9
/
+1
*
Recommitting parts of r48130. These do not appear to cause the observed failu...
Christopher Lamb
2008-03-11
1
-0
/
+8
*
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
Evan Cheng
2008-03-10
1
-8
/
+0
*
Allow insert_subreg into implicit, target-specific values.
Christopher Lamb
2008-03-10
1
-0
/
+8
*
Add lock prefix support to x86. Also add the instructions necessary for the ...
Andrew Lenharth
2008-03-01
1
-1
/
+5
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
1
-2
/
+4
*
Simplify the side effect stuff a bit more and make licm/sinking
Chris Lattner
2008-01-10
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-1
/
+1
*
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+56
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+9
*
Machine LICM will check that operands are defined outside of the loop. Also
Bill Wendling
2008-01-02
1
-7
/
+0
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+19
*
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
/
+5
*
If we have a load of a global address that's not modified during the
Bill Wendling
2007-12-30
1
-0
/
+9
*
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
-1
/
+2
*
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
*
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-29
1
-1
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+287