summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInstrInfoImpl.cpp
Commit message (Expand)AuthorAge
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Sorry, several patches in one.Evan Cheng2011-01-20
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-21
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* remove the JIT "NeedsExactSize" feature and supporting logic.Chris Lattner2010-07-22
* Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results,Jakob Stoklund Olesen2010-07-13
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Automatically fold COPY instructions into stack load/store.Jakob Stoklund Olesen2010-07-09
* Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen2010-07-09
* Add TargetInstrInfo::copyPhysReg hook and use it from LowerSubregs.Jakob Stoklund Olesen2010-07-08
* Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng2010-06-22
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* - Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng2010-06-14
* Code formatting.Evan Cheng2010-06-12
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-02
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* - Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng2010-03-03
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-06
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Check if subreg index is zero.Evan Cheng2009-11-16
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-14
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-07
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-18
* Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng2009-10-18
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-17
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-17
* Revert the kludge in 76703. I got a cleanDale Johannesen2009-10-12
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-21
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-22
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* Use findCommutedOpIndices to find the operands to commute.Evan Cheng2009-07-10
* Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng2009-07-10
* CommuteChangesDestination() should check if to-be-commuted instruction define...Evan Cheng2009-07-01
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Explicitly pass in debug location information to BuildMI.Bill Wendling2009-02-03
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Fix a 80 column violation.Evan Cheng2008-09-11
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-16
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-31
* Added CommuteChangesDestination(). This returns true if commuting the specifiedEvan Cheng2008-02-15