| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR6283. | Jakob Stoklund Olesen | 2010-02-13 | 1 | -15/+16 |
* | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner | 2010-02-10 | 1 | -4/+3 |
* | fix missing #includes. | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -3/+2 |
* | Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def... | Jakob Stoklund Olesen | 2010-01-06 | 1 | -17/+37 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -45/+45 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -14/+14 |
* | Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. | Jakob Stoklund Olesen | 2009-11-20 | 1 | -1/+1 |
* | Fixed the in-place spiller and trivial rewriter, which had been broken by the... | Lang Hames | 2009-11-18 | 1 | -10/+21 |
* | Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl... | Evan Cheng | 2009-11-14 | 1 | -5/+2 |
* | - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo. | Evan Cheng | 2009-11-14 | 1 | -2/+2 |
* | Fix PR5412: Fix an inverted check and another missing sub-register check. | Evan Cheng | 2009-11-14 | 1 | -9/+30 |
* | Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers. | Evan Cheng | 2009-11-13 | 1 | -0/+4 |
* | Set the ReloadReuse AsmPrinter flag where appropriate. | David Greene | 2009-11-12 | 1 | -0/+3 |
* | When there is a 2-instruction spill sequence, record | Dale Johannesen | 2009-10-29 | 1 | -2/+3 |
* | When we generate spill code, then decide we don't need | Dale Johannesen | 2009-10-28 | 1 | -1/+4 |
* | - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and | Evan Cheng | 2009-10-26 | 1 | -3/+3 |
* | Use isIdentityCopy. Fix a bozo bug (flipped condition) in InvalidateRegDef. | Evan Cheng | 2009-10-25 | 1 | -5/+5 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -4/+4 |
* | Revert the kludge in 76703. I got a clean | Dale Johannesen | 2009-10-12 | 1 | -2/+25 |
* | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 1 | -2/+1 |
* | Fixed a test that ensures the LocalRewriter does not attempt to | Lang Hames | 2009-09-03 | 1 | -1/+1 |
* | Fix PR4753. | Jakob Stoklund Olesen | 2009-08-23 | 1 | -1/+15 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 1 | -1/+7 |
* | remove some DOUTs | Chris Lattner | 2009-08-23 | 1 | -57/+62 |
* | Update LocalRewriter::DistanceMap when inserting stack loads. | Jakob Stoklund Olesen | 2009-08-15 | 1 | -0/+3 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+16 |
* | Add reload and remat backscheduling. This is disabled by default. Use | David Greene | 2009-07-28 | 1 | -26/+150 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -5/+7 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -25/+2 |
* | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng | 2009-07-21 | 1 | -23/+27 |
* | Enable cross register class coalescing. | Evan Cheng | 2009-07-18 | 1 | -4/+35 |
* | Fix my brain cramp by inverting the assertion condition. | Evan Cheng | 2009-07-17 | 1 | -3/+1 |
* | Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( | Daniel Dunbar | 2009-07-16 | 1 | -0/+2 |
* | Fix inverted preprocessor conditional. | Daniel Dunbar | 2009-07-16 | 1 | -1/+1 |
* | Changed my mind. We now allow remat of instructions whose defs have subreg in... | Evan Cheng | 2009-07-16 | 1 | -1/+8 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
* | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng | 2009-07-10 | 1 | -1/+27 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -2/+6 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -26/+22 |
* | Removed SimpleRewriter. | Lang Hames | 2009-06-04 | 1 | -82/+2 |
* | Fix for PR4225: When rewriter reuse a value in a physical register , it clear... | Evan Cheng | 2009-06-03 | 1 | -5/+19 |
* | Update to in-place spilling framework. Includes live interval scaling and tri... | Lang Hames | 2009-06-02 | 1 | -3/+42 |
* | Fix PR4210. Rewritter should track and update kills of sub-registers as well. | Evan Cheng | 2009-05-15 | 1 | -42/+63 |
* | Teach TransferDeadness to delete truly dead instructions if they do not produ... | Evan Cheng | 2009-05-12 | 1 | -13/+37 |
* | Renamed Spiller classes (plus uses and related files) to VirtRegRewriter. | Lang Hames | 2009-05-06 | 1 | -0/+2141 |