| Commit message (Expand) | Author | Age | Files | Lines |
* | Use sbb x, x to materialize carry bit in a GPR. The result is all one's or al... | Evan Cheng | 2009-12-15 | 1 | -0/+23 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 1 | -4/+4 |
* | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 2 | -0/+51 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -0/+13 |
* | Add radar fixed in comment. | Eric Christopher | 2009-12-14 | 1 | -5/+6 |
* | Remove empty file completely | Shantonu Sen | 2009-12-14 | 1 | -0/+0 |
* | revert r91184, because it causes a crash on a .bc file I just | Chris Lattner | 2009-12-14 | 1 | -68/+0 |
* | Add a test for the 'init' option property. | Mikhail Glushenkov | 2009-12-14 | 1 | -0/+22 |
* | Disable r91104 for x86. It causes partial register stall which pessimize code... | Evan Cheng | 2009-12-12 | 1 | -1/+3 |
* | Fix some CHECK lines which were ignored by accident. | Benjamin Kramer | 2009-12-12 | 2 | -8/+8 |
* | Revise scalar replacement to be more flexible about handle bitcasts and GEPs. | Bob Wilson | 2009-12-11 | 1 | -0/+68 |
* | Lower setcc branchless, if this is profitable. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+116 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -0/+37 |
* | Change this to the correct PR number. | Dan Gohman | 2009-12-11 | 1 | -1/+1 |
* | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman | 2009-12-11 | 1 | -0/+22 |
* | Fix the result type of SELECT nodes lowered from Select instructions with | Dan Gohman | 2009-12-11 | 1 | -0/+15 |
* | Honour setHasCalls() set from isel. | Anton Korobeynikov | 2009-12-11 | 1 | -0/+63 |
* | Tests for 91103 and 91104. | Evan Cheng | 2009-12-11 | 1 | -0/+93 |
* | Add a test for the fix in revision 91009. | Eric Christopher | 2009-12-10 | 1 | -0/+20 |
* | It's not safe to coalesce a move where src and dst registers have different s... | Evan Cheng | 2009-12-10 | 1 | -0/+40 |
* | Fix PR5744, a case where we were getting the pointer size instead of the | Chris Lattner | 2009-12-10 | 1 | -0/+16 |
* | Fix test. | Evan Cheng | 2009-12-09 | 1 | -1/+1 |
* | Optimize splat of a scalar load into a shuffle of a vector load when it's leg... | Evan Cheng | 2009-12-09 | 1 | -0/+43 |
* | fix hte last remaining known (by me) phi translation bug. When we reanalyze | Chris Lattner | 2009-12-09 | 1 | -4/+16 |
* | Add a minor optimization: if we haven't changed the operands of an | Chris Lattner | 2009-12-09 | 1 | -66/+0 |
* | fix PR5733, a case where we'd replace an add with a lexically identical | Chris Lattner | 2009-12-09 | 1 | -0/+66 |
* | merge crash-2.ll into crash.ll | Chris Lattner | 2009-12-09 | 2 | -43/+43 |
* | the code in GVN that tries to forward large loads to small | Chris Lattner | 2009-12-09 | 1 | -0/+54 |
* | Switch GVN and memdep to use PHITransAddr, which correctly handles | Chris Lattner | 2009-12-09 | 1 | -1/+50 |
* | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -3/+3 |
* | Remove tests that are not suitable anymore. Plus they are not testing the ori... | Devang Patel | 2009-12-09 | 8 | -1035/+0 |
* | Revert 90858 90875 and 90805 for now. | Devang Patel | 2009-12-08 | 1 | -18/+0 |
* | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng | 2009-12-08 | 1 | -0/+13 |
* | CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when... | Daniel Dunbar | 2009-12-08 | 3 | -0/+14 |
* | Do not try to push dead variable's debug info into namespace info. | Devang Patel | 2009-12-08 | 1 | -0/+18 |
* | Teach GlobalOpt to delete aliases with internal linkage (after | Duncan Sands | 2009-12-08 | 1 | -1/+13 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 1 | -0/+166 |
* | Test case for 90787. | Evan Cheng | 2009-12-07 | 1 | -0/+15 |
* | Use FileCheck and set nounwind on calls. | David Greene | 2009-12-07 | 1 | -6/+7 |
* | Don't enable the post-RA scheduler on x86 except at -O3. In its | Dan Gohman | 2009-12-07 | 8 | -8/+8 |
* | Implement 'forward_value' and 'forward_transformed_value'. | Mikhail Glushenkov | 2009-12-07 | 2 | -0/+42 |
* | Dynamic stack realignment use of sp register as source/dest register | Anton Korobeynikov | 2009-12-06 | 2 | -2/+2 |
* | fix PR5698 | Chris Lattner | 2009-12-06 | 1 | -0/+22 |
* | constant fold loads from memcpy's from global constants. This is important | Chris Lattner | 2009-12-06 | 1 | -0/+16 |
* | add support for forwarding mem intrinsic values to non-local loads. | Chris Lattner | 2009-12-06 | 1 | -0/+26 |
* | gvn is optimizing this better now. | Chris Lattner | 2009-12-06 | 1 | -2/+2 |
* | Handle forwarding local memsets to loads. For example, we optimize this: | Chris Lattner | 2009-12-06 | 1 | -0/+37 |
* | merge two tests. | Chris Lattner | 2009-12-06 | 2 | -20/+25 |
* | Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. | Bill Wendling | 2009-12-05 | 2 | -2/+2 |
* | Generalize this optimization to work on equality comparisons between any two | Nick Lewycky | 2009-12-05 | 1 | -3/+33 |