Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f9ddfef87246d4423f27eae5bc70a4669ecf9ee1
/
llvm
/
lib
/
CodeGen
/
RegAllocIterativeScan.cpp
ae09d93
Update these register allocators to set the PhysRegUsed info in MachineFunction.
by Chris Lattner
· 21 years ago
78100c4
Silence VS warnings
by Chris Lattner
· 21 years ago
e09dbe2
Move virtual method call out of loop
by Chris Lattner
· 21 years ago
a51f5ee
Rename some methods, use 'begin' instead of 'start', add new LiveInterval
by Chris Lattner
· 21 years ago
9f82237
Change the way we choose a free register: instead of picking the first
by Alkis Evlogimenos
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
fae8f6a
Be a bit more efficient when processing the active and inactive
by Alkis Evlogimenos
· 21 years ago
e2d962e
Now that LiveIntervals::addIntervalsForSpills is fixed, do not require
by Alkis Evlogimenos
· 21 years ago
efd40bc
Back out this change as it broke the build last night. This should be
by Alkis Evlogimenos
· 21 years ago
11f0fc8
The linear scan variants do not require the LiveVariables analysis.
by Alkis Evlogimenos
· 21 years ago
a698308
Convert indentation to 2 spaces.
by Alkis Evlogimenos
· 21 years ago
cf72e7f
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
by Alkis Evlogimenos
· 21 years ago
c51866a
Completely eliminate the intervals_ list. instead, the r2iMap_ maintains
by Chris Lattner
· 21 years ago
8563833
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
by Chris Lattner
· 21 years ago
1201879
Use reverse iterators when updating the vector, since scanning from
by Alkis Evlogimenos
· 21 years ago
902dcf0
These files don't need to include <iostream> since they include "Support/Debug.h".
by Brian Gaeke
· 21 years ago
c74c7d1
Fix analysis name.
by Alkis Evlogimenos
· 21 years ago
701071a
Clear spilled list at once. Remove unused vector.
by Alkis Evlogimenos
· 21 years ago
a3efc03
Change std::list into a std::vector for IntervalSets. This reduces
by Alkis Evlogimenos
· 21 years ago
fbc436b
Improve file comment.
by Alkis Evlogimenos
· 21 years ago
d524e5b
Add Iterative scan register allocator.
by Alkis Evlogimenos
· 21 years ago