| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 7 | -8/+11 |
* | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner | 2008-04-09 | 1 | -4/+12 |
* | merge r48768 from branches/ggreif/parallelized-test | Gabor Greif | 2008-04-08 | 1 | -3/+0 |
* | add a testcase for forming memset from noncontiguous stores. | Chris Lattner | 2008-03-29 | 2 | -1/+100 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 1 | -0/+6 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 27 | -882/+654 |
* | Add incoming value from header only if phi node has any use inside the loop. | Devang Patel | 2008-03-24 | 1 | -0/+69 |
* | apparently tclsh doesn't lex like bash. Weird. | Chris Lattner | 2008-03-24 | 1 | -1/+1 |
* | pass the option so this test tests the right thing. | Chris Lattner | 2008-03-24 | 1 | -2/+2 |
* | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng | 2008-03-24 | 1 | -0/+35 |
* | Use normal naming convention for test. | Owen Anderson | 2008-03-22 | 1 | -0/+0 |
* | implement an initial hack at a straight-line store -> memset optimization. | Chris Lattner | 2008-03-22 | 1 | -0/+55 |
* | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner | 2008-03-21 | 1 | -0/+7 |
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 48 | -2357/+2209 |
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 26 | -723/+610 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-19 | 23 | -273/+288 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-19 | 23 | -480/+421 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-19 | 25 | -434/+333 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-18 | 23 | -377/+336 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-18 | 26 | -605/+564 |
* | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling | 2008-03-14 | 1 | -0/+9 |
* | Fix a bug in GVN that Duncan noticed, where we potentially need to insert a | Owen Anderson | 2008-03-13 | 1 | -0/+19 |
* | Improve the return slot optimization to be both more aggressive (not limited ... | Owen Anderson | 2008-03-12 | 1 | -2/+4 |
* | Fix attribute handling. | Devang Patel | 2008-03-12 | 1 | -0/+7 |
* | Handle multiple ret values. | Devang Patel | 2008-03-11 | 1 | -0/+20 |
* | Check to see if a two-entry PHI block can be simplified | Dan Gohman | 2008-03-11 | 1 | -0/+15 |
* | Make this test more challenging to help it avoid being | Dan Gohman | 2008-03-11 | 1 | -2/+8 |
* | Initial multiple return values support. | Devang Patel | 2008-03-11 | 1 | -0/+12 |
* | Upgrade this test. | Dan Gohman | 2008-03-11 | 1 | -6/+6 |
* | Simplify | Devang Patel | 2008-03-10 | 2 | -33/+51 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 60 | -2070/+1594 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 3 | -15/+15 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 49 | -726/+800 |
* | 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 |