summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAge
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Fix a bogus commentEli Bendersky2012-12-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* Enable ELF machine type to be specified explicitly in X86 backendMichael Liao2012-10-30
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-13
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper2012-10-01
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-24
* Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper2012-09-19
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-12
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg2012-06-04
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-31
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-29
* Tidy up some spacing and inconsistent use of pre/post increment. No functiona...Craig Topper2012-05-19
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...Pete Cooper2012-04-30
* Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi2012-04-07
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Prune some includesCraig Topper2012-03-27
* Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger2012-03-21
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-21
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Minimal changes for LLVM to compile under VS11.Michael J. Spencer2012-03-01
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-19
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-18
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-05
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-30
* Keep source location information for X86 MCFixup's.Jim Grosbach2012-01-27
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Separate the concept of having memory access in operand 4 from the concept of...Craig Topper2011-12-30
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21