index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
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
*
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
*
* Alphabetized #includes
Misha Brukman
2009-01-08
1
-56
/
+56
*
Fix compilation error on MSVC.
Argyrios Kyrtzidis
2008-11-19
1
-1
/
+1
*
Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve...
Lang Hames
2008-11-16
1
-139
/
+478
*
Test commit.
Lang Hames
2008-11-14
1
-0
/
+1
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-1
/
+1
*
Fix typos pointed out by Duncan. Also untabify these files.
Evan Cheng
2008-10-03
1
-4
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
Evan Cheng
2008-10-02
1
-0
/
+529