Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ae84d5b9bafd1ba88aa12e8398e5385f229fa306
/
lib
/
CodeGen
/
LiveStackAnalysis.cpp
d13db2c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
ce9a20b
VNInfos don't need to be destructed anymore.
by Benjamin Kramer
· 15 years ago
991de14
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
by Benjamin Kramer
· 15 years ago
233a60e
The Indexes Patch.
by Lang Hames
· 16 years ago
45cfe54
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
c02497f
shoot a few more std::ostream print methods in the head.
by Chris Lattner
· 16 years ago
f41538d
Update to in-place spilling framework. Includes live interval scaling and trivial rewriter.
by Lang Hames
· 16 years ago
c781a24
In some rare cases, the register allocator can spill registers but end up not utilizing registers at all. The fundamental problem is linearscan's backtracking can end up freeing more than one allocated registers. However, reloads and restores might be folded into uses / defs and freed registers might not be used at all.
by Evan Cheng
· 16 years ago
ef901c5
Livestacks really does preserve everything.
by Evan Cheng
· 17 years ago
8b56a90
Instead of setPreservesAll, just mark them preseving machine loop info and machine dominators.
by Evan Cheng
· 17 years ago
bbeeb2a
Mark several codegen passes as preserving all analysis.
by Evan Cheng
· 17 years ago
3f32d65
Add a stack slot coloring pass. Not yet enabled.
by Evan Cheng
· 17 years ago