Remove several unhelpful checks for isValid from sys::Path.
[oota-llvm.git] / lib / Target /
2010-11-02 Eric ChristopherMake sure we're only storing a single bit here.
2010-11-02 Chris Lattnerper a suggestion by Frits van Bommel, mark all MBlaze...
2010-11-02 Owen AndersonRevert r118097 to fix buildbots.
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Bill WendlingObsessive formatting changes. No functionality impact.
2010-11-02 Bill WendlingOmit unused parameter name.
2010-11-02 Bill WendlingSimplify the EncodeInstruction method now that a lot...
2010-11-02 Owen AndersonSince these fields are not exactly equivalent to the...
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-02 Owen AndersonRename encoder methods to match naming convention.
2010-11-02 Chris Lattnermark a few codegenonly instructions.
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Owen AndersonTentative encodings for the "single element from one...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Bob WilsonAdd NEON VST1-lane instructions. Partial fix for Radar...
2010-11-02 Owen AndersonAdd correct encodings for the basic variants for vst2.
2010-11-02 Owen AndersonAdd correct encodings for the basic form of vst1.
2010-11-02 Owen AndersonFactor out a common encoding class for loads and stores...
2010-11-02 Owen AndersonAdd correct encodings for the rest of the vld instructi...
2010-11-02 Jim GrosbachSort bit assignments. Cosmetic change only.
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Owen AndersonAdd correct NEON encodings for vld2, vld3, and vld4...
2010-11-02 Eric ChristopherRemove an assert - it's possible to be hit, and we...
2010-11-02 Eric ChristopherWhitespeace
2010-11-02 Eric ChristopherNo really, no thumb1 for arm fast isel. Also add an...
2010-11-02 Owen AndersonAttempt to provide correct encodings for a number of...
2010-11-02 Owen AndersonAdd aesthetic break.
2010-11-02 Owen AndersonAdd correct NEON encodings for the "multiple single...
2010-11-01 Jim GrosbachExplicitly check for non-consant reference in an LDRi12...
2010-11-01 Jim GrosbachRemove unused function.
2010-11-01 Bob WilsonAdd support for alignment operands on VLD1-lane instruc...
2010-11-01 Bill WendlingMissed reverting this bit.
2010-11-01 Bill WendlingMinor cleanup.
2010-11-01 Chris Lattnerrearrange a bit.
2010-11-01 Bob WilsonAdd NEON VLD1-lane instructions. Partial fix for Radar...
2010-11-01 Bill WendlingMove the machine operand MC encoding patterns to the...
2010-11-01 Chris Lattneruse our fancy new MnemonicAlias mechanism to remove...
2010-11-01 Bill WendlingWhen we look at instructions to convert to setting...
2010-11-01 Bob WilsonNEON does not support truncating vector stores. Radar...
2010-11-01 Jim GrosbachAdd FIXME.
2010-11-01 Jim GrosbachAdd 'IsThumb' predicate to patterns marked as 'IsThumb1...
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-11-01 Jim Grosbachtrailing whitespace
2010-11-01 Jim GrosbachThe T2 extract/pack instructions are only valid in...
2010-11-01 Bill WendlingMove instruction encoding bits into the parent class...
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-31 Duncan SandsFactorize the duplicated logic for choosing the right...
2010-10-31 Duncan SandsRemove CCAssignFnForRet from X86 FastISel in favour...
2010-10-30 Eric ChristopherMake sure we have a legal type (and simple) before...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerreally zap alias.
2010-10-30 Chris Lattnermove fcompi alias to .td file and zap some useless...
2010-10-30 Chris Lattnermove rep aliases to td file
2010-10-30 Chris Lattnermove sal aliases to .td file.
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattnermove a bunch more aliases from .cpp -> .td file.
2010-10-30 Chris Lattnermove cmov aliases to .td file.
2010-10-30 Chris Lattnermove setcc and jcc aliases from .cpp to .td
2010-10-30 Chris Lattnermove some code.
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Jim GrosbachAdd FIXME.
2010-10-30 Jim GrosbachClean up comments.
2010-10-30 Jim GrosbachTidy up.
2010-10-30 Chris Lattnerstay out of the reserved namespace
2010-10-30 Chris Lattnersimplify this code.
2010-10-30 Chris Lattnersplit MaybeParseRegister into its two logical uses...
2010-10-30 Jim GrosbachAvoid re-evaluating MI.getNumOperands() every iteration...
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-30 Jim GrosbachEncode the register list operands for ARM mode LDM...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Jim GrosbachRemove hard tab characters.
2010-10-29 Jim Grosbach80 column fix.
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Jim Grosbachs/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consi...
2010-10-29 Evan ChengFix fpscr <-> GPR latency info.
2010-10-29 Jim Grosbachadd FIXME
2010-10-29 Jim GrosbachConvert ARM::MOVi2pieces to a true pseudo-instruction...
2010-10-29 Eric ChristopherHandle comparison values we already have - this fixes...
2010-10-29 Jim GrosbachARM::MOVi32imm is expanded in ARMExpandPseudoInsts...
2010-10-29 Jim GrosbachFix typo.
2010-10-29 Jim GrosbachARM encoding information for CLREX, SWP and SWPB. Add...
2010-10-29 Jim GrosbachARM mode LDREX*/STREX* binary encodings.
2010-10-29 Jim GrosbachEncoding information for ARM conditional move instructions.
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-29 Evan Cheng- Don't schedule nodes with only MVT::Flag and MVT...
2010-10-29 Jim GrosbachHandle ARM addrmode5 instructions with an offset.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-29 Jim GrosbachRevert 117660. Apparently it's not as trivial as that...
2010-10-29 Jim GrosbachARM addrmode5 instructions have neither writeback nor...
2010-10-29 Jim GrosbachTrailing whitespace.
next