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
/
include
/
llvm
/
CodeGen
/
RegisterScavenging.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
1
-13
/
+2
*
Temporarily restore the scavenger implicit_def checking code. MachineOperand ...
Evan Cheng
2009-06-30
1
-2
/
+13
*
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-30
1
-13
/
+2
*
Don't pass BitVectors by value, pass them by reference.
Roman Levenstein
2009-02-06
1
-2
/
+2
*
Fix RegScavenger::forward() to work on basic blocks containing exactly
Dan Gohman
2008-12-19
1
-0
/
+1
*
Delete the RegScavenging constructor that takes a MachineBasicBlock
Dan Gohman
2008-12-19
1
-4
/
+0
*
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-20
1
-12
/
+28
*
Allow registers defined by implicit_def to be clobbered.
Evan Cheng
2008-04-10
1
-3
/
+18
*
Forgot this.
Evan Cheng
2008-04-05
1
-0
/
+2
*
When setting the "unused" info, take into account something like this:
Bill Wendling
2008-03-06
1
-1
/
+1
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-1
/
+1
*
This is the initial check-in for adding register scavenging to PPC. (Currently,
Bill Wendling
2008-03-03
1
-2
/
+2
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+148