index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Age
Commit message (
Expand
)
Author
2004-04-16
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-03-04
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-02-29
Remove unneeded #include
Chris Lattner
2004-02-29
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-27
Make MachineOperand's immediate value an int and save 4 bytes out of
Alkis Evlogimenos
2004-02-22
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
Rename the opCode instance variable to Opcode
Chris Lattner
2004-02-12
Remove a dead field from MachineInstr!
Chris Lattner
2004-02-12
Add one more doxygen comment.
Brian Gaeke
2004-02-12
Express one of MachineOperand's many constructors in terms of another, by mea...
Brian Gaeke
2004-02-12
Remove these MachineOpCodeFlags and their accessor - they are never set.
Brian Gaeke
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
Remove getOpCode(). Help doxygenify some comments.
Brian Gaeke
2004-02-10
Urg, the X86 backend DOES use virtual register operands. :(
Chris Lattner
2004-02-10
Remove and simplify some of the bewildering collection of isFOORegister
Chris Lattner
2004-02-10
Eliminate MachineOperand::isPhysicalRegister. The X86 backend should use
Chris Lattner
2004-02-10
Simplify condition, this does not change the predicate at all though
Chris Lattner
2004-02-04
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-03
When an instruction like: A += B had both A and B virtual registers
Alkis Evlogimenos
2004-02-02
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
Add MachineOperand::setDef() and MachineOperand::setUse() so that the
Alkis Evlogimenos
2003-12-14
I wonder how this didn't cause any tests to fail...
Alkis Evlogimenos
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-01
Add some "useful" methods
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-05
Completely eliminate the per-machine-instruction regsUsed set.
Chris Lattner
2003-08-05
Do not insert physical regsiters into the regsUsed set
Chris Lattner
2003-08-05
Remove unused method
Chris Lattner
2003-08-05
All callers of these methods actually wanted them to preserve the flags,
Chris Lattner
2003-07-25
Add an assertion.
Vikram S. Adve
2003-07-10
Change interface to MachineInstr::substituteValue to specify more precisely
Vikram S. Adve
2003-07-02
Leak fix: delete old objects before reallocation in an assignment operator!
Vikram S. Adve
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Minor cleanups:
Chris Lattner
2003-06-02
Remove NonCopyable base class to clean up doxygen output
Chris Lattner
2003-05-31
Support for annul/pred and other future flags on op codes.
Vikram S. Adve
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-01-15
Remove obsolete ctor
Chris Lattner
2003-01-15
Add support for the CC registers for Sparc BE
Chris Lattner
[next]