2008-07-21 |
Dan Gohman | Add the PR number to the test. |
tree | commitdiff |
2008-07-21 |
Dan Gohman | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a... |
tree | commitdiff |
2008-07-20 |
Wojciech Matyjewicz | Fix PR2088. Use modulo linear equation solver to comput... |
tree | commitdiff |
2008-07-20 |
Bill Wendling | Fix for first part of PR2562. Generate the "pinsrw... |
tree | commitdiff |
2008-07-19 |
Nick Lewycky | XFAIL this test. |
tree | commitdiff |
2008-07-19 |
Wojciech Matyjewicz | While testing particular algorithms to compute loop... |
tree | commitdiff |
2008-07-19 |
Anton Korobeynikov | Testcase for PR2549 |
tree | commitdiff |
2008-07-18 |
Duncan Sands | Softfloat support for FDIV. Patch by |
tree | commitdiff |
2008-07-18 |
Dan Gohman | In the CBackend, use casts to force integer add, subtra... |
tree | commitdiff |
2008-07-17 |
Evan Cheng | Subreg live interval valno may not have a corresponding... |
tree | commitdiff |
2008-07-17 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2008-07-17 |
Dan Gohman | Add a new function, ReplaceAllUsesOfValuesWith, which... |
tree | commitdiff |
2008-07-17 |
Duncan Sands | LegalizeTypes support for what seems to be the |
tree | commitdiff |
2008-07-17 |
Duncan Sands | Turn LegalizeTypes back off again for the moment: |
tree | commitdiff |
2008-07-17 |
Matthijs Kooijman | Make GlobalOpt preserve address spaces when scalar... |
tree | commitdiff |
2008-07-17 |
Chris Lattner | Fix PR2553 |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Add support for promoting and expanding AssertZext |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Test passing of integer parameters for integers |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Test codegen of loads and stores of all integer |
tree | commitdiff |
2008-07-16 |
Matthijs Kooijman | Add a few cases to instcombine's extractvalue testcase. |
tree | commitdiff |
2008-07-16 |
Matthijs Kooijman | Un-XFAIL multdeadretval, since instcombine now properly... |
tree | commitdiff |
2008-07-16 |
Duncan Sands | Turn on LegalizeTypes by default. |
tree | commitdiff |
2008-07-16 |
Duncan Sands | The atomic.cmp.swap promotion logic is wrong: it |
tree | commitdiff |
2008-07-16 |
Evan Cheng | Fix PR2296. Do not transform x86_sse2_storel_dq into... |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | XFAIL the multdeadretval test for now, I will be fixing... |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for fabs on ppc long double. |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | Remove a few tests which no longer hold for deadargelim... |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | Add a testcase for the canonicalizations now performed... |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | Make deadargelim a bit less smart, so it doesn't choke... |
tree | commitdiff |
2008-07-15 |
Matthijs Kooijman | Fix typo. |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of bswap. |
tree | commitdiff |
2008-07-15 |
Duncan Sands | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. |
tree | commitdiff |
2008-07-14 |
Chris Lattner | Reimplement LinkFunctionProtos in terms of GetLinkageRe... |
tree | commitdiff |
2008-07-14 |
Chris Lattner | implement linking of globals to functions, in one direction |
tree | commitdiff |
2008-07-14 |
Chris Lattner | Fix a bunch of bugs handling vector compare constant... |
tree | commitdiff |
2008-07-14 |
Chris Lattner | Fix PR2506 by being a bit more careful about reverse... |
tree | commitdiff |
2008-07-13 |
Chris Lattner | Fix mishandling of the infinite loop case when merging... |
tree | commitdiff |
2008-07-12 |
Nick Lewycky | Stop creating extraneous smax/umax in SCEV. This remove... |
tree | commitdiff |
2008-07-12 |
Nick Lewycky | Enhance analysis of srem. |
tree | commitdiff |
2008-07-12 |
Evan Cheng | Fix PR2536: a nasty spiller bug. If a two-address instr... |
tree | commitdiff |
2008-07-11 |
Duncan Sands | Port a shift-by-1 optimization from LegalizeDAG: it |
tree | commitdiff |
2008-07-11 |
Nick Lewycky | Add another optimization from PR2330. Also catch some... |
tree | commitdiff |
2008-07-11 |
Bill Wendling | The frame address on an x86-64 box needs to be offset... |
tree | commitdiff |
2008-07-11 |
Chris Lattner | Fix folding of icmp's of i1 where the comparison is... |
tree | commitdiff |
2008-07-11 |
Chris Lattner | Fix a bogus optimization: folding (slt (zext i1 A to... |
tree | commitdiff |
2008-07-11 |
Chris Lattner | make this condition more precise. |
tree | commitdiff |
2008-07-11 |
Chris Lattner | Implement PR2538 |
tree | commitdiff |
2008-07-10 |
Bill Wendling | Put CPPBackend tests into their own directory and run... |
tree | commitdiff |
2008-07-10 |
Chris Lattner | Fix an altivec constant miscompilation that Duncan... |
tree | commitdiff |
2008-07-10 |
Matthijs Kooijman | Restructure dead argument elimination, try #3 :-) |
tree | commitdiff |
2008-07-10 |
Nick Lewycky | Fix overzealous optimization. Thanks to Duncan Sands... |
tree | commitdiff |
2008-07-10 |
Evan Cheng | Fix for PR2472. Use movss to set lower 32-bits of a... |
tree | commitdiff |
2008-07-10 |
Chris Lattner | Fix a case where vector comparison constant folding... |
tree | commitdiff |
2008-07-10 |
Chris Lattner | elementwise comparison of vector constants was complete... |
tree | commitdiff |
2008-07-09 |
Anton Korobeynikov | Testcase for PR2024 |
tree | commitdiff |
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 |
next |