summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInstrInfoImpl.cpp
Commit message (Expand)AuthorAge
* misched: Handle "transient" non-instructions.Andrew Trick2012-10-11
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper2012-08-31
* Simplify the computeOperandLatency API.Andrew Trick2012-08-23
* Minor cleanup of defaultDefLatency APIAndrew Trick2012-08-08
* indentationAndrew Trick2012-07-09
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-02
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-29
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-29
* TargetInstrInfo hooks implemented in codegen should be declared pure virtual.Andrew Trick2012-06-08
* Fix Target->Codegen dependence.Andrew Trick2012-06-08
* misched: Added ScoreboardHazardRecognizer.Andrew Trick2012-05-24
* Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...Pete Cooper2012-03-28
* Extract method for detecting constant unallocatable physregs.Jakob Stoklund Olesen2012-01-16
* Attempt to fix PR11607 by shuffling around which class defines which methods.Eli Friedman2011-12-19
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-09
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Make use of MachinePointerInfo::getFixedStack.Jay Foad2011-11-15
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-01
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-01
* Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...Evan Cheng2011-08-22
* Hoist hasLoadFromStackSlot and hasStoreToStackSlot.Jakob Stoklund Olesen2011-08-08
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Use TRI::has{Sub,Super}ClassEq() where possible.Jakob Stoklund Olesen2011-06-02
* Permit remat when a virtual register has multiple defs.Jakob Stoklund Olesen2011-04-20
* 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