oota-llvm.git
2007-03-30 Reid SpencerFor PR1289:
2007-03-30 Reid SpencerFor PR1289:
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-03-29 Evan ChengNew entry.
2007-03-29 Evan ChengCan't re-materialize mov r, imm in thumb since mov...
2007-03-29 Reid SpencerRemove some non-sensical logic that prevented llvm...
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Chris Lattnerthe bytecode reader supports dematerializeFunction
2007-03-29 Reid Spencercheckpoint -> implementation. This really needs to...
2007-03-29 Reid SpencerRegenerate.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-29 Chris Lattneradd a hook to demat functions.
2007-03-29 Chris Lattnerdon't build runtime for now, ever
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Jeff CohengetFileStatus has a new parameter (caught by VC++).
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
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 SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerRegenerate for PR1283 fix.
2007-03-29 Reid SpencerFor PR1283:
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 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.
next