summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
AgeCommit message (Expand)Author
2018-02-19Merging r325148:Hans Wennborg
2018-02-02Merging r323908:Hans Wennborg
2018-01-30Merging r322016:Hans Wennborg
2018-01-03[InstCombine] Add test to remove VarArg casts (NFC)Florian Hahn
2018-01-02[InstCombine] Missed optimization in math expression: squashing sqrt functionsDmitry Venikov
2018-01-01[ValueTracking] Don't assume shift values are in rangeSimon Pilgrim
2018-01-01[InstCombine] Regenerate udiv tests.Simon Pilgrim
2017-12-30[instsimplify] consistently handle undef and out of bound indices for inserte...Philip Reames
2017-12-30Add another test case for r321489Philip Reames
2017-12-30Move tests associated with transforms moved in r321467 Philip Reames
2017-12-28[InstCombine] Check for isa<Instruction> before using cast<>Simon Pilgrim
2017-12-27[InstCombine] add tests for min/max folds (PR35717); NFCSanjay Patel
2017-12-27[InstCombine] Gracefully handle out of range extractelement indicesSimon Pilgrim
2017-12-27[instcombine] add powi(x, 2) -> x * xPhilip Reames
2017-12-26[InstCombine] fix miscompile of frem with 0.0 operand (PR34870)Sanjay Patel
2017-12-26[InstCombine] add test for frem with 0.0 (PR34870); NFCSanjay Patel
2017-12-26[ValueTracking] ignore FP signed-zero when detecting a casted-to-integer fmin...Sanjay Patel
2017-12-20[InstCombine] Add debug location to new caller.Florian Hahn
2017-12-18[TargetLibraryInfo] Discard library functions with incorrectly sized integersIgor Laevsky
2017-12-16[InstCombine] Regenerate FMUL/FMA combine tests with update_test_checks.pySimon Pilgrim
2017-12-16[InstCombine] canonicalize shifty abs(): ashr+add+xor --> cmp+neg+selSanjay Patel
2017-12-16[SimplifyLibCalls] Inline calls to cabs when it's safe to do soHal Finkel
2017-12-14Inserting several lit tests to reflect current behaviourOmer Paparo Bivas
2017-12-14[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...Fedor Sergeev
2017-12-13Reintroduce r320049, r320014 and r319894.Igor Laevsky
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...Alexey Bataev
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...Alexey Bataev
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...Alexey Bataev
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...Alexey Bataev
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12Revert "[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bi...Alexey Bataev
2017-12-12[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-12[InstComineLoadStoreAlloca] Optimize stores to GEP off null baseAnna Thomas
2017-12-12Revert r320049, r320014 and r319894Igor Laevsky
2017-12-11Revert r320407 "[InstCombine] Fix PR35618: Instcombine hangs on single minmax...Hans Wennborg
2017-12-11[InstCombine] Fix PR35618: Instcombine hangs on single minmax load bitcast.Alexey Bataev
2017-12-10[SimplifyLibCalls] propagate FMF when folding pow(x, -1.0) callSanjay Patel
2017-12-10[InstCombine] add test for pow(x, -1.0) with FMF; NFCSanjay Patel
2017-12-10[SimplifyLibCalls] propagate FMF when folding pow(x, 2.0) call (PR35601)Sanjay Patel
2017-12-10[InstCombine] add test for pow(x, 2.0) with FMF; NFCSanjay Patel
2017-12-09[InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)Simon Pilgrim
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-12-08[InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1...Alexey Bataev
2017-12-07[InstCombine] add tests for abs using bit hackery; NFCSanjay Patel
2017-12-07[InstCombine] Don't crash on out of bounds index in the insertelementIgor Laevsky
2017-12-07[InstSimplify] Add tests for the rL319894Igor Laevsky