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-11-19
Instead of storing std::string's for ExternalSymbol references, rely on the
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-18
Fix miscompilations in the SparcV9 backend that were induced by this patch:
Chris Lattner
2004-10-15
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-31
Add some machine CFG related stuff
Chris Lattner
2004-07-19
Fix comment
Chris Lattner
2004-07-19
Delete 4 methods, make clients use hte mark* methods directly
Chris Lattner
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-05-24
Changed clone to be const.
Tanya Lattner
2004-05-23
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
Adding support to clone MachineInstr
Tanya Lattner
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
[next]