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
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2010-11-12
Fix some style issues in PBQP. Patch by David Blaikie.
Lang Hames
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-04
Removed the older style (in-allocator) problem construction system from the P...
Lang Hames
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-23
Moved the PBQP allocator class out of the header and back in to the cpp file ...
Lang Hames
2010-09-21
Fixed ambiguous call.
Lang Hames
2010-09-21
Added an additional PBQP problem builder which adds coalescing costs (both be...
Lang Hames
2010-09-18
Unbreak msvc build.
Benjamin Kramer
2010-09-18
Fixed non-const iterator error.
Lang Hames
2010-09-18
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-02
Added support for register allocators to record which intervals are spill int...
Lang Hames
2010-09-01
The register allocator shouldn't consider allocating reserved registers. PBQP...
Jim Grosbach
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-20
Switched to rendering after allocation (but before rewriting) in PBQP.
Lang Hames
2010-07-19
Render MachineFunctions to HTML pages, with options to render register
Lang Hames
2010-07-18
Added -pbqp-pre-coalescing flag to PBQP. If enabled this will cause PBQP to r...
Lang Hames
2010-07-17
Iterating over sets of pointers in a heuristic was a bad idea. Switching
Lang Hames
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-12
Don't use getPhysicalRegisterRegClass in PBQP. The existing checks that the
Rafael Espindola
2010-05-15
improve portability to systems that don't have powf/modf (e.g. solaris 9)
Chris Lattner
2010-02-18
Remove terminating dot in description. Inconsistency pointed
Duncan Sands
2010-02-17
Removed an early out which was causing the PBQP allocator to not compute live...
Lang Hames
2010-02-09
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-01-26
New PBQP solver.
Lang Hames
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-14
Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...
Lang Hames
2009-11-15
Added an assert to the PBQP allocator to catch infinite cost solutions which ...
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-03
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-09-20
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-06
Remove some not-really-used variables, as warned
Duncan Sands
2009-09-04
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-03
Fixed a test that ensures the LocalRewriter does not attempt to
Lang Hames
2009-08-20
Suppress build warning in -Asserts
Daniel Dunbar
2009-08-19
Added an option to have the PBQP allocator attempt coalescing during allocation.
Lang Hames
2009-08-18
Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)
Lang Hames
2009-08-12
Added RegisterCoalescer to required passes for PBQP.
Lang Hames
2009-08-11
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-11
Remove unnecessary casts.
Dan Gohman
2009-08-10
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
Remove a bunch of debugging code that was slowing PBQP down by 25% or so.
Owen Anderson
2009-08-08
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-06
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...
Lang Hames
2009-07-31
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-06-17
VNInfo cleanup.
Lang Hames
[next]