summaryrefslogtreecommitdiff
path: root/lib/Target/X86
Commit message (Expand)AuthorAge
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-03
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-03
* Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.Craig Topper2011-10-03
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-02
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-02
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-01
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-28
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-28
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-27
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-26
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-24
* Implement Chris's suggestion of legalizing the various SSE and AVXDuncan Sands2011-09-23
* PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman2011-09-22
* Add support for GR32 <-> FR32 cross class copies.Jakob Stoklund Olesen2011-09-22
* Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands2011-09-22
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-22
* The SSE version differences for fmin/fmax are more involved than I thought.Benjamin Kramer2011-09-22
* X86: Don't form min/max nodes if the target is missing SSE.Benjamin Kramer2011-09-22
* X86Disassembler: if verbose logging is going to nulls(), disable logging comp...Benjamin Kramer2011-09-21
* fix commentNadav Rotem2011-09-21
* Insert a sanity check on the combining of x86 truncing-store nodes. This come...Nadav Rotem2011-09-21
* Change:Richard Trieu2011-09-21
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20
* Simplify max/minp[s|d] dagcombine matchingBruno Cardoso Lopes2011-09-20
* Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes2011-09-20
* The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes2011-09-20
* Tidy up code!Bruno Cardoso Lopes2011-09-20
* Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper2011-09-20
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-19
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-19
* Fix typos in my prev commit, found by Tobi.Nadav Rotem2011-09-18
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-18
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-18
* Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC.Craig Topper2011-09-18
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Describe more AVX 128-bit convert instructions without patterns to haveBruno Cardoso Lopes2011-09-16
* Add mayLoad attribute to AVX convert instructions, since non of themBruno Cardoso Lopes2011-09-16
* Fix PR10884.Bruno Cardoso Lopes2011-09-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add a fixme note!Bruno Cardoso Lopes2011-09-15
* Add the remaining AVX versions of instructions to X86InstrInfo, thisBruno Cardoso Lopes2011-09-15
* Factor out partial register update checks for some SSE instructions.Bruno Cardoso Lopes2011-09-15
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-15