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
*
VarInfo::UsedBlocks is no longer used. Remove.
Evan Cheng
2007-04-18
1
-4
/
+0
*
Keep UsedBlocks info accurate.
Evan Cheng
2007-03-18
1
-0
/
+3
*
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-7
/
+4
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-4
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-14
/
+9
*
Use llvm streams instead of <iostream>
Bill Wendling
2006-11-28
1
-12
/
+11
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-2
/
+0
*
Two-address instructions no longer have to be A := A op C. Now any pair of de...
Evan Cheng
2006-11-01
1
-100
/
+119
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-3
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Reduce number of exported symbols
Andrew Lenharth
2006-07-20
1
-3
/
+3
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+3
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-1
/
+1
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Fix some spello's pointed out by Gabor Greif
Chris Lattner
2005-10-26
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-4
/
+4
*
Use the TargetInstrInfo::commuteInstruction method to commute instructions
Chris Lattner
2005-01-19
1
-6
/
+17
*
Make the 2-address instruction lowering pass smarter in two ways:
Chris Lattner
2005-01-02
1
-17
/
+61
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
The insertion method returns void now
Chris Lattner
2004-08-15
1
-5
/
+1
*
Fix indentation and wrap code at 80 cols
Misha Brukman
2004-07-22
1
-110
/
+100
*
Remove extraneous punctuation
Chris Lattner
2004-07-22
1
-2
/
+2
*
Minor cleanups
Chris Lattner
2004-07-21
1
-8
/
+6
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)
Chris Lattner
2004-07-19
1
-2
/
+2
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-3
/
+3
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
1
-1
/
+1
*
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