index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocPBQP.cpp
Age
Commit message (
Expand
)
Author
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-05-30
Untabification.
Bill Wendling
2009-05-17
Prevented reg0 from being added to MBB live-in set, which was causing issues
Lang Hames
2009-05-06
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-03
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-04-21
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-03-17
r66870 missed this out.
Sanjiv Gupta
2009-03-13
Convert VirtRegMap to a MachineFunctionPass.
Owen Anderson
2009-03-11
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-08
* Moved author attribution to CREDITS.TXT
Misha Brukman
2009-01-08
* Alphabetized #includes
Misha Brukman
2008-11-19
Fix compilation error on MSVC.
Argyrios Kyrtzidis
2008-11-16
Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve...
Lang Hames
2008-11-14
Test commit.
Lang Hames
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-03
Fix typos pointed out by Duncan. Also untabify these files.
Evan Cheng
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-02
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
Evan Cheng