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
/
lib
/
CodeGen
/
MachineInstr.cpp
Age
Commit message (
Expand
)
Author
2006-10-25
be more aggressive about matching identical instructions.
Chris Lattner
2006-10-20
implement MachineOperand::isIdenticalTo
Chris Lattner
2006-09-05
Only call isUse/isDef on register operands
Chris Lattner
2006-06-15
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-05-26
Remove a bogus cast.
Evan Cheng
2006-05-04
Final pass of minor cleanups for MachineInstr
Chris Lattner
2006-05-04
Remove redundancy and a level of indirection when creating machine operands
Chris Lattner
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Change "value" in MachineOperand to be a GlobalValue, as that is the only
Chris Lattner
2006-05-04
Remove a bunch more dead V9 specific stuff
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-20
This field no longer exists
Chris Lattner
2006-04-20
Remove some of the obvious V9-specific cruft
Chris Lattner
2006-04-17
Add a MachineInstr::eraseFromParent convenience method.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
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-09
* Doxygenify comments
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-17
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-02
Adjust to new TargetMachine interface
Chris 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-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-02-29
int64_t -> int
Chris Lattner
2004-02-27
Fix crash caused by passing register 0 to
Alkis Evlogimenos
2004-02-23
Fix bugs in finegrainification
Chris Lattner
2004-02-23
Finegrainify namespacification
Chris Lattner
2004-02-19
Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
Add head-of-file comments and Doxygen comments. Tighten up a lot of whitespace.
Brian Gaeke
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
This field is never read
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
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-17
Fixed spelling.
Misha Brukman
2003-08-07
Fix assertion in MachineInstr::substituteValue().
Vikram S. Adve
[next]