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
/
RegAllocLocal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-2
/
+1
*
If we reload a virtual register that's already been assigned, we want to mark
Bill Wendling
2008-02-29
1
-1
/
+2
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-8
/
+8
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-8
/
+8
*
Really really bad local register allocator bug. On X86, it was never using ES...
Evan Cheng
2008-02-22
1
-1
/
+1
*
Add debugging printfs.
Evan Cheng
2008-02-22
1
-0
/
+2
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Determine whether a spill kills the register it's spilling before insertion r...
Evan Cheng
2008-02-11
1
-8
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-35
/
+35
*
Remove remnant of load folding in local register allocator. Patch by Holger S...
Evan Cheng
2008-02-07
1
-7
/
+1
*
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-02-06
1
-14
/
+16
*
RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...
Evan Cheng
2008-02-06
1
-1
/
+3
*
Reg alloc doesn't really need LiveVariables.
Owen Anderson
2008-01-27
1
-9
/
+2
*
When a live virtual register is being clobbered by an implicit def, it is spi...
Evan Cheng
2008-01-17
1
-2
/
+20
*
Replace std::vector<bool> with BitVector.
Evan Cheng
2008-01-17
1
-4
/
+8
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-07
1
-1
/
+3
*
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
-41
/
+41
*
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
*
Add missing paratheses.
Evan Cheng
2007-10-22
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+830