stop building lto on all platforms. Start building lto2 on Darwin
[oota-llvm.git] / lib /
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 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-02-29 Chris LattnerRefactor some code out of ConvertUsesToScalar into...
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...
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 convertFromAPInt instead of convertFromZero...
2008-02-29 Dan GohmanUse the new APInt-enabled form of getConstant instead...
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Anders CarlssonUse the correct instruction encodings for the 64-bit...
2008-02-29 Dan GohmanSimplify code using convertFromZeroExtendedInteger...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
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 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2008-02-28 Lauro Ramos VenancioInitialize TextAlignFillValue. Fix revision 47703.
2008-02-28 Lauro Ramos VenancioAvoid collisions in value names.
2008-02-28 Dale JohannesenFix an assertion message.
2008-02-28 Chris Lattneradd a note
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-28 Evan ChengKeep track how many commutes are performed by the sched...
2008-02-28 Chris LattnerSparc backend doesn't support debug info yet, mark...
2008-02-28 Chris Lattnerimplement expand for ISD::DECLARE by just deleting it.
2008-02-28 Chris LattnerFix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105
2008-02-28 Chris Lattnerfix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on...
2008-02-28 Chris Lattnertarget-indep codegen memcpy lowering issue.
2008-02-28 Chris LattnerAdd a random not very important note
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-28 Eli FriedmanA few more small things I've run into.
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-27 Devang PatelRemove dead code.
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-02-27 Dale JohannesenHandle load/store of misaligned vectors that are the
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Evan ChengThis is done.
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 Lauro Ramos VenancioEmit an error when a library is not found. It is the...
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 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris Lattnerthis code is correct but strange looking ;-)
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
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 Devang PatelAdd comment.
2008-02-27 Chris Lattneradd a note
2008-02-27 Dan GohmanConvert SimplifyDemandedMask and ShrinkDemandedConstant...
2008-02-26 Devang Patelregenerate.
2008-02-26 Devang PatelAdd assert.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-26 Devang PatelAdd assert to check return type.
2008-02-26 Arnold SchwaighoferRefactor according to Evan's and Anton's suggestions.
2008-02-26 Devang Patelregenerate
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
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 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelAvoid const_casts
2008-02-26 Gabor Greiffix http://llvm.org/bugs/show_bug.cgi?id=2097
2008-02-26 Devang PatelRemove unnecessary getOperand/setOperand overriders.
2008-02-26 Dan GohmanAvoid aborting on invalid shift counts.
2008-02-26 Devang PatelUnify to ReturnInst::init() member functions.
2008-02-26 Eli FriedmanFix for pr2093: direct operands aren't necessarily...
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Arnold SchwaighoferCorrect function comments.
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 Bill WendlingDe-tabify.
2008-02-26 Bill WendlingDe-tabify.
2008-02-26 Arnold SchwaighoferAdd support for intermodule tail calls on x86/32bit...
2008-02-26 Arnold SchwaighoferChange the lowering of arguments for tail call optimized
2008-02-26 Evan ChengThis is possible:
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-26 Devang PatelRemove debugging help.
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-25 Dan GohmanRevert the assert for MUL_LOHI with an unused high...
2008-02-25 Dale JohannesenRevise previous patch per review.
2008-02-25 Dan GohmanAdd an assert to verify that we don't see an
2008-02-25 Dan GohmanRemove the hack that turned an {S,U}MUL_LOHI with an...
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...
next