summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAge
...
* Teach InstCombine visitGetElementPtr about address spacesMatt Arsenault2013-08-19
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Revert non-test parts of r188507Matt Arsenault2013-08-19
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-19
* Add missing test for GEP + bitcast transformationMatt Arsenault2013-08-16
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* InstCombine: Simplify if(x!=0 && x!=-1).Jim Grosbach2013-08-16
* Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPsMatt Arsenault2013-08-15
* Fixing a corner-case bug in strchr and strrchr lib call optimizations whereYunzhong Gao2013-08-15
* Fix always creating GEP with i32 indicesMatt Arsenault2013-08-14
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Fix big-endian handling of integer-to-vector bitcasts in InstCombineRichard Sandiford2013-08-12
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-30
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-26
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* InstCombine: call FoldOpIntoSelect for all floating binops, not just fmulStephen Lin2013-07-20
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-17
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-14
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Add a microoptimization for urem.Nick Lewycky2013-07-13
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* InstSimplify: X >> X -> 0David Majnemer2013-07-09
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-09
* InstCombine: variations on 0xffffffff - x >= 4David Majnemer2013-07-09
* InstCombine: X & -C != -C -> X <= u ~CDavid Majnemer2013-07-09
* Commit r185909 was a misapplied patch, fix itDavid Majnemer2013-07-09
* InstCombine: add more transformsDavid Majnemer2013-07-09
* InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1David Majnemer2013-07-08
* InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B testDavid Majnemer2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)David Majnemer2013-07-05
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-04
* Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...Hal Finkel2013-07-02
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-29
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Convert tests to FileCheckMatt Arsenault2013-06-28
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27