Fixed a test that ensures the LocalRewriter does not attempt to
[oota-llvm.git] / lib / CodeGen / VirtRegRewriter.cpp
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-08-23 Jakob Stoklund OlesenFix PR4753.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-15 Jakob Stoklund OlesenUpdate LocalRewriter::DistanceMap when inserting stack...
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-07-28 David GreeneAdd reload and remat backscheduling. This is disabled...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix my brain cramp by inverting the assertion condition.
2009-07-16 Daniel DunbarDisable this assert for now, it is firing on an llvm...
2009-07-16 Daniel DunbarFix inverted preprocessor conditional.
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Evan ChengRemove TargetInstrInfo::CommuteChangesDestination and...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-04 Lang HamesRemoved SimpleRewriter.
2009-06-03 Evan ChengFix for PR4225: When rewriter reuse a value in a physic...
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-05-15 Evan ChengFix PR4210. Rewritter should track and update kills...
2009-05-12 Evan ChengTeach TransferDeadness to delete truly dead instruction...
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...