index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocPBQP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for register allocators to record which intervals are spill int...
Lang Hames
2010-09-02
1
-1
/
+4
*
The register allocator shouldn't consider allocating reserved registers. PBQP...
Jim Grosbach
2010-09-01
1
-2
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Switched to rendering after allocation (but before rewriting) in PBQP.
Lang Hames
2010-07-20
1
-2
/
+3
*
Render MachineFunctions to HTML pages, with options to render register
Lang Hames
2010-07-19
1
-0
/
+5
*
Added -pbqp-pre-coalescing flag to PBQP. If enabled this will cause PBQP to r...
Lang Hames
2010-07-18
1
-0
/
+8
*
Iterating over sets of pointers in a heuristic was a bad idea. Switching
Lang Hames
2010-07-17
1
-2
/
+10
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-2
/
+4
*
Don't use getPhysicalRegisterRegClass in PBQP. The existing checks that the
Rafael Espindola
2010-07-12
1
-15
/
+10
*
improve portability to systems that don't have powf/modf (e.g. solaris 9)
Chris Lattner
2010-05-15
1
-1
/
+1
*
Remove terminating dot in description. Inconsistency pointed
Duncan Sands
2010-02-18
1
-1
/
+1
*
Removed an early out which was causing the PBQP allocator to not compute live...
Lang Hames
2010-02-17
1
-4
/
+0
*
Fixed a bug in the PBQP allocator's findCoalesces method.
Lang Hames
2010-02-09
1
-6
/
+17
*
New PBQP solver.
Lang Hames
2010-01-26
1
-24
/
+17
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-7
/
+7
*
Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...
Lang Hames
2009-12-14
1
-0
/
+2
*
Added an assert to the PBQP allocator to catch infinite cost solutions which ...
Lang Hames
2009-11-15
1
-0
/
+5
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-2
/
+4
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-1
/
+1
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-3
/
+3
*
Remove some not-really-used variables, as warned
Duncan Sands
2009-09-06
1
-4
/
+0
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-1
/
+2
*
Fixed a test that ensures the LocalRewriter does not attempt to
Lang Hames
2009-09-03
1
-1
/
+1
*
Suppress build warning in -Asserts
Daniel Dunbar
2009-08-20
1
-0
/
+1
*
Added an option to have the PBQP allocator attempt coalescing during allocation.
Lang Hames
2009-08-19
1
-1
/
+10
*
Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)
Lang Hames
2009-08-18
1
-11
/
+7
*
Added RegisterCoalescer to required passes for PBQP.
Lang Hames
2009-08-12
1
-0
/
+1
*
Remove unnecessary throw() specifications; LLVM doesn't use exceptions.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Remove unnecessary casts.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-2
/
+2
*
Remove a bunch of debugging code that was slowing PBQP down by 25% or so.
Owen Anderson
2009-08-10
1
-45
/
+0
*
Fix some -Asserts unused variable warnings.
Daniel Dunbar
2009-08-08
1
-0
/
+1
*
New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...
Lang Hames
2009-08-06
1
-106
/
+178
*
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-31
1
-9
/
+10
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-1
/
+3
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-1
/
+1
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-2
/
+1
*
Untabification.
Bill Wendling
2009-05-30
1
-1
/
+1
*
Prevented reg0 from being added to MBB live-in set, which was causing issues
Lang Hames
2009-05-17
1
-0
/
+5
*
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-06
1
-4
/
+5
*
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-05-03
1
-9
/
+7
*
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-04-21
1
-1
/
+1
*
r66870 missed this out.
Sanjiv Gupta
2009-03-17
1
-0
/
+1
*
Convert VirtRegMap to a MachineFunctionPass.
Owen Anderson
2009-03-13
1
-2
/
+1
*
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-11
1
-0
/
+1
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-2
/
+2
*
* Moved author attribution to CREDITS.TXT
Misha Brukman
2009-01-08
1
-4
/
+1
[next]