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
/
TwoAddressInstructionPass.cpp
Age
Commit message (
Expand
)
Author
2004-02-18
Beautify debug output.
Alkis Evlogimenos
2004-02-15
This pass should not require phi elimination or live variable
Alkis Evlogimenos
2004-02-14
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-05
Added missing include.
Tanya Lattner
2004-02-04
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-02
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
Correctly update def/use information for modified machine operands.
Alkis Evlogimenos
2004-01-31
Fix, correctly this time, the computation of the return value
Chris Lattner
2004-01-31
* Fix incorrect computation of the runOnMachineFunction return value
Chris Lattner
2004-01-31
Remove unneeded #includes
Chris Lattner
2004-01-11
Make LiveVariables::HandlePhysRegUse and
Alkis Evlogimenos
2004-01-05
fix warning
Chris Lattner
2004-01-05
Currently we cannot handle two-address instructions of the form:
Alkis Evlogimenos
2004-01-04
Update description.
Alkis Evlogimenos
2003-12-18
Remove TwoAddressInstruction from the public headers and add an ID
Alkis Evlogimenos
2003-12-18
Add TwoAddressInstructionPass to handle instructions that have two or
Alkis Evlogimenos