summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAge
* Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...Craig Topper2014-01-31
* Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...Craig Topper2014-01-31
* Move address override handling in X86MCCodeEmitter to a place where it works ...Craig Topper2014-01-31
* [x86] Fix signed relocations for i64i32imm operandsDavid Woodhouse2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Delete MCSubtargetInfo data members from target MCCodeEmitter classesDavid Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* [x86] Silence unused diReg variable warning in non-asserting buildsDavid Woodhouse2014-01-22
* ]x86] Allow segment and address-size overrides for CMPS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow address-size overrides for STOS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Allow segment and address-size overrides for LODS[BWLQ] (PR9385)David Woodhouse2014-01-22
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* Replace duplicated code with a existing helper function.Craig Topper2014-01-17
* Allow x86 mov instructions to/from memory with absolute address to be encoded...Craig Topper2014-01-16
* Remove use of OpSize for populating VEX_PP field. A prefix encoding is now us...Craig Topper2014-01-16
* Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper2014-01-14
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8David Woodhouse2014-01-08
* [x86] Do not relax PUSHi16 to PUSHi32 (PR18414)David Woodhouse2014-01-08
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* [x86] Use 16-bit addressing where possible in 16-bit modeDavid Woodhouse2014-01-08
* [x86] Fix JCXZ,JECXZ_32 for 16-bit modeDavid Woodhouse2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Remove SegOvrBits from X86 TSFlags since they weren't being used.Craig Topper2014-01-06
* Remove argument to fix build bot failure.Craig Topper2014-01-06
* Add OpSize16 bit, for instructions which need 0x66 prefix in 16-bit modeCraig Topper2014-01-06
* [x86] Add basic support for .code16Craig Topper2014-01-06
* Fix ModR/M byte output for 16-bit addressing modes (PR18220)Craig Topper2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Remove MRMInitReg form now that it's last use is gone.Craig Topper2013-12-31
* Merge case statements to remove redundant code.Craig Topper2013-12-30
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Don't add suffixes for stdcall/fastcall on 64 coff.Rafael Espindola2013-12-09
* Correct word hyphenationsAlp Toker2013-12-05
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* Do the string comparison in the constructor instead of once per nop.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18