summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MCInstLower.cpp
Commit message (Expand)AuthorAge
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...Craig Topper2013-12-31
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05
* Hide the stub created for MO_ExternalSymbol too.Rafael Espindola2013-12-05
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Refactor to remove a bit of duplication. No functionality change.Rafael Espindola2013-11-28
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-28
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* Remove unused arguments.Lang Hames2013-11-15
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-14
* Lower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE_R10 inLang Hames2013-11-11
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Fix unused variable warnings.Dan Gohman2013-10-31
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* The asm printer has a mangler. Don't keep a second pointer to it.Rafael Espindola2013-10-29
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-12
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* X86: Stop LEA64_32r doing unspeakable things to its arguments.Tim Northover2013-06-10
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-01
* TMP: LEA64_32r fixingTim Northover2013-06-01
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-31
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-31
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* X86: change zext moves to use sub-register infrastructure.Tim Northover2013-05-30
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-16
* Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper2013-03-14
* Two changes relevant to LEA and x32:David Sehr2013-02-01
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao2012-10-17
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-16
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-05
* Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.Craig Topper2012-08-28
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-28
* Whitespace.Chad Rosier2012-08-01
* Use a base register instead of an index register with the local dynamic model.Rafael Espindola2012-06-07
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen2012-02-16