Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
994c727b5790e5c976e32c75364d78eb9b22a568
/
lib
/
CodeGen
/
CalcSpillWeights.cpp
2ab36d3
Begin adding static dependence information to passes, which will allow us to
by Owen Anderson
· 15 years ago
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
e1f543f
Clean up debug output.
by Jakob Stoklund Olesen
· 15 years ago
a516e94
Give up on register class recalculation when the register is used with subreg
by Jakob Stoklund Olesen
· 15 years ago
9db3ea4
Implement register class inflation.
by Jakob Stoklund Olesen
· 15 years ago
df30cf9
Transpose the calculation of spill weights such that we are calculating one
by Jakob Stoklund Olesen
· 15 years ago
d13db2c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
af462c4
Remove remaining calls to TII::isMoveInstr.
by Jakob Stoklund Olesen
· 15 years ago
00e840f
Fix typo.
by Eric Christopher
· 15 years ago
352d352
Always normalize spill weights, also for intervals created by spilling.
by Jakob Stoklund Olesen
· 15 years ago
1e5cc22
Remove duplicated #include.
by Evan Cheng
· 16 years ago
8112b53
Emit an error for illegal inline asm constraint (which uses illegal type) rather than asserting.
by Evan Cheng
· 16 years ago
3143e90
fix missing #includes.
by Chris Lattner
· 16 years ago
518bb53
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 16 years ago
d94998f
Skip DEBUG_VALUE in some places where it was affecting codegen.
by Dale Johannesen
· 16 years ago
7ed6dd6
by David Greene
· 16 years ago
74ab5ee
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
by Lang Hames
· 16 years ago
a937f22
Moved spill weight calculation out of SimpleRegisterCoalescing and into its own pass: CalculateSpillWeights.
by Lang Hames
· 16 years ago