OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / test / Transforms / InstCombine / or.ll
2016-03-21 Pirama Arumuga NainarUpdate aosp/master LLVM for rebase to r256229
2015-06-08 Stephen HinesMerge "add aarch64 codegen for x86_64 LLVM if specified"
2015-04-10 Pirama Arumuga Nainaram 31195f0b: Merge "Update aosp/master llvm for rebase...
2015-04-10 Pirama Arumuga NainarMerge "Update aosp/master llvm for rebase to r233350"
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2015-04-08 Colin CrossMerge "Take HOST_PREFER_32_BIT into account"
2015-04-08 Colin CrossMerge "Set LOCAL_MULTLIB := first for all LLVM host...
2015-04-01 Stephen Hinesam 3fa16bd6: Merge "Update aosp/master LLVM for rebase...
2015-04-01 Stephen HinesMerge "Update aosp/master LLVM for rebase to r230699."
2015-03-23 Stephen HinesUpdate aosp/master LLVM for rebase to r230699.
2014-12-10 Stephen Hinesam 50721a7a: (-s ours) Merge in the following upstream...
2014-12-10 Tim Murrayam 22c310d7: (-s ours) Revert "Revert "Bring in fixes...
2014-12-10 Tim Murrayam 6eeae0cf: Revert "Apply rL216114 from upstream LLVM."
2014-12-04 Stephen Hinesam a21bbdfa: am 876d6995: Merge "Update aosp/master...
2014-12-04 Stephen Hinesam 876d6995: Merge "Update aosp/master LLVM for rebase...
2014-12-04 Stephen HinesMerge "Update aosp/master LLVM for rebase to r222494."
2014-12-03 Stephen HinesUpdate aosp/master LLVM for rebase to r222494.
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-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-04-14 David MajnemerReorders two transforms that collide with each other
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-16 Bill WendlingThe transform is:
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-05-18 Eli FriedmanMore instcombine cleanup, towards improving debug line...
2011-04-14 Eli FriedmanAdd an instcombine for constructs like a | -(b != c...
2011-03-09 Jush LuMerge upstream r127116
2011-02-28 jushMerge LLVM upstream r119309 into honey
2010-12-20 Benjamin KramerTeach InstCombine to merge (icmp ult (X + CA), C1)...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-07-14 Chris Lattnerrevert r108320, I see the failures now...
2010-07-14 Chris Lattnerrevert r108320, I see the failures now...
2010-07-14 Chris Lattnerreapply benjamin's instcombine patch, I don't see anyth...
2010-07-14 Chris Lattnerreapply benjamin's instcombine patch, I don't see anyth...
2010-07-12 Benjamin KramerNope, still breaks the release selfhost bots :(
2010-07-12 Benjamin KramerNope, still breaks the release selfhost bots :(
2010-07-12 Benjamin KramerReapply the "or" half of r108136, which seems to be...
2010-07-12 Benjamin KramerReapply the "or" half of r108136, which seems to be...
2010-07-12 Benjamin KramerRevert r108141 again, sigh.
2010-07-12 Benjamin KramerRevert r108141 again, sigh.
2010-07-12 Benjamin KramerReapply 108136 with an ugly pasto fixed.
2010-07-12 Benjamin KramerReapply 108136 with an ugly pasto fixed.
2010-07-12 Benjamin KramerRevert r108136 until I figure out why it broke selfhost.
2010-07-12 Benjamin KramerRevert r108136 until I figure out why it broke selfhost.
2010-07-12 Benjamin Kramerinstcombine: fold (x & y) | (~x & z) and (x & y) ^...
2010-07-12 Benjamin Kramerinstcombine: fold (x & y) | (~x & z) and (x & y) ^...
2010-04-07 Shih-wei Liaolibbcc
2010-03-05 Chris Lattnermake these less sensitive to temporary naming.
2010-03-05 Chris Lattnermake these less sensitive to temporary naming.
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-01-11 Chris Lattneradd one more bitfield optimization, allowing clang...
2010-01-11 Chris Lattneradd one more bitfield optimization, allowing clang...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-02 Nick LewyckyFix logic error in previous commit. The != case needs...
2010-01-02 Nick LewyckyFix logic error in previous commit. The != case needs...
2010-01-02 Nick LewyckyOptimize pointer comparison into the typesafe form...
2010-01-02 Nick LewyckyOptimize pointer comparison into the typesafe form...
2010-01-02 Chris Lattnerremove the instcombine transformations that are inserti...
2010-01-02 Chris Lattnerremove the instcombine transformations that are inserti...
2009-11-29 Chris LattnerImplement PR5634.
2009-11-29 Chris LattnerImplement PR5634.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-02-26 Chris Lattnernew testcase
2006-02-12 Chris Lattnertweaks
2005-09-18 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2004-09-28 Chris LattnerNew testcase
next