aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* Two changes relevant to LEA and x32:David Sehr2013-02-011-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-17/+14
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-39/+22
* Fix setjmp on models with non-Small code model nor non-Static relocation modelMichael Liao2012-10-171-10/+8
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-161-1/+25
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-051-4/+0
* Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.Craig Topper2012-08-281-3/+0
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-281-3/+0
* Whitespace.Chad Rosier2012-08-011-31/+31
* Use a base register instead of an index register with the local dynamic model.Rafael Espindola2012-06-071-0/+8
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-011-6/+31
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-2/+0
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-111-0/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen2012-02-161-6/+4
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-111-1/+3
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-051-1/+1
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-0/+3
* Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...Craig Topper2012-01-131-0/+1
* Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen2011-11-291-4/+0
* Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper2011-11-191-0/+1
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-261-0/+16
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-1/+3
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-291-6/+0
* Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...Eli Friedman2011-09-071-0/+12
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-251-0/+1
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+1
* Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings2011-05-201-4/+0
* Reverting 131641 to investigate 'bot complaint.Stuart Hastings2011-05-191-0/+4
* Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer beStuart Hastings2011-05-191-4/+0
* Add support for AVX to materialize +0.0 when doing scalar FP.Nate Begeman2010-12-091-0/+2
* Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.Rafael Espindola2010-11-281-1/+65
* tidy up, no functionality change.Chris Lattner2010-11-141-2/+0
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-9/+4
* simplify getPICBaseSymbol a bit.Chris Lattner2010-11-141-1/+1
* handle X86::EH_RETURN64 and X86::EH_RETURN.Rafael Espindola2010-10-261-0/+17
* reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner2010-10-081-3/+9
* reapply the patch reverted in r116033:Chris Lattner2010-10-081-0/+8
* Revert "Reimplement (part of) the or -> add optimization. Matching 'or' intoDaniel Dunbar2010-10-081-8/+0
* Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar2010-10-081-9/+3
* reimplement the second half of the or/add optimization. We should nowChris Lattner2010-10-081-3/+9
* Reimplement (part of) the or -> add optimization. Matching 'or' into 'add'Chris Lattner2010-10-071-0/+8
* Massive rewrite of MMX: Dale Johannesen2010-09-301-3/+0
* Check in forgotten file. Should fix build.Dale Johannesen2010-09-081-1/+1
* More fixes for win64:Anton Korobeynikov2010-08-171-2/+4
* Don't attempt to SimplifyShortMoveForm in 64-bit mode.Eli Friedman2010-08-161-9/+13
* Define AVX 128-bit pattern versions of SET0PS/PD.Bruno Cardoso Lopes2010-08-121-2/+5
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-121-6/+8