aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-37/+26
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-234-107/+296
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-102/+148
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-298-470/+371
* Update to LLVM 3.5a.Stephen Hines2014-04-248-288/+469
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-2/+0
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-2/+0
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-114-128/+248
|\ \ | |/ |/|
| * X86 Disassembler: remove unused bool typedef-nameDavid Majnemer2013-11-051-2/+0
| * AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-1/+49
| * Replace C++ style comment with a C style comment to satisfy some of the build...Craig Topper2013-10-031-1/+1
| * Remove comma from the end of an enum.Craig Topper2013-10-031-1/+1
| * Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-033-39/+174
| * Remove 0 as a valid encoding for the m-mmmm field.Craig Topper2013-10-011-2/+0
| * Remove unneeded fields from disassembler internal instruction format.Craig Topper2013-10-012-20/+0
| * Various x86 disassembler fixes.Craig Topper2013-09-302-40/+4
| * Build fixRichard Mitton2013-08-301-1/+1
| * Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-301-7/+9
| * First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-251-17/+12
| * Remove trailing whitespace.Craig Topper2013-08-241-1/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-074-4/+213
|\ \ | |/
| * Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-284-4/+181
| * Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-203-0/+32
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-97/+3
|\ \ | |/
| * Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-97/+3
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-167/+180
|\ \ | |/
| * X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi2013-03-251-1/+1
| * Whitespace.NAKAMURA Takumi2013-03-251-160/+160
| * x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-251-7/+20
* | Update LLVM for merge to r171905.Stephen Hines2013-01-211-1/+0
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-215-16/+14
|\ \ | |/
| * Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-192-10/+0
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
| * Fix typoJoerg Sonnenberger2012-10-291-2/+2
| * Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-132-0/+9
| * Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-112-2/+2
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-103-14/+16
|\ \ | |/
| * Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky2012-09-053-13/+13
| * Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-311-0/+2
| * Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-235-64/+67
|\ \ | |/
| * Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-015-14/+18
| * Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ...Craig Topper2012-07-311-5/+4
| * Tidy up trailing whitespaceCraig Topper2012-07-311-33/+33
| * Tidy up trailing whitespaceCraig Topper2012-07-311-12/+12
| * Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-JumpKevin Enderby2012-07-241-1/+1
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-032-10/+46
|\ \ | |/
| * Remove tabs.Bill Wendling2012-07-191-9/+9
| * X86: add more GATHER intrinsics in LLVMManman Ren2012-06-291-10/+18