aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-073-60/+349
|\
| * EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-011-47/+268
| * Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-11/+68
| * Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+12
| * Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* | Update LLVM for merge to r183849.Stephen Hines2013-06-131-0/+2
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-125-7/+286
|\ \ | |/
| * Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-11/+10
| * Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+5
| * Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-245-0/+277
| * Remove the MachineMove class.Rafael Espindola2013-05-131-7/+9
| * Remove unused argument.Rafael Espindola2013-05-101-1/+1
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-023-43/+80
|\ \ | |/
| * Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-2/+15
| * Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-112-17/+22
| * MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-2/+16
| * In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd2013-04-102-12/+22
| * x86 -- add the XTEST instructionDave Zarzycki2013-03-252-23/+18
* | Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-182-16/+35
|\ \ | |/
| * Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-161-4/+15
| * Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-141-0/+8
| * The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-051-12/+12
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-052-5/+13
|\ \ | |/
| * Fix typo in X86BaseInfo.h that I introduced in r157818.Hans Wennborg2013-01-291-2/+2
| * Initial patch for x32 ABI support.Eli Bendersky2013-01-221-3/+11
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-218-206/+146
|\ \ | |/
| * Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-2/+2
| * MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-191-1/+2
| * Fix a bogus commentEli Bendersky2012-12-131-3/+3
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-8/+8
| * Add support of RTM from TSX extensionMichael Liao2012-11-082-15/+16
| * Enable ELF machine type to be specified explicitly in X86 backendMichael Liao2012-10-303-15/+19
| * X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-131-1/+3
| * Add register encoding support in X86 backendMichael Liao2012-10-043-119/+6
| * Support for generating ELF objects on Windows.Andrew Kaylor2012-10-022-3/+7
| * Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper2012-10-011-3/+8
| * X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-261-8/+40
| * Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+5
| * Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper2012-09-191-9/+0
| * When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-182-26/+34
| * Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
| * Fix Doxygen issues:Dmitri Gribenko2012-09-141-2/+2
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-3/+4
|\ \ | |/
| * Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-3/+4
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-034-54/+103
|\ \ | |/
| * Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-121-5/+14
| * X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-1/+6
| * 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