OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / lib / Transforms / InstCombine / InstCombineAddSub.cpp
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-30 Owen AndersonPreserve fast-math flags when folding (fsub x, (fneg...
2013-07-26 Owen AndersonFix variable name.
2013-07-26 Owen AndersonWhen InstCombine tries to fold away (fsub x, (fneg...
2013-07-20 Stephen LinInstCombine: call FoldOpIntoSelect for all floating...
2013-07-17 Stephen LinRestore r181216, which was partially reverted in r182499.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-06-26 Michael GottesmanIn InstCombine{AddSub,MulDivRem} convert APFloat.isFini...
2013-06-19 Michael Gottesman[APFloat] Converted all references to APFloat::isNormal...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-05-22 Jean-Luc DupratThis is an update to a previous commit (r181216).
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-06 David MajnemerInstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-04-05 Jim GrosbachTidy up a bit. No functional change.
2013-03-25 Shuxin YangFix a bug in fast-math fadd/fsub simplification.
2013-03-20 The Android Automergermerge in jb-mr2-release history after reset to jb-mr2-dev
2013-03-20 Stephen Hinesam 3dd51ae3: am 2d4629c5: Merge branch \'upstream\...
2013-03-20 Stephen Hinesam 2d4629c5: Merge branch \'upstream\' into merge_2013_...
2013-03-19 Stephen HinesMerge branch 'upstream' into merge_2013_03_18
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-14 David GreeneFix Casting Bug
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Shuxin YangMake sure the buffer, which containas an instance of...
2012-12-18 Shuxin Yangrdar://12801297
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-13 Eric ChristopherRevert "Restore the PHI optimization I accidently remov...
2012-12-12 Michael IlsemanRestore the PHI optimization I accidently removed
2012-12-12 Michael IlsemanRemove trailing whitespace
2012-12-12 Michael IlsemanRemove redunant optimizations from InstCombine, instead...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-08 Nuno Lopescanonicalize:
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
2012-04-26 Chad RosierAdd instcombine patterns for the following transformations:
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-20 Benjamin KramerInstCombine: Make OptimizePointerDifference more aggres...
2011-12-24 Benjamin KramerInstCombine: Add a combine that turns (2^n)-1 ^ x back...
2011-12-24 Benjamin KramerInstCombine: Canonicalize (2^n)-1 - x into (2^n)-1...
2011-07-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-02-17 Chris Lattneradd is always integer, thanks to Frits for noticing...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-11 Chris LattnerWhen lowering an inbounds gep, the intermediate adds...
2011-02-10 Chris Lattnerimplement the first part of PR8882: when lowering an...
2011-02-10 Chris LattnerA bunch of cleanups and simplifications using the new...
2011-01-15 Chris Lattnerone more instcombine variant that is needed to work...
2010-12-22 Duncan SandsAdd a generic expansion transform: A op (B op' C) ...
2010-12-15 Duncan SandsMove Sub simplifications and additional Add simplificat...
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-13 Duncan SandsGeneralize the reassociation transform in SimplifyCommu...
2010-11-13 Duncan SandsGeneralize the reassociation transform in SimplifyCommu...
2010-04-07 Shih-wei Liaolibbcc
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-13 Bill WendlingWhen the visitSub method was split into visitSub and...
2010-01-13 Bill WendlingWhen the visitSub method was split into visitSub and...
2010-01-05 Chris Lattnerreduce indentation
next