aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2010-11-08Add registry hook for assembly text outputChe-Liang Chiou
2010-11-06Prune includes.Benjamin Kramer
2010-11-06Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner
2010-11-03Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands
2010-11-03Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng
2010-11-03Two sets of changes. Sorry they are intermingled.Evan Cheng
2010-11-02Tweak to fix spelling and grammar in comment.Jim Grosbach
2010-11-01eliminate the old InstFormatName which is always "AsmString",Chris Lattner
2010-10-31sketch out the planned instruction alias mechanism, add some comments aboutChris Lattner
2010-10-30Resolve a terrible hack in tblgen: instead of hardcodingChris Lattner
2010-10-30Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner
2010-10-30implement (and document!) the first kind of MC assembler alias, which Chris Lattner
2010-10-3080 columns.Jim Grosbach
2010-10-29Mult-alt constraint incremental development step 3.John Thompson
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-26Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng
2010-10-20Remove Synthesizable from the Type system; as MMX vectorDale Johannesen
2010-10-19Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng
2010-10-19Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar
2010-10-19- Add a hook for target to determine whether an instruction def isEvan Cheng
2010-10-18Don't recompute MachineRegisterInfo in the Optimize* method.Bill Wendling
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-10-16Whitespace!Michael J. Spencer
2010-10-15Grammar.Jim Grosbach
2010-10-07add a common SDPatternOperator base class to SDNode and PatFrag forChris Lattner
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-03Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola
2010-10-01Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson
2010-09-30Comments about operand cycles and pipeline forwarding pathes.Evan Cheng
2010-09-30Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby
2010-09-30Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng
2010-09-29implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner
2010-09-29change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng
2010-09-28Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner
2010-09-23Revert r114703 and r114702, removing the isConditionalMove flag from instruct...Owen Anderson
2010-09-23Add an TargetInstrDesc bit to indicate that a given instruction is a conditio...Owen Anderson
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-09-21Move the search for the appropriate AND instructionGabor Greif
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner
2010-09-15Spelling fix.Bob Wilson
2010-09-13Fix linux/msvc build, move include.Benjamin Kramer
2010-09-13Added skeleton for inline asm multiple alternative constraint support.John Thompson
2010-09-11Rename ConvertToSetZeroFlag to something more general.Bill Wendling
2010-09-10No need to recompute the SrcReg and CmpValue.Bill Wendling
2010-09-10Move some of the decision logic for converting an instruction into one that setsBill Wendling
2010-09-10Modify the comparison optimizations in the peephole optimizer to update theBill Wendling