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
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-2
/
+1
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-2
/
+4
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-1
/
+1
*
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
1
-6
/
+6
*
Start using the simplified methods for adding operands.
Chris Lattner
2007-12-30
1
-9
/
+15
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Live interval splitting:
Evan Cheng
2007-11-17
1
-10
/
+39
*
Bring UsedBlocks back. StrongPHIElimination needs this information.
Owen Anderson
2007-11-08
1
-1
/
+8
*
Handle cases where a register and one of its super-register are both marked as
Evan Cheng
2007-11-05
1
-2
/
+4
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-7
/
+7
*
Fixed a typo that's causing a missing kill marker.
Evan Cheng
2007-09-12
1
-4
/
+3
*
Sometimes a MI can define a register as well as defining a super-register at the
Evan Cheng
2007-09-11
1
-6
/
+7
*
Bugs: missing partial uses and redundant partial defs.
Evan Cheng
2007-08-01
1
-4
/
+20
*
Don't assume that only Uses can be kills. Defs are marked as kills initially
Dan Gohman
2007-07-20
1
-8
/
+6
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+643