aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-162-37/+22
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-162-7/+31
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-162-0/+73
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-152-16/+25
* Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman2011-10-131-8/+1
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-1/+5
* Tidy up a bit more, fix tab and remove trailing whitespacesBruno Cardoso Lopes2011-09-201-9/+5
* Tidy up code!Bruno Cardoso Lopes2011-09-201-6/+5
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-1/+2
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-051-2/+9
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-242-2/+2
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+12
* Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes2011-08-191-58/+82