aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MCInstLower.cpp
AgeCommit message (Expand)Author
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-16Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-05Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2012-01-13Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...Craig Topper
2011-11-29Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen
2011-11-19Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper
2011-10-26This commit introduces two fake instructions MORESTACK_RET andRafael Espindola
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-09-29Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen
2011-09-07Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman
2011-07-25Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-05-20Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings
2011-05-19Reverting 131641 to investigate 'bot complaint.Stuart Hastings
2011-05-19Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer beStuart Hastings
2010-12-09Add support for AVX to materialize +0.0 when doing scalar FP.Nate Begeman
2010-11-28Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.Rafael Espindola
2010-11-14tidy up, no functionality change.Chris Lattner
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner
2010-11-14simplify getPICBaseSymbol a bit.Chris Lattner
2010-10-26handle X86::EH_RETURN64 and X86::EH_RETURN.Rafael Espindola
2010-10-08reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner
2010-10-08reapply the patch reverted in r116033:Chris Lattner
2010-10-08Revert "Reimplement (part of) the or -> add optimization. Matching 'or' intoDaniel Dunbar
2010-10-08Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar
2010-10-08reimplement the second half of the or/add optimization. We should nowChris Lattner
2010-10-07Reimplement (part of) the or -> add optimization. Matching 'or' into 'add'Chris Lattner
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-08Check in forgotten file. Should fix build.Dale Johannesen
2010-08-17More fixes for win64:Anton Korobeynikov
2010-08-16Don't attempt to SimplifyShortMoveForm in 64-bit mode.Eli Friedman
2010-08-12Define AVX 128-bit pattern versions of SET0PS/PD.Bruno Cardoso Lopes
2010-08-12Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes
2010-08-05Handle the pseudo in MCInstLower.Eric Christopher
2010-07-22X86MCInstLower now depends on AsmPrinter being around.Chris Lattner
2010-07-21add some rough support for making mcinst lowering work without anChris Lattner
2010-07-20make asmprinter optional, even though passing in null will cause things to ex...Chris Lattner
2010-07-20continue pushing dependencies around.Chris Lattner
2010-07-20reduce X86MCInstLower dependencies on asmprinter.Chris Lattner
2010-07-20pass around MF, not MMI.Chris Lattner
2010-07-20cleanups.Chris Lattner
2010-07-20move two asmprinter methods into the asmprinter .cpp file.Chris Lattner
2010-07-19fix a layering problem by moving the x86 implementationChris Lattner