aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-7/+7
* Better comments for TLS-related X86 MachineOperand flags.Hans Wennborg2012-06-041-9/+18
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-011-0/+27
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-311-2/+6
* Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer2012-05-291-2/+3
* Tidy up some spacing and inconsistent use of pre/post increment. No functiona...Craig Topper2012-05-191-15/+15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-152-0/+2
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-111-0/+7
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-17/+0
* Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...Pete Cooper2012-04-301-1/+3
* Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi2012-04-071-0/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Prune some includesCraig Topper2012-03-271-1/+0
* Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger2012-03-211-0/+2
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-211-5/+51
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+3
* Minimal changes for LLVM to compile under VS11.Michael J. Spencer2012-03-011-0/+4
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-192-12/+16
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-184-4/+4
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-182-71/+52
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-113-2/+14
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-053-15/+15
* PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng2012-01-301-1/+2
* Keep source location information for X86 MCFixup's.Jim Grosbach2012-01-271-18/+20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-8/+15
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-8/+8
* Separate the concept of having memory access in operand 4 from the concept of...Craig Topper2011-12-302-21/+13
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-243-6/+6
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-244-1/+74
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-214-13/+232
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-14/+16
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-4/+20
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-172-1/+5
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* XOP encoding bits and logic.Jan Sjödin2011-12-122-5/+39
* Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gasRafael Espindola2011-12-101-12/+28
* Src2 and src3 were accidentally swapped for the FMA4 rr patterns. Undo this a...Jan Sjödin2011-12-081-11/+8
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-0/+13
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-293-5/+23
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-252-6/+38
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-2/+3
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-1/+0
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* Add X86 RORX instructionCraig Topper2011-10-232-0/+12
* Remove NaClModeDavid Meyer2011-10-181-4/+0
* Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...Craig Topper2011-10-171-16/+10
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-162-5/+17