aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
AgeCommit message (Expand)Author
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-05The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr
2013-01-29Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg
2013-01-22Initial patch for x32 ABI support.Eli Bendersky
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-13Fix a bogus commentEli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-10-30Enable ELF machine type to be specified explicitly in X86 backendMichael Liao
2012-10-13X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer
2012-10-04Add register encoding support in X86 backendMichael Liao
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-01Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper
2012-09-26X86_32: Large Symbol+Offset relocations.Jim Grosbach
2012-09-24Mark jump tables in code sections with DataRegion directives.Jim Grosbach
2012-09-19Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-12Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-06-04Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg
2012-06-01Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg
2012-05-31Added FMA3 Intel instructions.Elena Demikhovsky
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-19Tidy up some spacing and inconsistent use of pre/post increment. No functiona...Craig Topper
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-11Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-04-30Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...Pete Cooper
2012-04-07Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-27Prune some includesCraig Topper
2012-03-21Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger
2012-03-21Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-02-19Add vmfunc instruction to X86 assembler and disassembler.Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-18Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-05Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper
2012-01-30PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng