2010-07-16 |
Jakob Stoklund Olesen | Remove remaining calls to TII::isMoveInstr. |
blob | commitdiff | raw |
2010-07-12 |
Rafael Espindola | Convert the last getPhysicalRegisterRegClass in VirtReg... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Rafael Espindola | Convert uses of getPhysicalRegisterRegClass in VirtRegR... |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Jakob Stoklund Olesen | Replace copyRegToReg with COPY everywhere in lib/CodeGe... |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Jakob Stoklund Olesen | Change TII::foldMemoryOperand API to require the machin... |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Jakob Stoklund Olesen | Handle COPY in VirtRegRewriter. |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jakob Stoklund Olesen | Convert EXTRACT_SUBREG to COPY when emitting machine... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Dale Johannesen | Cosmetic. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Dale Johannesen | Fix a case where an earlyclobber operand of an asm |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Jakob Stoklund Olesen | Slightly change the meaning of the reMaterialize target... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Jakob Stoklund Olesen | Teach VirtRegRewriter to handle spilling in instruction... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Evan Cheng | It's not safe eliminate copies where src and dst have... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Dan Gohman | Add a DebugLoc argument to TargetInstrInfo::copyRegToRe... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Evan Cheng | Add argument TargetRegisterInfo to loadRegFromStackSlot... |
blob | commitdiff | raw | diff to current |
2010-04-29 |
Evan Cheng | Remove DBG_VALUE which reference dead stack slots. |
blob | commitdiff | raw | diff to current |
2010-04-06 |
John McCall | Fix a number of clang -Wsign-compare warnings that... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Evan Cheng | Code clean up. Move includes from VirtRegRewriter.h... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Evan Cheng | Avoid being influenced by the presence of dbg_value... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Dale Johannesen | Debug info shouldn't affect kills. |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Jakob Stoklund Olesen | Extract methods from LocalRewriter::RewriteMBB bringing... |
blob | commitdiff | raw | diff to current |
2010-03-11 |
Jakob Stoklund Olesen | VirtRegRewriter spring cleaning. No functional change. |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Duncan Sands | Uniformize the way these options are printed. Requested by |
blob | commitdiff | raw | diff to current |
2010-02-13 |
Jakob Stoklund Olesen | Fix PR6283. |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Chris Lattner | fix a layering violation: VirtRegRewriter.cpp shouldn... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Chris Lattner | fix missing #includes. |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Jakob Stoklund Olesen | Add <imp-def> and <imp-kill> operands when replacing... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Jakob Stoklund Olesen | Add MachineBasicBlock::getName, and use it in place... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Lang Hames | Fixed the in-place spiller and trivial rewriter, which... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Evan Cheng | Added getSubRegIndex(A,B) that returns subreg index... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Evan Cheng | - Change TargetInstrInfo::reMaterialize to pass in... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Evan Cheng | Fix PR5412: Fix an inverted check and another missing... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Evan Cheng | Fix PR5411. Bug in UpdateKills. A reg def partially... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
David Greene | Set the ReloadReuse AsmPrinter flag where appropriate. |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Dale Johannesen | When there is a 2-instruction spill sequence, record |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Dale Johannesen | When we generate spill code, then decide we don't need |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Evan Cheng | - Revert some changes from 85044, 85045, and 85047... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Evan Cheng | Use isIdentityCopy. Fix a bozo bug (flipped condition... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Dale Johannesen | Revert the kludge in 76703. I got a clean |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Duncan Sands | Remove some unused variables and methods warned about by |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Lang Hames | Fixed a test that ensures the LocalRewriter does not... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jakob Stoklund Olesen | Fix PR4753. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Benjamin Kramer | Kill off more cerr/cout uses and prune includes a bit. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove some DOUTs |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Jakob Stoklund Olesen | Update LocalRewriter::DistanceMap when inserting stack... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution. |
blob | commitdiff | raw | diff to current |
2009-07-28 |
David Greene | Add reload and remat backscheduling. This is disabled... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Evan Cheng | Let each target determines whether a machine instructio... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Evan Cheng | Another rewriter bug exposed by recent coalescer change... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Evan Cheng | Enable cross register class coalescing. |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Evan Cheng | Fix my brain cramp by inverting the assertion condition. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Daniel Dunbar | Disable this assert for now, it is firing on an llvm... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Daniel Dunbar | Fix inverted preprocessor conditional. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Evan Cheng | Changed my mind. We now allow remat of instructions... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Evan Cheng | Let callers decide the sub-register index on the def... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-10 |
Evan Cheng | Remove TargetInstrInfo::CommuteChangesDestination and... |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Evan Cheng | Handle IMPLICIT_DEF with isUndef operand marker, part... |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Evan Cheng | Add a bit IsUndef to MachineOperand. This indicates... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Lang Hames | Removed SimpleRewriter. |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Evan Cheng | Fix for PR4225: When rewriter reuse a value in a physic... |
blob | commitdiff | raw | diff to current |
2009-06-02 |
Lang Hames | Update to in-place spilling framework. Includes live... |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Evan Cheng | Fix PR4210. Rewritter should track and update kills... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Evan Cheng | Teach TransferDeadness to delete truly dead instruction... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
Lang Hames | Renamed Spiller classes (plus uses and related files... |
blob | commitdiff | raw | diff to current |
|