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