Mark vector ctpop, cttz, and ctlz as Expand on x86.
[oota-llvm.git] / lib / Target / Alpha /
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-08-02 Dan GohmanMore explicit keywords.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Dan GohmanPass a SelectionDAG into SDNode::dump everywhere it...
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerFor PR1336:
2007-03-31 Andrew LenharthReadme
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-02-28 Evan ChengPEI now passes a RegScavenger ptr to eliminateFrameIndex.
2007-02-23 Evan ChengBy default, spills kills the register being stored.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-02-16 Andrew LenharthThis was done recently
2007-02-13 Andrew LenharthWell this isn't as ugly and it works better. At least...
2007-02-08 Andrew Lenharthreturn addresses, those I already have
2007-02-08 Bill WendlingAdded new method to add a "simple" code emitter. That...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2007-01-24 Andrew LenharthFix unordered fp on alpha
2007-01-24 Evan ChengRenamed getTypeAlignmentShift() to getPreferredTypeAlig...
2007-01-23 Evan ChengPEI is now responsible for adding MaxCallFrameSize...
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-19 Reid SpencerFor PR1043:
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Andrew LenharthSimplify a bit
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Andrew LenharthBe sure to grab weak functions too, and make implicit...
2006-12-06 Chris Lattneradd #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-03 Chris Lattnersilence warnings.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-20 Reid SpencerFor PR950:
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Chris Lattneradjcallstack up/down clobbers the sp
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Chris LattnerUse cute tblgen tricks to make zap handling more powerf...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris LattnerRemove dead/redundant instructions. These are handled...
2006-10-11 Andrew LenharthThis entry is done. switched to the gcc way of doing...
2006-10-11 Chris LattnerThis has apparently been fixed
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-06 Chris LattnerSet the jt section
2006-10-06 Chris LattnerAlpha uses a got
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris Lattneruse getSectionForFunction to decide which section to...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
next