index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg...
Owen Anderson
2008-01-15
1
-4
/
+0
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-7
/
+7
*
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
1
-1
/
+1
*
add more and significantly better comments to the rest of the machineinstr
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-2
/
+2
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-1
/
+1
*
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2008-01-04
1
-0
/
+2
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-2
/
+1
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need
Owen Anderson
2007-11-12
1
-1
/
+0
*
This preserves critical edge breaking.
Owen Anderson
2007-11-08
1
-0
/
+1
*
Bring UsedBlocks back. StrongPHIElimination needs this information.
Owen Anderson
2007-11-08
1
-0
/
+4
*
It's possible to commute instrctions with more than 3 operands.
Evan Cheng
2007-10-23
1
-1
/
+1
*
Added missing curly braces which renders the if clause useless in debug build.
Evan Cheng
2007-10-20
1
-1
/
+2
*
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-26
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
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
[next]