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
*
Minor fix debug for register allocation debug output.
Matthijs Kooijman
2008-11-24
1
-2
/
+2
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-1
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-8
/
+8
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-7
/
+7
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-7
/
+7
*
Same isPhysRegAvailable bug as local register allocator.
Evan Cheng
2008-02-22
1
-1
/
+1
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-2
/
+3
*
Remove unnecessary #include.
Evan Cheng
2008-02-15
1
-1
/
+0
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-13
/
+13
*
Forgot these files.
Evan Cheng
2008-02-08
1
-1
/
+1
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+893