Fixed a test that ensures the LocalRewriter does not attempt to
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-08-20 Daniel DunbarSuppress build warning in -Asserts
2009-08-19 Lang HamesAdded an option to have the PBQP allocator attempt...
2009-08-18 Lang HamesChanges DOUT references in the PBQP allocator to use...
2009-08-12 Lang HamesAdded RegisterCoalescer to required passes for PBQP.
2009-08-11 Dan GohmanRemove unnecessary throw() specifications; LLVM doesn...
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-08-10 Lang HamesModified VNInfo. The "copy" member is now a union which...
2009-08-10 Owen AndersonRemove a bunch of debugging code that was slowing PBQP...
2009-08-08 Daniel DunbarFix some -Asserts unused variable warnings.
2009-08-06 Lang HamesNew C++ PBQP solver. Currently about as fast (read...
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-05-30 Bill WendlingUntabification.
2009-05-17 Lang HamesPrevented reg0 from being added to MBB live-in set...
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-03-17 Sanjiv Guptar66870 missed this out.
2009-03-13 Owen AndersonConvert VirtRegMap to a MachineFunctionPass.
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-08 Misha Brukman* Moved author attribution to CREDITS.TXT
2009-01-08 Misha Brukman* Alphabetized #includes
2008-11-19 Argyrios KyrtzidisFix compilation error on MSVC.
2008-11-16 Lang HamesBig PBQP allocator update. Adds coalescing support...
2008-11-14 Lang HamesTest commit.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-03 Evan ChengFix typos pointed out by Duncan. Also untabify these...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...