summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bt.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-05
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-05
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-03
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-29
* Disable the register+memory forms of the bt instructions for now. ThanksDan Gohman2009-01-13
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-02
* add PR #Chris Lattner2008-12-25
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-25