Add a bit of documentation to copyPhysReg.
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
2012-08-29 Jakob Stoklund OlesenAdd a bit of documentation to copyPhysReg.
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-04 Jakob Stoklund OlesenAdd an experimental early if-conversion pass, off by...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Manman RenAdd SrcReg2 to analyzeCompare and optimizeCompareInstr...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-08 Andrew TrickRemoving strange "using" declarations form TargetInstrInfo.
2012-06-08 Andrew TrickTargetInstrInfo hooks implemented in codegen should...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-06 Manman RenRevert r157755.
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2011-12-19 Evan ChengAdd a if-conversion optimization that allows 'true...
2011-12-19 Eli FriedmanAdd "using" to silence warnings.
2011-12-19 Eli FriedmanAttempt to fix PR11607 by shuffling around which class...
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-09-29 Jakob Stoklund OlesenExpand the x86 V_SET0* pseudos right after register...
2011-09-27 Jakob Stoklund OlesenPromote the X86 Get/SetSSEDomain functions to TargetIns...
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-08-08 Jakob Stoklund OlesenHoist hasLoadFromStackSlot and hasStoreToStackSlot.
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-28 Evan ChengUnbreak every backend.
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-05 Andrew TrickMissing "virtual" keyword. Jakob's review.
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengSorry, several patches in one.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-10-26 Evan ChengUse instruction itinerary to determine what instruction...
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-08-08 Bill WendlingUse the "isCompare" machine instruction attribute inste...
2010-08-06 Bill WendlingAdd the Optimize Compares pass (disabled by default).
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-16 Jakob Stoklund OlesenRemove remaining calls to TII::isMoveInstr.
2010-07-15 Eric Christopher80-col.
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Jakob Stoklund OlesenRemove copyRegToReg from TargetInstrInfo so it is not...
2010-07-09 Jakob Stoklund OlesenAutomatically fold COPY instructions into stack load...
2010-07-09 Jakob Stoklund OlesenChange TII::foldMemoryOperand API to require the machin...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Jakob Stoklund OlesenAdd TargetInstrInfo::copyPhysReg hook and use it from...
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-24 Bob WilsonEdit and clarify comments for TargetInstrInfo methods:
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-12 Evan ChengAllow target to provide its own hazard recognizer to...
2010-06-09 Evan ChengAllow target to place 2-address pass inserted copies...
2010-06-02 Jakob Stoklund OlesenSlightly change the meaning of the reMaterialize target...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Dale JohannesenAdd PPC AsmPrinter handling for target-specific form of
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-07 Evan ChengFix typo.
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
next