oota-llvm.git
2007-03-27 Tanya LattnerFixing doxygen.cfg target. I'm not a makefile expert...
2007-03-27 Bill WendlingAdd the "unpack low packed data" instructions. This...
2007-03-27 Devang PatelUse SmallPtrSet.
2007-03-27 Duncan SandsTest that a VIEW_CONVERT_EXPR used as an lvalue has...
2007-03-27 Bill WendlingAdd better support for keywords.
2007-03-27 Bill WendlingFix so that pandn is emitted instead of an xor/and...
2007-03-27 Bill WendlingAdd support for integer comparison builtins.
2007-03-27 Evan ChengUnbreaks non-debug builds.
2007-03-27 Lauro Ramos... "The C standards do say that "char" may either be a...
2007-03-27 Lauro Ramos... bugfix: 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 Reid SpencerFor PR1276:
2007-03-27 Reid SpencerFor PR601:
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 SpencerAnother test case for PR1271 where bad shift masks...
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 ChengTest case for PR1266.
2007-03-26 Evan ChengfindRegisterUseOperand() changed.
2007-03-26 Evan ChengFix for PR1266. Don't mark a two address operand IsKill.
2007-03-26 Reid SpencerFor PR1277:
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 SpencerFix this test case to match output after a bug was...
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 Duncan SandsFix testsuite hang.
2007-03-26 Reid SpencerFor PR601:
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 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...
next