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
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-10-26
Fix some spello's pointed out by Gabor Greif
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-19
Use the TargetInstrInfo::commuteInstruction method to commute instructions
Chris Lattner
2005-01-02
Make the 2-address instruction lowering pass smarter in two ways:
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-15
The insertion method returns void now
Chris Lattner
2004-07-22
Fix indentation and wrap code at 80 cols
Misha Brukman
2004-07-22
Remove extraneous punctuation
Chris Lattner
2004-07-21
Minor cleanups
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-19
Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)
Chris Lattner
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
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