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
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-3
/
+3
*
Fix miscompilations in the SparcV9 backend that were induced by this patch:
Chris Lattner
2004-10-18
1
-2
/
+12
*
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-10-15
1
-19
/
+42
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add some machine CFG related stuff
Chris Lattner
2004-07-31
1
-0
/
+4
*
Fix comment
Chris Lattner
2004-07-19
1
-3
/
+2
*
Delete 4 methods, make clients use hte mark* methods directly
Chris Lattner
2004-07-19
1
-7
/
+1
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-2
/
+8
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+1
*
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
1
-7
/
+2
*
Adding support to clone MachineInstr
Tanya Lattner
2004-05-23
1
-1
/
+13
*
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-04
1
-0
/
+1
*
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-03
1
-64
/
+99
*
Remove unneeded #include
Chris Lattner
2004-02-29
1
-1
/
+1
*
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-29
1
-11
/
+11
*
Make MachineOperand's immediate value an int and save 4 bytes out of
Alkis Evlogimenos
2004-02-27
1
-1
/
+1
*
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
[next]