oota-llvm.git
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 SpencerTest case for PR1271 involving construction of a bad...
2007-03-26 Reid SpencerFor PR1271:
2007-03-26 Dale JohannesenLook through bitcast when finding IVs. (Chris' patch...
2007-03-26 Chris LattnerStart value symbol tables out small (space for 16 elts...
2007-03-25 Anton KorobeynikovAdd "feature" testcase for new switch lowering code
2007-03-25 Reid SpencerCompute getLowBitsSet correctly. Using the complement...
2007-03-25 Reid SpencerAdd a test case for PR1271 (necessary, but not sufficient).
2007-03-25 Reid SpencerFor PR1271:
2007-03-25 Chris Lattnerimplement Transforms/InstCombine/cast2.ll:test3 and...
2007-03-25 Chris Lattnernew testcase
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 Lattnernew testcase
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris LattnerFix CodeGen/PowerPC/2007-03-24-cntlzd.ll
2007-03-25 Chris Lattnertest that the ppc backend can do 64-bit cntlz
2007-03-25 Chris Lattnerimplement initial support for the silly X constraint...
2007-03-25 Chris Lattnernew testcase
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 Lattnernew testcase
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-25 Chris Lattnernew testcase
2007-03-25 Reid SpencerFix a typo in a comment.
2007-03-25 Reid SpencerActually, for getHighBitsSet and getLowBitsSet, don...
2007-03-24 Chris Lattnerfix a regression on vector or instructions.
2007-03-24 Reid SpencerMake it illegal to set 0 bits in getHighBitsSet and...
2007-03-24 Reid SpencerIn the getBitsSet function, don't optimize for a common...
2007-03-24 Reid SpencerDon't invoke undefined behavior in shifts in the functi...
2007-03-24 Reid SpencerImplement the getBitsSet function.
2007-03-24 Reid SpencerRemove the last vestiges of this directory.
2007-03-24 Reid SpencerImplement the getHighBitsSet and getLowBitsSet functions.
2007-03-24 Reid SpencerGet the signs in the right place!
2007-03-24 Reid SpencerFix a link.
2007-03-24 Reid SpencerUndo the last change and make this really implement...
2007-03-24 Reid SpencerFlip the srem tests around. Previous commit was to...
2007-03-24 Reid SpencerCorrect the description of srem. remainder follows...
2007-03-24 Reid SpencerCorrect the implementation of srem to be remainder...
2007-03-24 Reid SpencerFix incorrect test cases for srem. The definition of...
2007-03-24 Reid SpencerClean up this interface:
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
2007-03-23 Bill WendlingThis is dead. DEAD I tells you!!
2007-03-23 Bill WendlingPR1260:
2007-03-23 Evan ChengMake sure SEXTLOAD of the specific type is supported...
2007-03-23 Reid SpencerAdd more test cases for APIntified InstCombine.
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Evan ChengAlso replace uses of SRL if that's also folded during...
2007-03-23 Reid SpencerAdd test case for testing InstCombine with arbitrary...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Chris Lattnerswitch AddReachableCodeToWorklist from being recursive...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-23 Duncan SandsTest handling of switches with wide case ranges.
2007-03-23 Reid SpencerFix constant fold of div by zero and rem by zero to...
2007-03-23 Zhou ShengMake the "KnownZero ^ TypeMask" computation just once.
2007-03-23 Zhou ShengSimplify the code.
2007-03-23 Evan ChengA couple of bug fixes for reducing load width xform:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Duncan SandsThe -funcresolve and -raise options no longer exist.
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Jeff CohenCleanup obsolete stuff.
2007-03-22 Jeff CohenBe more explicit concerning argument sizes.
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Evan ChengUnbreak non-debug builds.
2007-03-22 Reid SpencerMake this test actually match the generated code.
2007-03-22 Reid SpencerAdd noreturn function attribute.
2007-03-22 Reid SpencerAdd tests for nounwind and noreturn function attributes.
2007-03-22 Reid SpencerAdd the NoUnwind function attribute.
2007-03-22 Reid SpencerRegenerate.
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-22 Nick LewyckyFix broken optimization disabled by a logic bug.
2007-03-22 Reid SpencerPreview nounwind function attribute.
2007-03-22 Evan ChengAnother test case.
2007-03-22 Evan ChengMore opportunities to reduce load size.
2007-03-22 Evan ChengTest case for PR1257
2007-03-22 Evan ChengFix for PR1257. Bug in live range shortening as a resul...
2007-03-22 Reid SpencerTest case for PR1248
2007-03-22 Reid SpencerFor PR1145:
2007-03-22 Anton KorobeynikovMore LangRef fixes. Corrected names of intrinsics.
next