| Commit message (Expand) | Author | Age | Files | Lines |
* | Firstly, having a BranchInst isn't exclusive with having an unwind_to. | Nick Lewycky | 2008-03-09 | 1 | -0/+18 |
* | A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to | Nick Lewycky | 2008-03-09 | 1 | -0/+8 |
* | Update the inliner and simplifycfg to handle unwind_to. | Nick Lewycky | 2008-03-09 | 2 | -0/+48 |
* | Prune the unwind_to labels on BBs that don't need them. Another step in the | Nick Lewycky | 2008-03-09 | 1 | -0/+15 |
* | Update inliner to handle functions that return multiple values. | Devang Patel | 2008-03-07 | 2 | -0/+92 |
* | Place for sret promotion tests. | Devang Patel | 2008-03-07 | 1 | -0/+3 |
* | Commit the testcase too. | Nick Lewycky | 2008-03-06 | 1 | -0/+8 |
* | Don't try to simplify urem and srem using arithmetic rules that don't work | Nick Lewycky | 2008-03-06 | 1 | -26/+33 |
* | Use cast instead of dyn_cast. | Devang Patel | 2008-03-04 | 1 | -9/+11 |
* | Handle multiple return values. | Devang Patel | 2008-03-04 | 1 | -0/+26 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 258 | -7456/+7573 |
* | fix a bug Anders ran into where scalarrepl would crash when promoting | Chris Lattner | 2008-02-29 | 1 | -0/+16 |
* | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner | 2008-02-29 | 1 | -0/+16 |
* | Add PR number to testcase. | Owen Anderson | 2008-02-26 | 1 | -0/+1 |
* | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson | 2008-02-26 | 1 | -0/+45 |
* | fix this test so that the fn name doesn't match the regex | Chris Lattner | 2008-02-26 | 1 | -1/+1 |
* | Really feed llvm-as with the testcase, do not let it read from stdin. This fi... | Gabor Greif | 2008-02-26 | 1 | -1/+1 |
* | Fix an issue where GVN was performing the return slot optimization when it was | Owen Anderson | 2008-02-25 | 1 | -0/+32 |
* | Fix an issue where GVN would try to use an instruction before its definition ... | Owen Anderson | 2008-02-25 | 2 | -1/+26 |
* | Testcase for Revision 47478. | Zhou Sheng | 2008-02-23 | 1 | -0/+9 |
* | Correctly fold divide-by-constant, even when faced with overflow. | Nick Lewycky | 2008-02-18 | 2 | -0/+23 |
* | make this just a bit more strict. | Chris Lattner | 2008-02-18 | 1 | -1/+1 |
* | Add support to GVN for performing sret return slot optimization. This means ... | Owen Anderson | 2008-02-18 | 1 | -0/+28 |
* | optimize away stackrestore calls that have no intervening alloca or call. | Chris Lattner | 2008-02-18 | 1 | -3/+40 |
* | upgrade this test. | Chris Lattner | 2008-02-18 | 1 | -11/+11 |
* | Fold (-x + -y) -> -(x+y) which promotes better association, fixing | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | Split up subtracts into add+negate if they have a reassociable use or operand | Chris Lattner | 2008-02-17 | 1 | -0/+13 |
* | upgrade and simplify this test. | Chris Lattner | 2008-02-17 | 1 | -6/+7 |
* | Remove any 'nest' parameter attributes if the function | Duncan Sands | 2008-02-16 | 1 | -0/+57 |
* | If loop header is also loop exiting block then OrigPN is incoming value for B... | Devang Patel | 2008-02-14 | 1 | -0/+464 |
* | Fix PR2029 | Chris Lattner | 2008-02-14 | 1 | -0/+14 |
* | Testcase for PR2032. | Nick Lewycky | 2008-02-14 | 1 | -0/+22 |
* | A loop latch phi node may have uses inside loop, not just in loop header. | Devang Patel | 2008-02-13 | 1 | -0/+74 |
* | While moving exit condition, do not drop loop latch on the floor. | Devang Patel | 2008-02-13 | 1 | -0/+72 |
* | Keep track of exit value operand number when operands are swapped. | Devang Patel | 2008-02-13 | 1 | -0/+67 |
* | Add a note pointing to PR1996. | Eli Friedman | 2008-02-13 | 1 | -0/+1 |
* | Add test for PR1996. (This is my first time adding a test for a | Eli Friedman | 2008-02-13 | 1 | -0/+19 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -1/+0 |
* | Fix PR 1995. | Devang Patel | 2008-02-08 | 1 | -0/+48 |
* | Temporarily reverting: | Bill Wendling | 2008-02-06 | 1 | -0/+1 |
* | Fix a bug compiling PR1978 (perhaps not the only one though) which | Chris Lattner | 2008-02-05 | 1 | -0/+33 |
* | Make this test more aggressive, to cover recent improvements. | Owen Anderson | 2008-02-04 | 1 | -1/+1 |
* | Allow GVN to hack on memcpy's, making them open to further optimization. | Owen Anderson | 2008-02-04 | 1 | -0/+22 |
* | Tag this test with the PR reference. | Nick Lewycky | 2008-02-03 | 1 | -0/+1 |
* | There are some cases where icmp(add) can be folded into a new icmp. Handle them. | Nick Lewycky | 2008-02-03 | 1 | -0/+19 |
* | Don't drop function/call return attributes like 'nounwind'. | Duncan Sands | 2008-02-01 | 1 | -0/+15 |
* | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson | 2008-01-30 | 1 | -1/+1 |
* | Fix a bug where scalarrepl would discard offset if type would match. | Chris Lattner | 2008-01-30 | 1 | -0/+21 |
* | Don't let globalopt hack on volatile loads or stores. | Chris Lattner | 2008-01-29 | 1 | -0/+9 |
* | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner | 2008-01-29 | 1 | -0/+15 |