aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86MCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...Craig Topper1-0/+18
2015-01-06[X86] Make isel select the shorter form of jump instructions instead of the l...Craig Topper1-22/+0
2015-01-02[X86] Bring some better consistency to the naming of the move to/from %al/ax/...Craig Topper1-6/+6
2014-12-04[X86] Clean up whitespace as well as minor coding styleMichael Liao1-5/+4
2014-12-02Remove unneccessary code introduced with 223101.Philip Reames1-10/+2
2014-12-02Fix variable used only in assertion.Nick Lewycky1-1/+2
2014-12-01[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...Philip Reames1-1/+63
2014-10-27Fix a stackmap bug introduced in r220710.Pete Cooper1-4/+14
2014-10-27Stackmap shadows should consider call returns a branch target.Pete Cooper1-0/+6
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola1-1/+2
2014-09-25[x86] Implement v16i16 support with AVX2 in the new vector shuffleChandler Carruth1-1/+2
2014-09-24[x86] Teach the instruction lowering to add comments describing constantChandler Carruth1-12/+78
2014-09-24[x86] More refactoring of the shuffle comment emission. The previousChandler Carruth1-38/+38
2014-09-24[x86] Bypass the shuffle mask comment generation when not using verboseChandler Carruth1-0/+2
2014-09-24[x86] Hoist the logic for extracting the relevant bits of informationChandler Carruth1-16/+20
2014-09-24[x86] Start refactoring the comment printing logic in the MC lowering ofChandler Carruth1-87/+102
2014-09-23[x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth1-5/+8
2014-09-23[x86] Teach the AVX1 path of the new vector shuffle lowering one moreChandler Carruth1-6/+21
2014-09-02[X86] Allow atomic operations using immediates to avoid using a registerRobin Morisset1-8/+32
2014-08-06fix typoSanjay Patel1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-7/+7
2014-08-04Fix failure to invoke exception handler on Win64Reid Kleckner1-0/+29
2014-08-02[x86] Switch to using the variable we extracted this operand into.Chandler Carruth1-1/+1
2014-08-02[x86] Teach my pshufb comment printer to handle VPSHUFB forms as well asChandler Carruth1-2/+3
2014-07-26[x86] Fix unused variable warning in no-asserts build.Chandler Carruth1-0/+1
2014-07-25[x86] Teach the X86 backend to print shuffle comments for PSHUFBChandler Carruth1-0/+80
2014-07-25[X86] Clarify some stackmap shadow optimization code as based on reviewLang Hames1-5/+6
2014-07-24[X86] Optimize stackmap shadows on X86.Lang Hames1-44/+88
2014-06-29MC: rename EmitWin64EH routinesSaleem Abdulrasool1-12/+10
2014-06-25Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi1-0/+37
2014-06-22Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi1-37/+0
2014-06-20Generate native unwind info on Win64Reid Kleckner1-0/+37
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-4/+4
2014-03-19Prune includes in X86 target.Craig Topper1-3/+4
2014-03-18X86: Use enums for memory operand decoding instead of integer literals.Manuel Jacob1-10/+10
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-1/+1
2014-02-19Revert r201622 and r201608.Daniel Jasper1-1/+1
2014-02-18Fix PR18743.Rafael Espindola1-1/+1
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-27/+28
2014-01-16Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola1-2/+1
2014-01-16Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.Craig Topper1-1/+2
2014-01-08[x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse1-3/+8
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-1/+2
2013-12-31Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...Craig Topper1-8/+0
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola1-1/+1
2013-12-05Hide the stub created for MO_ExternalSymbol too.Rafael Espindola1-5/+11
2013-12-04[Stackmap] Emit multi-byte nops for X86.Juergen Ributzka1-22/+70
2013-11-29Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames1-84/+0
2013-11-28Refactor to remove a bit of duplication. No functionality change.Rafael Espindola1-24/+24