2008-07-09 |
Nick Lewycky | Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned... |
tree | commitdiff |
2008-07-09 |
Nick Lewycky | Fold ((1 << a) & 1) to (a == 0). |
tree | commitdiff |
2008-07-09 |
Chris Lattner | Fix a broken test. Neither load is eliminable without... |
tree | commitdiff |
2008-07-09 |
Nick Lewycky | Reduce x - y to -y when we know the 'x' part will get... |
tree | commitdiff |
2008-07-09 |
Devang Patel | If loop induction variable's start value is less then... |
tree | commitdiff |
2008-07-08 |
Dale Johannesen | Testcase for debug info from data-only files. |
tree | commitdiff |
2008-07-08 |
Chris Lattner | 'Optimize' test |
tree | commitdiff |
2008-07-08 |
Chris Lattner | new testcase for PR2496 |
tree | commitdiff |
2008-07-08 |
Duncan Sands | Testcase for PR2520. |
tree | commitdiff |
2008-07-08 |
Chris Lattner | Fix three bugs: |
tree | commitdiff |
2008-07-07 |
Dan Gohman | Refactor the tablegen DAGISelEmitter code for outputing... |
tree | commitdiff |
2008-07-07 |
Evan Cheng | Fix two serious LSR bugs. |
tree | commitdiff |
2008-07-05 |
Anton Korobeynikov | Testcase for PR2463 |
tree | commitdiff |
2008-07-05 |
Anton Korobeynikov | Testcase for PR2146 |
tree | commitdiff |
2008-07-05 |
Nick Lewycky | Fix missed optimization opportunity when analyzing... |
tree | commitdiff |
2008-07-03 |
Owen Anderson | Remove the ability for ADCE to remove unreachable block... |
tree | commitdiff |
2008-07-02 |
Owen Anderson | Add support to ADCE for pruning unreachable blocks... |
tree | commitdiff |
2008-07-02 |
Owen Anderson | A better fix for PR2503 that doesn't pessimize GVN... |
tree | commitdiff |
2008-07-01 |
Dale Johannesen | Considering predecessors of exit blocks gets |
tree | commitdiff |
2008-06-30 |
Chris Lattner | Implement split and scalarize for SELECT_CC, fixing... |
tree | commitdiff |
2008-06-27 |
Duncan Sands | Regression test for PR2443. |
tree | commitdiff |
2008-06-27 |
Duncan Sands | Use the c modifier to tell llvm-ar not to issue a |
tree | commitdiff |
2008-06-27 |
Chris Lattner | test doesn't need eh info |
tree | commitdiff |
2008-06-27 |
Chris Lattner | when linking globals, make sure to preserve the address... |
tree | commitdiff |
2008-06-26 |
Evan Cheng | XFAIL for now. |
tree | commitdiff |
2008-06-26 |
Owen Anderson | Use the -enable-pre flag so this test doesn't fail. |
tree | commitdiff |
2008-06-26 |
Matthijs Kooijman | Make LLVM compile on DragonFly BSD (PR2499). |
tree | commitdiff |
2008-06-26 |
Dale Johannesen | Allow for rounding up of stack frame. |
tree | commitdiff |
2008-06-26 |
Chris Lattner | when we know the signbit of an input to uint_to_fp... |
tree | commitdiff |
2008-06-25 |
Evan Cheng | - Fix a x86 vector isel bug: illegal transformation... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | simplify shell syntax to work better on solaris, patch by |
tree | commitdiff |
2008-06-25 |
Mon P Wang | Added MemOperands to Atomic operations since Atomics... |
tree | commitdiff |
2008-06-25 |
Chris Lattner | Fix PR2488, a case where we deleted stack restores... |
tree | commitdiff |
2008-06-25 |
Evan Cheng | Enable two-address remat by default. |
tree | commitdiff |
2008-06-24 |
Dale Johannesen | v2f32 is now a valid (MMX) type which breaks this |
tree | commitdiff |
2008-06-24 |
Dan Gohman | Revert 52645, the loop unroller changes. It caused... |
tree | commitdiff |
2008-06-24 |
Matthijs Kooijman | Commit the new DeadArgElim pass again, this time with... |
tree | commitdiff |
2008-06-24 |
Evan Cheng | If it's determined safe, remat MOV32r0 (i.e. xor r... |
tree | commitdiff |
2008-06-23 |
Bill Wendling | This situation can occur: |
tree | commitdiff |
2008-06-23 |
Dan Gohman | Revamp the loop unroller, extending it to correctly... |
tree | commitdiff |
2008-06-23 |
Bill Wendling | Make test work on non-x86 machines (like my G4 PPC). |
tree | commitdiff |
2008-06-22 |
Dan Gohman | Improve LSR's dead-phi detection to handle use-def... |
tree | commitdiff |
2008-06-22 |
Chris Lattner | Fix PR2369 by making scalarrepl more careful about... |
tree | commitdiff |
2008-06-21 |
Eli Friedman | Fix for PR2479: correctly optimize expressions like... |
tree | commitdiff |
2008-06-21 |
Duncan Sands | This file is empty. |
tree | commitdiff |
2008-06-21 |
Duncan Sands | Turn off llvm-gcc warnings when running "make check". |
tree | commitdiff |
2008-06-21 |
Duncan Sands | Support for load/store of expanded float types. I |
tree | commitdiff |
2008-06-21 |
Evan Cheng | Undo spill weight tweak. Need to investigate the perfor... |
tree | commitdiff |
2008-06-21 |
Evan Cheng | Back out Matthijs' DAE patches. It's miscompiling gcc... |
tree | commitdiff |
2008-06-20 |
Matthijs Kooijman | Add testcase that checks that DeadArgElim doesn't touch... |
tree | commitdiff |
2008-06-20 |
Matthijs Kooijman | Recommit r52459, rewriting of the dead argument elimina... |
tree | commitdiff |
2008-06-20 |
Chris Lattner | Fix a warning, closing PR2452 |
tree | commitdiff |
2008-06-20 |
Chris Lattner | Fix a warning. |
tree | commitdiff |
2008-06-20 |
Chris Lattner | Fix an error handling redefinition of linkonce function... |
tree | commitdiff |
2008-06-20 |
Chris Lattner | fix a warning. |
tree | commitdiff |
2008-06-20 |
Chris Lattner | Fix PR2471, which is a bug involving an invalid promoti... |
tree | commitdiff |
2008-06-19 |
Evan Cheng | ISD::UNDEF should be expanded recursively / iteratively. |
tree | commitdiff |
2008-06-19 |
Matthijs Kooijman | Modify some ipconstprop tests to also test with invokes. |
tree | commitdiff |
2008-06-19 |
Eli Friedman | Fix a bug with <8 x i16> shuffle lowering on X86 where... |
tree | commitdiff |
2008-06-19 |
Evan Cheng | New test case. |
tree | commitdiff |
2008-06-19 |
Evan Cheng | This also got better (55 - 51 instructions). But doing... |
tree | commitdiff |
2008-06-19 |
Evan Cheng | This got better. |
tree | commitdiff |
2008-06-18 |
Owen Anderson | Remove this test until the corresponding patch is reapp... |
tree | commitdiff |
2008-06-18 |
Owen Anderson | Add local PRE to GVN. This only operates in cases... |
tree | commitdiff |
2008-06-18 |
Matthijs Kooijman | Rewrite the DeadArgumentElimination pass, to use a... |
tree | commitdiff |
2008-06-18 |
Matthijs Kooijman | Reapply r52397 (make IPConstProp promote returned argum... |
tree | commitdiff |
2008-06-18 |
Matthijs Kooijman | Reapply r52396, it was unrelated to the breakage (that... |
tree | commitdiff |
2008-06-18 |
Chris Lattner | implement some simple bswap optimizations, rdar://5992453 |
tree | commitdiff |
2008-06-18 |
Chris Lattner | temporarily revert this testcase since its patch was... |
tree | commitdiff |
2008-06-18 |
Chris Lattner | make truncate/sext elimination capable of changing... |
tree | commitdiff |
2008-06-18 |
Devang Patel | Preserve dominance frontier while trivially unswitching... |
tree | commitdiff |
2008-06-17 |
Matthijs Kooijman | Learn IPConstProp to look at individual return values... |
tree | commitdiff |
2008-06-16 |
Evan Cheng | Do not issue identity copies. |
tree | commitdiff |
2008-06-16 |
Dan Gohman | Refine the change in r52258 for avoiding use-before... |
tree | commitdiff |
2008-06-16 |
Evan Cheng | - Add "Commutative" property to intrinsics. This allows... |
tree | commitdiff |
2008-06-16 |
Matthijs Kooijman | Make testcase check for extractvalue instead of extract... |
tree | commitdiff |
2008-06-16 |
Matthijs Kooijman | Store the result of multiple identical run lines in... |
tree | commitdiff |
2008-06-16 |
Matthijs Kooijman | Fix PR numbers, I accidentally switched two digits. |
tree | commitdiff |
2008-06-16 |
Chris Lattner | If we are checking to see if the result of a call aliases a |
tree | commitdiff |
2008-06-16 |
Chris Lattner | this is unneeded now. |
tree | commitdiff |
2008-06-16 |
Chris Lattner | resolve PR2453 by adding a run line. |
tree | commitdiff |
2008-06-15 |
Wojciech Matyjewicz | Fix PR2434. When scanning for exising binary operator... |
tree | commitdiff |
2008-06-13 |
Evan Cheng | Teach the spiller to commute instructions in order... |
tree | commitdiff |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
tree | commitdiff |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
tree | commitdiff |
2008-06-13 |
Eli Friedman | Don't skip over instructions other than loads that... |
tree | commitdiff |
2008-06-13 |
Dan Gohman | Protect ChangeCompareStride from situations in which... |
tree | commitdiff |
2008-06-13 |
Eli Friedman | Make sure SimplifyStoreAtEndOfBlock doesn't mess with... |
tree | commitdiff |
2008-06-13 |
Duncan Sands | Disable some DAG combiner optimizations that may be |
tree | commitdiff |
2008-06-13 |
Matthijs Kooijman | XFAIL some tests that became failing due to the extra... |
tree | commitdiff |
2008-06-13 |
Nick Lewycky | Crash less. The i64 restriction in BinomialCoefficient... |
tree | commitdiff |
2008-06-12 |
Evan Cheng | Fix some tests. |
tree | commitdiff |
2008-06-12 |
Evan Cheng | Revert 52223. |
tree | commitdiff |
2008-06-12 |
Matthijs Kooijman | Don't try to compile tests for the ev56 alpha subtarget... |
tree | commitdiff |
2008-06-12 |
Matthijs Kooijman | Pass -silence-passes to bugpoint in testcases, this... |
tree | commitdiff |
2008-06-12 |
Matthijs Kooijman | Add line continuation character so the avoid dup loop... |
tree | commitdiff |
2008-06-11 |
Evan Cheng | Avoid duplicating loop header which leads to unnatural... |
tree | commitdiff |
2008-06-11 |
Gordon Henriksen | Don't send checkpoints to stderr for the vmcore.ml... |
tree | commitdiff |
2008-06-11 |
Matthijs Kooijman | Teach instruction combining about the extractvalue... |
tree | commitdiff |
2008-06-10 |
Dale Johannesen | Use %link not %llvmgxx (which includes -c) to do the... |
tree | commitdiff |
next |