index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
2006-11-28
Use llvm streams instead of <iostream>
Bill Wendling
2006-11-09
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-01
Two-address instructions no longer have to be A := A op C. Now any pair of de...
Evan Cheng
2006-09-05
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-07-20
Reduce number of exported symbols
Andrew Lenharth
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