aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
AgeCommit message (Expand)Author
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
2012-01-27Keep source location information for X86 MCFixup's.Jim Grosbach
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach
2011-12-30Separate the concept of having memory access in operand 4 from the concept of...Craig Topper
2011-12-24Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola
2011-12-21Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12XOP encoding bits and logic.Jan Sjödin
2011-12-10Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola
2011-12-08Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...Jan Sjödin
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-23Add X86 RORX instructionCraig Topper