index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TwoAddressInstructionPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Beautify debug output.
Alkis Evlogimenos
2004-02-18
1
-3
/
+8
*
This pass should not require phi elimination or live variable
Alkis Evlogimenos
2004-02-15
1
-13
/
+13
*
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-14
1
-2
/
+2
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-6
/
+6
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-5
/
+5
*
Added missing include.
Tanya Lattner
2004-02-05
1
-0
/
+1
*
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-04
1
-57
/
+67
*
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
1
-9
/
+3
*
Correctly update def/use information for modified machine operands.
Alkis Evlogimenos
2004-02-02
1
-3
/
+9
*
Fix, correctly this time, the computation of the return value
Chris Lattner
2004-01-31
1
-15
/
+16
*
* Fix incorrect computation of the runOnMachineFunction return value
Chris Lattner
2004-01-31
1
-30
/
+23
*
Remove unneeded #includes
Chris Lattner
2004-01-31
1
-12
/
+10
*
Make LiveVariables::HandlePhysRegUse and
Alkis Evlogimenos
2004-01-11
1
-21
/
+11
*
fix warning
Chris Lattner
2004-01-05
1
-1
/
+1
*
Currently we cannot handle two-address instructions of the form:
Alkis Evlogimenos
2004-01-05
1
-0
/
+9
*
Update description.
Alkis Evlogimenos
2004-01-04
1
-5
/
+10
*
Remove TwoAddressInstruction from the public headers and add an ID
Alkis Evlogimenos
2003-12-18
1
-2
/
+19
*
Add TwoAddressInstructionPass to handle instructions that have two or
Alkis Evlogimenos
2003-12-18
1
-0
/
+149