| Age | Commit message (Expand) | Author |
| 2012-06-20 | replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the... | Nuno Lopes |
| 2012-06-14 | InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y). | Manman Ren |
| 2012-06-11 | InstCombine: factor code better. | Benjamin Kramer |
| 2012-06-10 | InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t... | Benjamin Kramer |
| 2012-06-08 | canonicalize: | Nuno Lopes |
| 2012-06-07 | Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem... | Nadav Rotem |
| 2012-06-06 | Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't | Chad Rosier |
| 2012-05-28 | Fix suspicous hasOneUse() check, found by PVS Studio (PR12357). | Benjamin Kramer |
| 2012-05-28 | InstCombine: Fix infinite loop when encountering switch on trivial icmp. | Benjamin Kramer |
| 2012-05-28 | switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. | Chris Lattner |
| 2012-05-27 | PR12967: Don't crash when trying to fold a shift that's larger than the type'... | Benjamin Kramer |
| 2012-05-22 | add a new pass to instrument loads and stores for run-time bounds checking | Nuno Lopes |
| 2012-05-22 | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes |
| 2012-05-11 | objectsize: add a few more tests and fix a bug | Nuno Lopes |
| 2012-05-11 | Fix a minor logic mistake transforming compares in instcombine. PR12514. | Eli Friedman |
| 2012-05-10 | objectsize: add support for GEPs with non-constant indexes | Nuno Lopes |
| 2012-05-09 | objectsize: | Nuno Lopes |
| 2012-05-06 | Remove trailing spaces. | Jakub Staszak |
| 2012-05-05 | Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c... | Stepan Dyatkovskiy |
| 2012-05-03 | remove calls to calloc if the allocated memory is not used (it was already be... | Nuno Lopes |
| 2012-05-03 | add support for calloc to objectsize lowering | Nuno Lopes |
| 2012-05-03 | replace 'break's with 'return 0' in visitCallInst code for objectsize, since ... | Nuno Lopes |
| 2012-05-01 | Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes | Lang Hames |
| 2012-04-26 | Add instcombine patterns for the following transformations: | Chad Rosier |
| 2012-04-25 | Reverting r155468. Chris and Chandler have convinced me that it's dangerous and | Lang Hames |
| 2012-04-24 | Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes | Lang Hames |
| 2012-04-23 | Reapply r155136 after fixing PR12599. | Jakob Stoklund Olesen |
| 2012-04-20 | Revert r155136 "Defer some shl transforms to DAGCombine." | Jakob Stoklund Olesen |
| 2012-04-19 | Defer some shl transforms to DAGCombine. | Jakob Stoklund Olesen |
| 2012-04-08 | Teach InstCombine to nuke a common alloca pattern -- an alloca which has | Chandler Carruth |
| 2012-04-04 | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola |
| 2012-03-26 | 153465 was incorrect. In this code we wanted to check that the pointer operan... | Nadav Rotem |
| 2012-03-26 | PR12357: The pointer was used before it was checked. | Nadav Rotem |
| 2012-03-26 | eliminate an unneeded branch, part of PR12357 | Chris Lattner |
| 2012-03-16 | Revert r152907. | Bill Wendling |
| 2012-03-16 | The alignment of the pointer part of the store instruction may have an | Bill Wendling |
| 2012-03-16 | In InstCombiner::visitOr, make sure we reverse the operand swap used for chec... | Eli Friedman |
| 2012-03-15 | Use an iterator instead of calling .size() on the worklist every time, which ... | Bill Wendling |
| 2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
| 2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
| 2012-02-29 | Restrict this transformation to equality conditions. | Bill Wendling |
| 2012-02-21 | Fix unsigned off-by-one in comment. | Benjamin Kramer |
| 2012-02-21 | InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ... | Benjamin Kramer |
| 2012-02-20 | InstCombine: Removing the base from the address calculation is only safe when... | Benjamin Kramer |
| 2012-02-20 | InstCombine: When comparing two GEPs that were derived from the same base poi... | Benjamin Kramer |
| 2012-02-20 | InstCombine: Make OptimizePointerDifference more aggressive. | Benjamin Kramer |
| 2012-02-13 | Check against umin while converting fcmp into an icmp. | Devang Patel |
| 2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-06 | Remove some dead code and tidy things up now that vectors use ConstantDataVector | Chris Lattner |
| 2012-02-06 | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling |