| Commit message (Expand) | Author | Age | Files | Lines |
* | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner | 2008-02-13 | 2 | -1/+33 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 3 | -39/+17 |
* | teach dag combiner how to eliminate MERGE_VALUES nodes. | Chris Lattner | 2008-02-13 | 1 | -0/+14 |
* | readme updates | Nate Begeman | 2008-02-13 | 2 | -0/+20 |
* | Add test for PR1996. (This is my first time adding a test for a | Eli Friedman | 2008-02-13 | 1 | -0/+19 |
* | Add testcase for recent legalizer change | Nate Begeman | 2008-02-13 | 1 | -0/+8 |
* | Support legalizing insert_vector_elt on targets where the element | Nate Begeman | 2008-02-13 | 1 | -27/+40 |
* | New tests. | Evan Cheng | 2008-02-13 | 3 | -0/+71 |
* | Initial support for copy elimination by commuting its definition MI. | Evan Cheng | 2008-02-13 | 3 | -17/+257 |
* | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman | 2008-02-13 | 1 | -1/+1 |
* | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng | 2008-02-13 | 2 | -16/+68 |
* | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 3 | -0/+28 |
* | Added debugging routine dumpUses. | Evan Cheng | 2008-02-13 | 2 | -6/+18 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 13 | -132/+166 |
* | __DATA not __DATA__ is the right segment name on darwin. | Dale Johannesen | 2008-02-12 | 2 | -2/+2 |
* | Remove some dead code | Nate Begeman | 2008-02-12 | 1 | -7/+3 |
* | SSE4.1 64b integer insert/extract pattern support | Nate Begeman | 2008-02-12 | 4 | -41/+73 |
* | Change APInt::getBitsSet to accept a "half-open" range, where the | Dan Gohman | 2008-02-12 | 1 | -7/+7 |
* | Note that these instructions are for x86-32 linux | Duncan Sands | 2008-02-12 | 1 | -1/+1 |
* | Add more spacing. | Duncan Sands | 2008-02-12 | 1 | -25/+25 |
* | Add instructions for building Ada and Fortran. | Duncan Sands | 2008-02-12 | 1 | -12/+185 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 4 | -3/+125 |
* | Generalize getCopyFromParts and getCopyToParts to | Duncan Sands | 2008-02-12 | 1 | -113/+215 |
* | Revert r46916 PPCTargetAsmInfo.cpp. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |
* | Only using x86-64 rip relative addressing in non-staic mode? | Evan Cheng | 2008-02-12 | 1 | -4/+8 |
* | Don't mask the isel bug. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | This test assumes no SSE4.1. | Evan Cheng | 2008-02-12 | 1 | -1/+1 |
* | Add a doxygen comment for SrcValueSDNode, to make its purpose | Dan Gohman | 2008-02-12 | 1 | -0/+8 |
* | Remove dead code. | Devang Patel | 2008-02-12 | 1 | -2/+0 |
* | Now that ScalarEvolution::print writes to the correct stream, there is | Wojciech Matyjewicz | 2008-02-12 | 7 | -7/+7 |
* | Change negative grep into positive one in my yesterday's testcase. | Wojciech Matyjewicz | 2008-02-12 | 1 | -1/+1 |
* | Fix PR2002. Suppose n is the initial value for the induction | Wojciech Matyjewicz | 2008-02-12 | 2 | -6/+20 |
* | Fix for bug 1996: optimize out loads of undef. This code basically just | Eli Friedman | 2008-02-12 | 1 | -1/+28 |
* | Update comment. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |
* | Unbreak various insert_vector_elt and extract_vector_elt tests in presence of... | Evan Cheng | 2008-02-12 | 1 | -4/+4 |
* | Test case for annotate builtin. | Tanya Lattner | 2008-02-12 | 1 | -0/+7 |
* | Fix some test cases. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | More violation fixes. | Bill Wendling | 2008-02-12 | 1 | -5/+0 |
* | Fix validation errors: di -> dt. | Bill Wendling | 2008-02-12 | 1 | -27/+27 |
* | Reformatting. Adding "doc_code" divisions for code examples. Updated some | Bill Wendling | 2008-02-12 | 1 | -119/+231 |
* | rip out llvm 2.2 stuff in preparation for llvm 2.3 | Chris Lattner | 2008-02-12 | 1 | -260/+70 |
* | heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod... | Chris Lattner | 2008-02-12 | 1 | -40/+30 |
* | remove unknown details | Chris Lattner | 2008-02-12 | 1 | -4/+2 |
* | Add 2.2 release tag. | Tanya Lattner | 2008-02-12 | 1 | -0/+1 |
* | Stuff noticed while grepping code | Nate Begeman | 2008-02-11 | 1 | -65/+7 |
* | Correct the order of the arguments in the examples in the comments | Dan Gohman | 2008-02-11 | 1 | -3/+3 |
* | The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional) | Ted Kremenek | 2008-02-11 | 2 | -6/+28 |
* | Added blurb for CellSPU progress | Scott Michel | 2008-02-11 | 1 | -2/+7 |
* | Generalize the handling of call and return arguments, | Duncan Sands | 2008-02-11 | 1 | -136/+85 |
* | From Chris' review: use isa instead of explicitly using classof. | Dan Gohman | 2008-02-11 | 1 | -1/+1 |