| Age | Commit message (Expand) | Author |
| 2025-10-31 | [X86] Remove AMX-TRANSPOSE (#165556) | Mikołaj Piróg |
| 2024-11-01 | [X86][AMX] Support AMX-TRANSPOSE (#113532) | Phoebe Wang |
| 2024-08-03 | Reland "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new i... | Phoebe Wang |
| 2024-08-02 | Revert "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new i... | Phoebe Wang |
| 2024-08-02 | [X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructi... | Phoebe Wang |
| 2024-03-08 | [X86][MC] Support encoding/decoding for APX CCMP/CTEST (#83863) | Shengchen Kan |
| 2024-03-05 | [X86][NFC] Clang-format X86DisassemblerDecoder.h | Shengchen Kan |
| 2023-12-28 | [X86][MC] Support encoding/decoding for APX variant ADD/SUB/ADC/SBB/OR/XOR/NE... | Shengchen Kan |
| 2023-11-24 | [X86][MC] Support encoding/decoding for PUSH2[P]/POP2[P] (#73233) | Shengchen Kan |
| 2023-11-15 | [X86][MC] Support decoding of EGPR for APX (#72102) | Shengchen Kan |
| 2023-11-15 | [X86][MC] Remove duplicated code in X86DisassemblerDecoder.h by defining macr... | Shengchen Kan |
| 2023-10-16 | [X86] Add USER_MSR instructions. (#68944) | Freddy Ye |
| 2021-10-12 | [X86] Remove little support we had for MPX | Fangrui Song |
| 2021-08-10 | [X86] AVX512FP16 instructions enabling 1/6 | Wang, Pengfei |
| 2020-07-02 | [X86-64] Support Intel AMX instructions | Xiang1 Zhang |
| 2020-04-19 | X86DisassemblerDecoder.h - remove unused forward declaration. NFC. | Simon Pilgrim |
| 2020-01-12 | [X86][Disassembler] Merge X86DisassemblerDecoder.cpp into X86Disassembler.cpp... | Fangrui Song |
| 2020-01-12 | [X86][Disassembler] Simplify | Fangrui Song |
| 2020-01-11 | [X86][Disassembler] Optimize argument passing and immediate reading | Fangrui Song |
| 2020-01-11 | [X86][Disassembler] Replace custom logger with LLVM_DEBUG | Fangrui Song |
| 2020-01-11 | [X86][Disassembler] Simplify and optimize reader functions | Fangrui Song |
| 2019-05-31 | [X86] Add VP2INTERSECT instructions | Pengfei Wang |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-07-05 | [X86][Disassembler] Fix LOCK prefix disassembler support | Maksim Panchenko |
| 2018-06-01 | [X86][Disassembler] Use a local variable instead of using a field in the inst... | Craig Topper |
| 2018-05-01 | Remove \brief commands from doxygen comments. | Adrian Prantl |
| 2018-03-24 | [X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ... | Craig Topper |
| 2018-03-23 | Fix layering by moving X86DisassemblerDecoderCommon to Support | David Blaikie |
| 2018-02-15 | [X86][3DNOW] Teach decoder about AMD 3DNow! instrs | Rafael Auler |
| 2017-10-23 | [X86] Fix disassembly of EVEX rounding control and SAE instructions. | Craig Topper |
| 2017-10-21 | [X86] Fix disassembling of EVEX instructions to stop accidentally decoding th... | Craig Topper |
| 2017-10-16 | This patch is a result of D37262: The issues with X86 prefixes. It closes PR... | Andrew V. Tischenko |
| 2017-08-29 | Revert "The current version of LLVM X86 disassembler incorrectly interprets s... | Eric Christopher |
| 2017-08-28 | The current version of LLVM X86 disassembler incorrectly interprets some poss... | Andrew V. Tischenko |
| 2016-10-01 | Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) | Mehdi Amini |
| 2016-07-14 | [X86] Decode MPX BND registers. | Ahmed Bougacha |
| 2015-10-15 | [X86] Rip out orphaned method declarations and other dead code. NFC. | Benjamin Kramer |
| 2014-12-26 | [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref... | Craig Topper |
| 2014-12-26 | [X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil... | Craig Topper |
| 2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer |
| 2014-04-28 | Fix gcc -Wsign-compare warning in X86DisassemblerTables.cpp. | Patrik Hagglund |
| 2014-04-20 | C++ has a bool type! (And C's had one too, for 15 years...) | Richard Smith |
| 2014-04-20 | More C++ification. | Richard Smith |
| 2014-04-20 | Remove some more C junk from these files. | Richard Smith |
| 2014-04-20 | Don't provide two different definitions of ModRMDecision, OpcodeDecision, and... | Richard Smith |
| 2014-04-20 | Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in | Richard Smith |
| 2014-04-20 | What year is it! This file has no reason to be written in C, and has doubly no | Richard Smith |
| 2014-01-24 | Fix known typos | Alp Toker |
| 2014-01-01 | Remove need for MODIFIER_OPCODE in the disassembler tables. AddRegFrms are re... | Craig Topper |
| 2013-12-25 | AVX-512: decoder for AVX-512, made by Alexey Bader. | Elena Demikhovsky |