Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone.
[oota-llvm.git] / lib / Target /
2007-07-10 Dan GohmanDefine non-intrinsic instructions for vector min, max...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-06 Evan ChengIncorrect check.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengisUnpredicatedTerminator should treat conditional branc...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Evan ChengPrint the s bit if the instruction is toggled to its...
2007-07-06 Evan ChengPredicateDefOperand -> OptionalDefOperand.
2007-07-06 Evan ChengAdd OptionalDefOperand to stand for optionally defined...
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-07-05 Anton KorobeynikovProper flag __alloca call
2007-07-05 Evan ChengDoh
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Chris Lattnerthe arm backend is not building, temporarily disable it.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-07-05 Evan Cheng- Added zero_reg def to stand for register 0.
2007-07-05 Evan ChengDo not check isPredicated() on non-predicable instructions.
2007-07-04 Dale JohannesenRefactor X87 instructions. As a side effect, all
2007-07-04 Bill WendlingSupport generation of GR64 to MMX code in the JIT.
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Dale JohannesenSome spacing fixes. Cosmetic.
2007-07-03 Dale JohannesenFix for PR 1505 (and 1489). Rewrite X87 register
2007-07-02 Dan GohmanVector results may be returned in XMM0 and XMM1, not...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-29 Evan ChengNo vector fneg.
2007-06-29 Evan ChengType of vector extract / insert index operand should...
2007-06-27 Bill WendlingSet implied features based upon the CPU's feature list.
2007-06-27 Dan GohmanRemove a redundant newline in the asm output for ELF...
2007-06-26 Evan ChengSilence a warning.
2007-06-26 Dan GohmanRevert the earlier change that removed the M_REMATERIAL...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-25 Dan GohmanMake minor adjustments to whitespace and comments to...
2007-06-25 Dan GohmanFix loadv2i32 to be loadv4i32, though it isn't actually...
2007-06-25 Dan GohmanSay AT&T instead of Intel in the comments for AT&T...
2007-06-22 Owen AndersonFix the build.
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-22 Dale JohannesenQuote complex names for Darwin X86 and ARM.
2007-06-19 Evan ChengBe more conservative of duplicating blocks.
2007-06-19 Evan ChengAllow predicated immediate ARM to ARM calls.
2007-06-19 Dan GohmanPass a SelectionDAG into SDNode::dump everywhere it...
2007-06-19 Chris Lattnerdescribe an argument, hide it.
2007-06-19 Dan GohmanReplace M_REMATERIALIZIBLE and the newly-added isOtherR...
2007-06-19 Evan ChengReplace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-06-19 Evan ChengLook for VECTOR_SHUFFLE that's identity operation on...
2007-06-18 Dan GohmanDefine the pushq instruction for x86-64.
2007-06-16 Bill WendlingRevert patch. It regresses:
2007-06-16 Bill WendlingFix a failure to bit_convert from integer GPR to MMX...
2007-06-15 Evan ChengInstructions with unique labels or embedded jumptables...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-14 Dan GohmanAdd a target hook to allow loads from constant pools...
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-06-13 Christopher LambAdd support to tablegen for specifying subregister...
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-09 Chris Lattnerfix x86-64 mmx calling convention for real, which passe...
2007-06-09 Chris Lattnerfix mmx handling bug
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-06-08 Lauro Ramos VenancioDefine AsmTransCBE for ARM.
2007-06-08 Evan ChengFix ARM condition code subsumission check.
2007-06-08 Evan ChengtBcc is not a barrier.
2007-06-07 Evan ChengStupid cut-n-paste bug caused me soooo much grief....
2007-06-06 Evan ChengMark these instructions clobbersPred. They modify the...
2007-06-06 Evan ChengAdded clobbersPred.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)
2007-06-05 Evan ChengPrint predicate of the second instruction of the two...
2007-06-05 Evan ChengPIC label asm printing cosmetic changes.
2007-06-04 Evan ChengMisuse of hasExternalLinkage(), should be checking...
2007-06-02 Chris Lattnerupdate this entry, now that Anton implemented shift...
2007-06-01 Evan ChengOpcode modifier s comes after condition code. e.g....
2007-06-01 Evan ChengSet ARM ifcvt duplication limit to 3 for now.
2007-06-01 Evan ChengMake jumptable non-predicable for now.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-29 Evan ChengFor VFP2 fldm, fstm instructions, the condition code...
2007-05-29 Evan ChengFor ldrb, strh, etc., the condition code is before...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-05-24 Dan GohmanAdd explicit qualification for namespace MVT members.
2007-05-23 Evan ChengHooks for predication support.
2007-05-23 Evan ChengRename a parameter.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-22 Bill WendlingWe only need to specify the most-implied feature for...
2007-05-21 Evan ChengFix some -march=thumb regressions. tBR_JTr is not predi...
2007-05-21 Dale JohannesenUse AXI3 not AXI2 for appropriate PIC PC-relative loads...
2007-05-21 Dale JohannesenAdd some patterns for PIC PC-relative loads and stores.
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
next