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
*
Typo.
Evan Cheng
2008-03-13
1
-1
/
+1
*
Don't try to sink 3-address instruction if convertToThreeAddress created more...
Evan Cheng
2008-03-13
1
-1
/
+6
*
Remove an unused command line option.
Evan Cheng
2008-03-13
1
-9
/
+0
*
TwoAddressInstructionPass enhancement. After it converts a two address instru...
Evan Cheng
2008-03-13
1
-13
/
+131
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-2
/
+2
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-3
/
+3
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+228