aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/bt.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Enable MI Sched for x86.Andrew Trick2013-10-151-27/+27
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-27/+27
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-27/+27
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-051-4/+1
* Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng2012-12-051-3/+97
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
* Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-031-2/+2
* Make x86's BT instruction matching more thorough, and add someDan Gohman2009-01-291-3/+417
* Disable the register+memory forms of the bt instructions for now. ThanksDan Gohman2009-01-131-1/+6
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-021-0/+2
* add PR #Chris Lattner2008-12-251-0/+1
* Add a simple pattern for matching 'bt'.Chris Lattner2008-12-251-0/+20