Regenerate.
[oota-llvm.git] / lib /
2007-03-29 Reid SpencerRegenerate.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Zhou Sheng1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
2007-03-29 Evan ChengDisable load width reduction xform of variant (zext...
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-29 Zhou ShengClean up some codes in InstCombiner::SimplifyDemandedBi...
2007-03-29 Evan ChengNew entries.
2007-03-29 Zhou ShengClean up codes in InstCombiner::SimplifyDemandedBits():
2007-03-29 Zhou Sheng1. Make the APInt variable do the binary operation...
2007-03-28 Jeff CohenFix C Backend to generate code that works with Microsof...
2007-03-28 Bill WendlingMade this into a bug report: PR1286
2007-03-28 Anton KorobeynikovOops :)
2007-03-28 Anton KorobeynikovDon't allow MatchAddress recurse too much. This trims...
2007-03-28 Chris Lattneradd a note
2007-03-28 Chris LattnerCompile CodeGen/X86/lea-3.ll:test2 to:
2007-03-28 Zhou ShengAvoid unnecessary APInt construction.
2007-03-28 Chris LattnerDan pointed out that this is done, remove it!
2007-03-28 Scott MichelFirst test check-in.
2007-03-28 Zhou Sheng1. Make more use of getLowBitsSet/getHighBitsSet.
2007-03-28 Devang PatelIt is not possible to determine dominance between two...
2007-03-28 Zhou Sheng1. Make more use of getLowBitsSet/getHighBitsSet.
2007-03-28 Evan ChengNotes on re-materialization.
2007-03-28 Evan ChengMove rematerialization out of beta.
2007-03-28 Zhou ShengUse UnknownBIts[BitWidth-1] instead of UnknownBIts...
2007-03-28 Zhou ShengRemove unused APInt variable.
2007-03-28 Reid SpencerRegenerate.
2007-03-28 Reid SpencerReplace the "implementation" keyword with "checkpoint...
2007-03-28 Zhou ShengClean up codes in ComputeMaskedBits():
2007-03-28 Evan ChengScale 1 is always ok.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-28 Reid SpencerNo need to generate the implementation keyword any...
2007-03-28 Evan ChengGEP index sinking fixes:
2007-03-28 Reid SpencerFor PR1280:
2007-03-28 Evan ChengFix for PR1279. Dead def has a live interval of length...
2007-03-28 Bill WendlingRemove cruft I put in there...
2007-03-28 Chris LattnerFix a problem building llvm-gcc on amd64-unknown-freebs...
2007-03-28 Bill WendlingUnbreak mmx arithmetic. It was barfing trying to do...
2007-03-27 Bill WendlingAdd the "unpack low packed data" instructions. This...
2007-03-27 Devang PatelUse SmallPtrSet.
2007-03-27 Bill WendlingFix so that pandn is emitted instead of an xor/and...
2007-03-27 Evan ChengUnbreaks non-debug builds.
2007-03-27 Lauro Ramos Venancio"The C standards do say that "char" may either be a...
2007-03-27 Lauro Ramos Venanciobugfix: sometimes the spiller puts a load between the...
2007-03-27 Anton KorobeynikovRemove dead code
2007-03-27 Anton KorobeynikovSplit big monster into small helpers. No functionality...
2007-03-27 Evan ChengSDISel does not preserve all, it changes CFG and other...
2007-03-27 Evan ChengDon't call getOperandConstraint() if operand index...
2007-03-27 Devang PatelSpell check.
2007-03-26 Reid SpencerImplement some minor review feedback.
2007-03-26 Reid SpencerFor PR1271:
2007-03-26 Devang PatelReduce malloc/free traffic.
2007-03-26 Devang PatelIt is not possible to determie dominance between two...
2007-03-26 Devang PatelUse std::vector<DFCalculateWorkObject> instead of
2007-03-26 Evan ChengfindRegisterUseOperand() changed.
2007-03-26 Evan ChengFix for PR1266. Don't mark a two address operand IsKill.
2007-03-26 Evan ChengChange findRegisterUseOperand() to return operand index...
2007-03-26 Dale JohannesenFix reversed logic in getRegsUsed. Rename RegStates...
2007-03-26 Chris Lattnereliminate use of std::set
2007-03-26 Reid SpencerAdd a comment to explain a folding transform.
2007-03-26 Reid SpencerGet better debug output by having modified instructions...
2007-03-26 Reid SpencerGet the number of bits to set in a mask correct for...
2007-03-26 Bill WendlingPromote to v1i64 type...
2007-03-26 Bill WendlingUpdated.
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-26 Evan ChengSIGN_EXTEND_INREG requires one extra operand, a ValueTy...
2007-03-26 Reid SpencerFor PR1271:
2007-03-26 Dale JohannesenLook through bitcast when finding IVs. (Chris' patch...
2007-03-25 Reid SpencerFor PR1271:
2007-03-25 Chris Lattnerimplement Transforms/InstCombine/cast2.ll:test3 and...
2007-03-25 Reid SpencerSome cleanup from review:
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-25 Anton KorobeynikovFix authorship
2007-03-25 Chris Lattnerfold constantexprs more aggressively, fixing PR1265
2007-03-25 Reid SpencerRefactor several ConstantExpr::getXXX calls with Consta...
2007-03-25 Chris Lattneradd a note
2007-03-25 Zhou Sheng1. Avoid unnecessary APInt construction if possible.
2007-03-25 Chris LattnerImplement support for vector operands to inline asm...
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris LattnerFix CodeGen/PowerPC/2007-03-24-cntlzd.ll
2007-03-25 Chris Lattnerimplement initial support for the silly X constraint...
2007-03-25 Reid SpencerMake more uses of getHighBitsSet and get rid of some...
2007-03-25 Chris LattnerImplement CodeGen/X86/2007-03-24-InlineAsmMultiRegConst...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-25 Reid SpencerMore APIntification:
2007-03-25 Chris LattnerAllow the b/h/w/k constraints to be applied to values...
2007-03-25 Chris Lattnerenforce the proper range for the i386 N constraint.
2007-03-25 Chris LattnerFix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-03-24 Chris Lattnerfix a regression on vector or instructions.
2007-03-24 Chris Lattnerdon't rely on ADL
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-03-24 Zhou ShengMake some codes more efficient.
2007-03-24 Chris Lattneradd a bad case evan though of.
2007-03-24 Reid SpencerFor PR1205:
2007-03-24 Evan ChengAdjust offset to compensate for big endian machines.
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
next