summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MCInstLower.cpp
Commit message (Expand)AuthorAge
* Merging r195093:Bill Wendling2013-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
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-05
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-18
* Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...Craig Topper2012-01-13
* Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen2011-11-29
* Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper2011-11-19
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-26
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman2011-09-07