Prefer to use ocamlc.opt to ocamlc and soforth.
[oota-llvm.git] / lib / CodeGen /
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...
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-26 Bill WendlingDe-tabify.
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-25 Dan GohmanMake some static variables const.
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Evan ChengAll remat'ed loads cannot be folded into two-address...
2008-02-25 Duncan SandsIn debug builds check that the key property holds: all
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-24 Duncan SandsAdd support to LegalizeTypes for building legal vectors
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-23 Evan ChengRematerialization logic was overly conservative when...
2008-02-23 Evan ChengIf remating a machine instr with virtual register opera...
2008-02-23 Evan ChengRecognize loads of arguments as re-materializable first...
2008-02-23 Evan ChengFix spill weight updating bug.
2008-02-22 Evan ChengSame isPhysRegAvailable bug as local register allocator.
2008-02-22 Evan ChengReally really bad local register allocator bug. On...
2008-02-22 Evan ChengAdd debugging printfs.
2008-02-22 Evan ChengMake sure reload of implicit uses are issued before...
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-22 Evan ChengFix compiler warning.
2008-02-22 Dan GohmanFix a regression in 403.gcc and 186.crafty introduced...
2008-02-21 Chris LattnerMake the clobber analysis a bit more smart: we only...
2008-02-21 Chris LattnerTreat clobber operands like early clobbers: if we have
2008-02-21 Bill WendlingClear PhysRegPartUse for the sub register as well.
2008-02-21 Bill WendlingAdjust the MaxAlignment for the special register scaven...
2008-02-21 Evan ChengHelp testing.
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-21 Chris LattnerAdd support for matching mem operands. This fixes...
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Evan ChengClean up some spilling code using MachineRegisterInfo.
2008-02-20 Bill WendlingRemove one of the fixmes that I put in there. From...
2008-02-20 Bill WendlingImprove some comments explaining the "handle kills...
2008-02-20 Bill WendlingFix comment.
next