TargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
2015-01-14 NAKAMURA TakumiTargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-13 Mehdi AminiPeephole opt needs optimizeSelect() to keep track of...
2015-01-08 Michael KupersteinMove SPAdj logic from PEI into the targets (NFC)
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-04 NAKAMURA TakumiTargetInstrInfo::genAlternativeCodeSequence(): Fix...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-04 Andrew Trickmi-sched: Load clustering is a bit to expensive to...
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-04-06 Hal FinkelAdd a comment to TargetInstrInfo about FoldImmediate
2013-04-05 Jakob Stoklund OlesenClean up some confusing language, and use more realisti...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-28 Jakob Stoklund OlesenMove the guts of TargetInstrInfoImpl into the TargetIns...
2012-11-16 Benjamin KramerWork around a layering violation from Target to CodeGen.
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
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...
next