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
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
1
-75
/
+68
*
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
1
-1
/
+1
*
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-22
1
-0
/
+7
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
1
-1
/
+2
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-4
/
+1
*
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
1
-47
/
+2
*
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
1
-14
/
+58
*
Rename the opCode instance variable to Opcode
Chris Lattner
2004-02-12
1
-3
/
+3
*
Remove a dead field from MachineInstr!
Chris Lattner
2004-02-12
1
-1
/
+0
*
Add one more doxygen comment.
Brian Gaeke
2004-02-12
1
-4
/
+2
*
Express one of MachineOperand's many constructors in terms of another, by mea...
Brian Gaeke
2004-02-12
1
-7
/
+1
*
Remove these MachineOpCodeFlags and their accessor - they are never set.
Brian Gaeke
2004-02-12
1
-13
/
+1
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-1
/
+15
*
Remove getOpCode(). Help doxygenify some comments.
Brian Gaeke
2004-02-12
1
-11
/
+5
*
Urg, the X86 backend DOES use virtual register operands. :(
Chris Lattner
2004-02-10
1
-4
/
+7
*
Remove and simplify some of the bewildering collection of isFOORegister
Chris Lattner
2004-02-10
1
-14
/
+8
*
Eliminate MachineOperand::isPhysicalRegister. The X86 backend should use
Chris Lattner
2004-02-10
1
-4
/
+0
*
Simplify condition, this does not change the predicate at all though
Chris Lattner
2004-02-10
1
-1
/
+3
*
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-04
1
-12
/
+8
*
When an instruction like: A += B had both A and B virtual registers
Alkis Evlogimenos
2004-02-03
1
-0
/
+6
*
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
1
-3
/
+0
*
Add MachineOperand::setDef() and MachineOperand::setUse() so that the
Alkis Evlogimenos
2004-02-02
1
-0
/
+3
*
I wonder how this didn't cause any tests to fail...
Alkis Evlogimenos
2003-12-14
1
-2
/
+2
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-20
/
+16
*
Add some "useful" methods
Chris Lattner
2003-12-01
1
-0
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-2
/
+1
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
1
-1
/
+1
*
Completely eliminate the per-machine-instruction regsUsed set.
Chris Lattner
2003-08-05
1
-15
/
+0
*
Do not insert physical regsiters into the regsUsed set
Chris Lattner
2003-08-05
1
-2
/
+0
*
Remove unused method
Chris Lattner
2003-08-05
1
-3
/
+0
*
All callers of these methods actually wanted them to preserve the flags,
Chris Lattner
2003-08-05
1
-10
/
+4
*
Add an assertion.
Vikram S. Adve
2003-07-25
1
-2
/
+1
*
Change interface to MachineInstr::substituteValue to specify more precisely
Vikram S. Adve
2003-07-10
1
-1
/
+2
*
Leak fix: delete old objects before reallocation in an assignment operator!
Vikram S. Adve
2003-07-02
1
-0
/
+2
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-1
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Minor cleanups:
Chris Lattner
2003-06-03
1
-52
/
+29
*
Remove NonCopyable base class to clean up doxygen output
Chris Lattner
2003-06-02
1
-3
/
+3
*
Support for annul/pred and other future flags on op codes.
Vikram S. Adve
2003-05-31
1
-14
/
+51
*
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-05-27
1
-46
/
+27
*
Remove obsolete ctor
Chris Lattner
2003-01-15
1
-1
/
+0
*
Add support for the CC registers for Sparc BE
Chris Lattner
2003-01-15
1
-0
/
+8
*
Move annotation to support library
Chris Lattner
2003-01-14
1
-3
/
+2
*
* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...
Chris Lattner
2003-01-13
1
-23
/
+111
*
* Frame indices are signed
Chris Lattner
2002-12-28
1
-22
/
+32
*
*** empty log message ***
Chris Lattner
2002-12-25
1
-12
/
+20
*
Add new opIsUse method
Chris Lattner
2002-12-15
1
-4
/
+7
*
Add capability to have a MachineBasicBlock as an operand to a MachineInstr
Chris Lattner
2002-12-15
1
-6
/
+31
[next]