Give PassManager and FunctionPassManager a common base class, with
[oota-llvm.git] / lib / CodeGen /
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-11 Evan ChengUse TargetRegisterInfo::getPhysicalRegisterRegClass...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-03-11 Chris Lattnercompile: double test() {}
2008-03-11 Chris Lattnervariadic instructions don't have operand info for varia...
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-11 Chris LattnerIf a register operand comes from the variadic part...
2008-03-11 Evan ChengTemporarily revert 48175.
2008-03-11 Dan GohmanMore APInt-ification.
2008-03-10 Dan GohmanCorrectly clone FlaggedNodes.
2008-03-10 Dan GohmanAPInt-ify this.
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Evan ChengIf the register allocator ran out of registers, just...
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Evan ChengSomewhat better solution.
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Bill WendlingMinor cleanup. No functionality change.
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-10 Evan ChengDoh
2008-03-10 Owen AndersonMove StrongPHIElimination after live interval analysis...
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris Lattnerremove an extraneous (and ugly) default argument, thank...
2008-03-09 Chris Lattnerfp_round's produced by getCopyFromParts should always...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris LattnerAdd ScheduleDAG support for copytoreg where the src...
2008-03-09 Chris Lattnerfix 80 col violation
2008-03-09 Chris Lattnerextend fp values with FP_EXTEND not FP_ROUND.
2008-03-09 Chris LattnerFix two problems in SelectionDAGLegalize::ExpandBUILD_V...
2008-03-08 Chris LattnerTeach SD some vector identities, allowing us to compile...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-07 Bill WendlingSomething that kills a super-register also
2008-03-07 Evan ChengFixed a register scavenger bug. If a def is re-defining...
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-06 Evan Cheng80 col violation.
2008-03-06 Gabor Greifsome more spelling changes
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
2008-03-05 Chris LattnerGeneralize FP constant shrinking optimization to apply...
2008-03-05 Chris LattnerImprove comment, pass in the original VT so that we...
2008-03-05 Dan GohmanCodegen support for i128 UINT_TO_FP. This just fixes a
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-05 Andrew Lenharth64bit CAS on 32bit x86.
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-04 Roman LevensteinSome improvements related to the computation of heights...
2008-03-04 Evan ChengRefactor ExpandConstantFP so it can optimize load from...
2008-03-04 Bill WendlingDid I say 'e = getNumOperands()'? I meant --e, of course.
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-03 Bill WendlingMiscellaneous clean-ups based on Evan's feedback:
2008-03-03 Dan GohmanMisc. APInt-ification in the DAGCombiner.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanYet more APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Bill WendlingGo through the machine instruction's operands to make...
2008-03-03 Bill WendlingMake the register scavenger update the bookkeeping...
2008-03-03 Bill WendlingMultiple instructions can be inserted when eliminating...
2008-03-01 Andrew Lenharthall but CAS working on x86
2008-03-01 Dale JohannesenAdd MVT::is128BitVector and is64BitVector. Shrink
2008-03-01 Evan ChengRefactor / clean up code; remove td list scheduler...
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-29 Bill WendlingIf we reload a virtual register that's already been...
2008-02-29 Evan ChengFix PR2112: don't run loop aligner if target doesn...
2008-02-29 Evan ChengNo need for coalescer to update kills. Only copies...
2008-02-29 Evan ChengRemove redundant #include.
2008-02-29 Dan GohmanMore APInt-ification.
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-29 Dan GohmanUse the new APInt-enabled form of getConstant instead...
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Dale JohannesenFix an assertion message.
2008-02-28 Evan ChengKeep track how many commutes are performed by the sched...
2008-02-28 Chris Lattnerimplement expand for ISD::DECLARE by just deleting it.
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Dale JohannesenHandle load/store of misaligned vectors that are the
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Dan GohmanRemove the `else', at Evan's insistence.
2008-02-27 Duncan SandsAdd a FIXME about the VECTOR_SHUFFLE evil hack.
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-27 Duncan SandsLegalizeTypes support for legalizing the mask
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Duncan SandsSupport for legalizing MEMBARRIER.
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-27 Dan GohmanTeach Legalize how to expand an EXTRACT_ELEMENT.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-27 Dan GohmanConvert SimplifyDemandedMask and ShrinkDemandedConstant...
2008-02-26 Chris LattnerUse a smallvector for inactiveCounts and initialize...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Evan ChengEnable -coalescer-commute-instrs by default.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
next