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