oota-llvm.git
2007-03-28 Jeff CohenUpdate to current situation.
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 LattnerStop using the foo HTML tag :)
2007-03-28 Chris Lattneradd a note
2007-03-28 Chris LattnerCompile CodeGen/X86/lea-3.ll:test2 to:
2007-03-28 Chris Lattnernew testcases
2007-03-28 Chris Lattnernew testcase
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 Jeff CohenFix problem with llvm-config that prevented JIT from...
2007-03-28 Reid SpencerDelete the remanant of an obsolete comment.
2007-03-28 Zhou ShengRemove unused APInt variable.
2007-03-28 Reid SpencerUndocument the implementation keyword
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-28 Reid SpencerRegenerate.
2007-03-28 Reid SpencerReplace the "implementation" keyword with "checkpoint...
2007-03-28 Reid SpencerThe implementation keyword was replaced 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 Reid Spencerimplementation keyword is going .. going .. gone.
2007-03-28 Evan ChengGEP index sinking fixes:
2007-03-28 Chris Lattnerdon't use 'not' when we can use a positive test
2007-03-28 Reid Spencernew test case for PR1280
2007-03-28 Reid SpencerFor PR1280:
2007-03-28 Reid SpencerFor PR1280:
2007-03-28 Evan ChengAdded a test case for PR1279.
2007-03-28 Chris Lattnernew testcase
2007-03-28 Evan ChengFix for PR1279. Dead def has a live interval of length...
2007-03-28 Chris Lattnerupgrade a random test
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-28 Chris Lattnernew testcase
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
next