index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CalcSpillWeights.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up debug output.
Jakob Stoklund Olesen
2010-08-12
1
-2
/
+0
*
Give up on register class recalculation when the register is used with subreg
Jakob Stoklund Olesen
2010-08-10
1
-1
/
+10
*
Implement register class inflation.
Jakob Stoklund Olesen
2010-08-10
1
-0
/
+41
*
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-10
1
-98
/
+127
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
Remove remaining calls to TII::isMoveInstr.
Jakob Stoklund Olesen
2010-07-16
1
-2
/
+1
*
Fix typo.
Eric Christopher
2010-07-03
1
-1
/
+1
*
Always normalize spill weights, also for intervals created by spilling.
Jakob Stoklund Olesen
2010-02-18
1
-4
/
+1
*
Remove duplicated #include.
Evan Cheng
2010-02-10
1
-1
/
+0
*
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
1
-0
/
+1
*
fix missing #includes.
Chris Lattner
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-7
/
+1
*
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
1
-0
/
+3
*
Change errs() to dbgs().
David Greene
2009-12-24
1
-1
/
+1
*
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-22
1
-1
/
+1
*
Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...
Lang Hames
2009-12-14
1
-0
/
+154