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
/
RegAllocBigBlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
RegAllocBigBlock doesn't need LiveVariables either.
Owen Anderson
2008-01-29
1
-13
/
+2
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-3
/
+3
*
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-07
1
-2
/
+2
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-2
/
+6
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-17
/
+19
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-05
1
-1
/
+1
*
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-12-02
1
-1
/
+3
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-0
/
+1
*
ok, this is something of a dirty hack, but it seems to work. (fixes e.g.
Duraid Madina
2007-06-27
1
-2
/
+16
*
ok, this much doesn't seem to bork anything
Duraid Madina
2007-06-27
1
-25
/
+48
*
revert evan's fixes (and my doofusness) since they had a huge code
Duraid Madina
2007-06-27
1
-63
/
+31
*
pull evan's fixes - should help the nightly tester (but there are still
Duraid Madina
2007-06-27
1
-48
/
+63
*
tidy this file up a bit
Duraid Madina
2007-06-26
1
-54
/
+82
*
A bunch of fixes to the BigBlock allocator improve compile-time by ~20%
Duraid Madina
2007-06-25
1
-72
/
+65
*
check in the BigBlock local register allocator
Duraid Madina
2007-06-22
1
-0
/
+852