Sign in
swiftshader
/
SwiftShader
/
91a3e2c9973fb8bd264c9bcbe45081cf8fb24922
/
src
/
IceRegAlloc.cpp
7e57136
Subzero: Clean up a few areas.
by Jim Stichnoth
· 10 years ago
29841e8
Subzero: Use range-based for loops with llvm::ilist<Inst> lists.
by Jim Stichnoth
· 10 years ago
ae95320
Subzero: Convert NULL->nullptr.
by Jim Stichnoth
· 10 years ago
e6d2478
Subzero: Randomize register assignment.
by Jim Stichnoth
· 10 years ago
9a04c07
Subzero: Don't store std::string objects inside Variable.
by Jim Stichnoth
· 10 years ago
2a7fcbb
Subzero: Use std::vector<> instead of std::list for live range segments.
by Jim Stichnoth
· 10 years ago
4ead35a
Subzero: Improve the memory-related performance of the register allocator.
by Jim Stichnoth
· 10 years ago
b6c96af
Turn off dump/emit routines when building minimal subzero.
by Karl Schimpf
· 10 years ago
70d0a05
Subzero: Use the linear-scan register allocator for Om1 as well.
by Jim Stichnoth
· 10 years ago
87ff3a1
Subzero: Simplify the FakeKill instruction.
by Jim Stichnoth
· 10 years ago
33c8064
Subzero: Remove Variable::NeedsStackSlot.
by Jim Stichnoth
· 10 years ago
336f6c4
Subzero: Implementation of "advanced Phi lowering".
by Jim Stichnoth
· 10 years ago
877b04e
Subzero: Speed up VariablesMetadata initialization.
by Jim Stichnoth
· 10 years ago
5ce0abb
Subzero: Register allocator performance improvements and simplifications.
by Jim Stichnoth
· 10 years ago
e22f823
Subzero: Translation-time improvements in the register allocator.
by Jim Stichnoth
· 10 years ago
037fa1d
Subzero: Optimize live range overlaps() computation through trimming.
by Jim Stichnoth
· 10 years ago
8363a06
Subzero: Add a few performance measurement tools.
by Jim Stichnoth
· 10 years ago
541ba66
Subzero: Improve regalloc performance by optimizing UnhandledPrecolored.
by Jim Stichnoth
· 11 years ago
f44f371
Subzero: Auto-awesome iterators.
by Jim Stichnoth
· 11 years ago
c4554d7
Subzero: Rewrite the pass timing infrastructure.
by Jim Stichnoth
· 11 years ago
ad40353
Subzero: Automatically infer regalloc preferences and overlap.
by Jim Stichnoth
· 11 years ago
800dab2
Subzero: Change the way bitcast stack slot lowering is handled.
by Jim Stichnoth
· 11 years ago
dd7b846
Subzero: Make sure register preferences obey register class constraints.
by Jim Stichnoth
· 11 years ago
68e2819
Subzero: Fix a regalloc eviction bug.
by Jim Stichnoth
· 11 years ago
ca662e9
Subzero: Fix a regalloc bug involving too-aggressive AllowRegisterOverlap.
by Jim Stichnoth
· 11 years ago
d97c7df
Subzero: Initial O2 lowering
by Jim Stichnoth
· 11 years ago