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
/
RegisterScavenging.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor const-correctness fixes.
Dan Gohman
2008-07-07
1
-1
/
+1
*
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-27
1
-1
/
+2
*
Allow registers defined by implicit_def to be clobbered.
Evan Cheng
2008-04-10
1
-6
/
+15
*
1. IMPLICIT_DEF can *re-define* any register.
Evan Cheng
2008-04-05
1
-2
/
+42
*
Something that kills a super-register also
Bill Wendling
2008-03-07
1
-2
/
+1
*
Fixed a register scavenger bug. If a def is re-defining part of a super regis...
Evan Cheng
2008-03-07
1
-3
/
+8
*
When setting the "unused" info, take into account something like this:
Bill Wendling
2008-03-06
1
-8
/
+38
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-15
/
+16
*
Make the register scavenger update the bookkeeping values for sub/super
Bill Wendling
2008-03-03
1
-3
/
+39
*
Fix typos.
Bill Wendling
2008-02-16
1
-2
/
+2
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-5
/
+5
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-3
/
+3
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-3
/
+3
*
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 isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-5
/
+5
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+292