oota-llvm.git
2007-07-05 Duncan SandsMake sure only one copy of a filter is placed in the
2007-07-05 Duncan SandsTest commit.
2007-07-05 Reid SpencerAdd a note about llvm2cpp's dubious future.
2007-07-05 Reid SpencerGet the version number right, finally.
2007-07-05 Evan ChengTeach DAGISelEmitter about zero_reg.
2007-07-05 Evan ChengInstructions with ImmutablePredicateOperand aren't...
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-07-05 Evan Cheng- Added zero_reg def to stand for register 0.
2007-07-05 Evan ChengDo not check isPredicated() on non-predicable instructions.
2007-07-05 Evan ChengBetter assertion messages.
2007-07-05 Nick LewyckyBreak "variable canonicalization" out of InequalityGrap...
2007-07-04 Owen AndersonFix another bug, this time in PREing select instructions.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-07-04 Dale JohannesenRefactor X87 instructions. As a side effect, all
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-07-04 Duncan SandsNested try-catch-filter testcase.
2007-07-04 Chris LattnerMake the GSG actually work.
2007-07-04 Owen AndersonFix a typo that was killing GVNPRE of select instructions.
2007-07-04 Owen AndersonFix an error in phi translation of GEPs that was causin...
2007-07-04 Reid SpencerIgnore the .svn directories so countloc.sh and llvmgrep...
2007-07-04 Bill WendlingSupport generation of GR64 to MMX code in the JIT.
2007-07-04 Devang PatelRemove unused method - getIDomBlock().
2007-07-04 Devang PatelFix typo in assertion check.
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on GEP instructions.
2007-07-03 Bill WendlingChange the place where man pages are installed to ...
2007-07-03 Owen AndersonAdd functionality to value number GEP instructions...
2007-07-03 Anton KorobeynikovTest modified svn mailer
2007-07-03 Owen AndersonRemove BFtoLLVM. It was old, and a poor example becaus...
2007-07-03 Owen AndersonMake the unary operator case a bit faster, since casts...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on cast instructions...
2007-07-03 Tanya LattnerWe really should not have this version number in SO...
2007-07-03 Anton KorobeynikovRevert last change until issue reported by Owen, won...
2007-07-03 Dale JohannesenSome spacing fixes. Cosmetic.
2007-07-03 Anton KorobeynikovRename llvm-test => test-suite. By Dave Greene.
2007-07-03 Dan GohmanFix several over-aggressive folds for undef nodes in...
2007-07-03 Chris Lattnernote where to get steens-aa and ds-aa
2007-07-03 Owen AndersonTest commit.
2007-07-03 Dale JohannesenNew testcases for rev 37847 (PR's 1489 and 1505).
2007-07-03 Dale JohannesenFix for PR 1505 (and 1489). Rewrite X87 register
2007-07-02 Tanya LattnerTesting commit.
2007-07-02 Dan GohmanAdd a basic test-case for passing and returning <4...
2007-07-02 Dan GohmanVector results may be returned in XMM0 and XMM1, not...
2007-07-02 Dan GohmanReplace ExpandScalarFormalArgs and ExpandScalarCallArgs...
2007-07-02 Dan GohmanTeach GetNegatedExpression to negate 0-B to B in Unsafe...
2007-07-02 Dan GohmanNew test case. DAGCombiner should be able to fold ...
2007-07-02 Dan GohmanRemove declarations for code no longer in the tree...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-07-02 Zhou ShengTest case for recent patch for IndVarSimplify.cpp
2007-07-02 Reid SpencerRemove the last vestiges of -usesvn.
2007-07-02 Reid SpencerWe want the Subversion checkout to succeed even if...
2007-07-01 Reid SpencerTerminate the document with the right end tags.
2007-07-01 Nick LewyckyFix undefined behaviour reported by the new --enable...
2007-06-30 Duraid Madinatake blame for bigblock RA (test SVN commit)
2007-06-30 Reid SpencerBe slightly more explanatory about the work I've done...
2007-06-30 Chris Lattnertest commit
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
2007-06-30 Anton KorobeynikovRemove labels again
2007-06-29 Evan ChengNew test.
2007-06-29 Devang PatelAdd loop info verification mechanism.
2007-06-29 Anton KorobeynikovChange CVS-style 'labels' to SVN 'tags' directory.
2007-06-29 Devang PatelPreserve DominanceFrontier.
2007-06-29 Dan GohmanAdd an explicit keyword. Thanks Chris!
2007-06-29 Evan ChengOnly do FNEG xform when the vector type is a floating...
2007-06-29 Anton KorobeynikovAnother typo
2007-06-29 David GreeneRemove unused variables.
2007-06-29 Evan ChengNew test.
2007-06-29 Evan ChengFix a vector FP constant CSE bug.
2007-06-29 Anton KorobeynikovFix a typo
2007-06-29 John CriswellApplied Reid's patch. Long live Subversion!
2007-06-29 John CriswellApplied Reid's patch. Long live Subversion!
2007-06-29 John CriswellUpdated my entry as a test commit.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Reid SpencerAdd a missing .
2007-06-29 David GreeneRemove unnecessary attributions in comments.
2007-06-29 David GreeneClean up comments to be consistent with code.
2007-06-29 Reid SpencerFix problems with the checkout and cd directories for...
2007-06-29 David GreeneFix reference to iterator invalidated by an erase opera...
2007-06-29 David GreeneFix reference to cached end iterator invalidated by...
2007-06-29 David GreeneRemove the "special tie breaker" because it resulted...
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-29 Devang PatelDo not filter loop if candidate branch is in loop header.
2007-06-29 Evan ChengNew test.
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-29 Owen AndersonAdd support for value numbering (but not actually optim...
2007-06-29 Owen AndersonAdd a type field to expressions in preparation for...
2007-06-29 Evan ChengNew tests.
2007-06-29 Evan ChengNo vector fneg.
2007-06-29 Dan GohmanFix an assertion failure in legalizing bitcast operator...
2007-06-29 Evan ChengType of vector extract / insert index operand should...
2007-06-28 Owen AndersonAdd support for performing GVNPRE on select instruction...
2007-06-28 Owen AndersonAdd a test for performing GVNPRE on select instructions.
2007-06-28 Dan GohmanAdd new TargetLowering code to provide the final regist...
2007-06-28 Devang PatelFix PR 1526.
2007-06-28 Dan GohmanAdd a default parameter to a SmallVector constructor...
next