2007-07-05 |
Devang Patel | Fix PR1539. Add LoopPassPrinter. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Duncan Sands | Make sure only one copy of a filter is placed in the |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Duncan Sands | Test commit. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Reid Spencer | Add a note about llvm2cpp's dubious future. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Reid Spencer | Get the version number right, finally. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Teach DAGISelEmitter about zero_reg. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Instructions with ImmutablePredicateOperand aren't... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Reflects the chanegs made to PredicateOperand. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Added ARM::CPSR to represent ARM CPSR status register. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Unfortunately we now require C++ code to isel Bcc,... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Each ARM use predicate operand is now made up of two... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Added ARM::CPSR to represent ARM CPSR status register. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | PPC conditional branch predicate does not change after... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | - Added zero_reg def to stand for register 0. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Do not check isPredicated() on non-predicable instructions. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Better assertion messages. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Nick Lewycky | Break "variable canonicalization" out of InequalityGrap... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix another bug, this time in PREing select instructions. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Gabor Greif | Pretty straightforward replacement of "bytecode" by... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Dale Johannesen | Refactor X87 instructions. As a side effect, all |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Duncan Sands | Extend eh.selector to support both catches and filters. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Duncan Sands | Nested try-catch-filter testcase. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Chris Lattner | Make the GSG actually work. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix a typo that was killing GVNPRE of select instructions. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix an error in phi translation of GEPs that was causin... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Reid Spencer | Ignore the .svn directories so countloc.sh and llvmgrep... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Bill Wendling | Support generation of GR64 to MMX code in the JIT. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Devang Patel | Remove unused method - getIDomBlock(). |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Devang Patel | Fix typo in assertion check. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Bill Wendling | Allow a GR64 to be moved into an MMX register via the... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add support for performing GVNPRE on GEP instructions. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Bill Wendling | Change the place where man pages are installed to ... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add functionality to value number GEP instructions... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Test modified svn mailer |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Remove BFtoLLVM. It was old, and a poor example becaus... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Make the unary operator case a bit faster, since casts... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add support for performing GVNPRE on cast instructions... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Tanya Lattner | We really should not have this version number in SO... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Revert last change until issue reported by Owen, won... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | Some spacing fixes. Cosmetic. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Rename llvm-test => test-suite. By Dave Greene. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dan Gohman | Fix several over-aggressive folds for undef nodes in... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Chris Lattner | note where to get steens-aa and ds-aa |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Test commit. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | New testcases for rev 37847 (PR's 1489 and 1505). |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | Fix for PR 1505 (and 1489). Rewrite X87 register |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Tanya Lattner | Testing commit. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Add a basic test-case for passing and returning <4... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Vector results may be returned in XMM0 and XMM1, not... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Replace ExpandScalarFormalArgs and ExpandScalarCallArgs... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Teach GetNegatedExpression to negate 0-B to B in Unsafe... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | New test case. DAGCombiner should be able to fold ... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Remove declarations for code no longer in the tree... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Zhou Sheng | Test case for recent patch for IndVarSimplify.cpp |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Reid Spencer | Remove the last vestiges of -usesvn. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Reid Spencer | We want the Subversion checkout to succeed even if... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Reid Spencer | Terminate the document with the right end tags. |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Nick Lewycky | Fix undefined behaviour reported by the new --enable... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Duraid Madina | take blame for bigblock RA (test SVN commit) |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Reid Spencer | Be slightly more explanatory about the work I've done... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Evan Cheng | (For Chris): Fix failure where we rejected compiling... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Anton Korobeynikov | Remove labels again |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Devang Patel | Add loop info verification mechanism. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Anton Korobeynikov | Change CVS-style 'labels' to SVN 'tags' directory. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Devang Patel | Preserve DominanceFrontier. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Dan Gohman | Add an explicit keyword. Thanks Chris! |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | Only do FNEG xform when the vector type is a floating... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Anton Korobeynikov | Another typo |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | Fix a vector FP constant CSE bug. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Anton Korobeynikov | Fix a typo |
commit | commitdiff | tree | snapshot |
2007-06-29 |
John Criswell | Applied Reid's patch. Long live Subversion! |
commit | commitdiff | tree | snapshot |
2007-06-29 |
John Criswell | Applied Reid's patch. Long live Subversion! |
commit | commitdiff | tree | snapshot |
2007-06-29 |
John Criswell | Updated my entry as a test commit. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
John Criswell | Convert .cvsignore files |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Reid Spencer | Add a missing . |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Remove unnecessary attributions in comments. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Clean up comments to be consistent with code. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Reid Spencer | Fix problems with the checkout and cd directories for... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Fix reference to iterator invalidated by an erase opera... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Fix reference to cached end iterator invalidated by... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Remove the "special tie breaker" because it resulted... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
David Greene | Fix misue of iterator pointing to erased object. Uncov... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Devang Patel | Do not filter loop if candidate branch is in loop header. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | Prevent PPC::BCC first operand, the PRED number, from... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Owen Anderson | Add support for value numbering (but not actually optim... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Owen Anderson | Add a type field to expressions in preparation for... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | New tests. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | No vector fneg. |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Dan Gohman | Fix an assertion failure in legalizing bitcast operator... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Evan Cheng | Type of vector extract / insert index operand should... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Owen Anderson | Add support for performing GVNPRE on select instruction... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Owen Anderson | Add a test for performing GVNPRE on select instructions. |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Dan Gohman | Add new TargetLowering code to provide the final regist... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Devang Patel | Fix PR 1526. |
commit | commitdiff | tree | snapshot |
next |