s/isReturnStruct()/hasStructRetAttr()/g
[oota-llvm.git] / lib / CodeGen /
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.
2008-02-20 Devang Patelassert is more effective reminder then FIXME tag for...
2008-02-20 Duncan SandsLegalizeTypes support for scalarizing a vector store
2008-02-20 Dan GohmanConvert Legalize to use the APInt form of ComputeMasked...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanConvert DAGCombiner to use the APInt form of ComputeMas...
2008-02-20 Dan GohmanUse APInt::intersects.
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingAdded some comments and reformatted others. No function...
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-20 Chris LattnerFix an incredibly subtle bug exposed by Ted's change...
2008-02-20 Bill WendlingNo functionality change:
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Evan ChengPR1909: Tail merging pass ran wild. It makes no sense...
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Evan Cheng- Remove the previous check which broke coalescer-commu...
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-18 Evan ChengFor now, avoid commuting def MI for copy MI's whose...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-16 Evan ChengRefactor some code; check if commuteInstruction is...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Bill WendlingFix typos.
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-16 Dan GohmanRevert 47177, which was incorrect.
next