index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[X86][Disassembler] Fix a bug when disassembling an empty string
Fangrui Song
2020-01-13
1
-1
/
+3
*
[X86] Fix MSVC "truncation from 'int' to 'bool'" warning. NFCI.
Simon Pilgrim
2020-01-13
1
-2
/
+2
*
[X86][Disassembler] Merge X86DisassemblerDecoder.cpp into X86Disassembler.cpp...
Fangrui Song
2020-01-12
4
-1868
/
+1569
*
[X86][Disassembler] Simplify
Fangrui Song
2020-01-12
3
-45
/
+7
*
[X86][Disassembler] Optimize argument passing and immediate reading
Fangrui Song
2020-01-11
3
-74
/
+41
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-2
/
+1
*
[X86][Disassembler] Replace custom logger with LLVM_DEBUG
Fangrui Song
2020-01-11
3
-56
/
+14
*
[X86][Disassembler] Simplify and optimize reader functions
Fangrui Song
2020-01-11
3
-180
/
+101
*
[X86][Disassembler] Simplify readPrefixes
Fangrui Song
2020-01-10
1
-43
/
+25
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-2
/
+3
*
[X86Disassembler] Unify the EVEX and VEX code in emitContextTable. Merge the ...
Craig Topper
2019-06-13
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
3
-0
/
+12
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[X86] Remove if that's always true
Craig Topper
2019-04-30
1
-2
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
2
-2
/
+2
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
2
-0
/
+6
*
[X86] Remove the _alt forms of (V)CMP instructions. Use a combination of cust...
Craig Topper
2019-03-18
1
-60
/
+0
*
[X86] Remove the _alt forms of AVX512 VPCMP instructions. Use a combination o...
Craig Topper
2019-03-17
1
-129
/
+0
*
[X86] Remove the _alt forms of XOP VPCOM instructions. Use a combination of c...
Craig Topper
2019-03-17
1
-16
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
[X86] Don't ignore 0x66 prefix on relative jumps in 64-bit mode. Fix opcode s...
Craig Topper
2018-08-13
1
-39
/
+12
*
[X86][Disassembler] Fix LOCK prefix disassembler support
Maksim Panchenko
2018-07-05
3
-0
/
+7
*
[X86][Disassembler] Remove TYPE_BNDR from translateImmediate.
Craig Topper
2018-07-01
1
-2
/
+0
*
[X86] Fix unmatched parenthesis in r335768
Fangrui Song
2018-06-27
1
-1
/
+1
*
[X86] Teach the disassembler to use %eiz/%riz instead of NoRegister when the ...
Craig Topper
2018-06-27
1
-5
/
+20
*
[X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used...
Craig Topper
2018-06-23
1
-1
/
+3
*
[X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 a...
Craig Topper
2018-06-06
1
-1
/
+1
*
[X86][Disassembler] Make it an error to set EVEX.R' to 0 when modrm.reg encod...
Craig Topper
2018-06-01
1
-7
/
+18
*
[X86][Disassembler] Ignore EVEX.X extension of modrm.rm to 5-bits when modrm....
Craig Topper
2018-06-01
1
-0
/
+1
*
[X86][Disassembler] Clamp index to 4-bits when decoding GPR registers.
Craig Topper
2018-06-01
1
-3
/
+4
*
[X86][Disassembler] Make sure EVEX.X is not used to extend base registers of ...
Craig Topper
2018-06-01
1
-3
/
+5
*
[X86][Disassembler] Use a local variable instead of using a field in the inst...
Craig Topper
2018-06-01
2
-10
/
+11
*
[X86] Make sure the check for VEX.vvvv being all ones on instructions that do...
Craig Topper
2018-06-01
1
-1
/
+3
*
[X86][Disassembler] Suppress reading of EVEX.V' and EVEX.R' in 32-bit mode.
Craig Topper
2018-06-01
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-12
/
+12
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-05-01
1
-2
/
+4
*
[X86] Revert r330638 - accidental commit
Gabor Buella
2018-04-23
1
-4
/
+2
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-04-23
1
-2
/
+4
*
[X86] WaitPKG instructions
Gabor Buella
2018-04-20
1
-6
/
+9
*
[x86] Model the direction flag (DF) separately from the rest of EFLAGS.
Chandler Carruth
2018-04-10
1
-5
/
+2
*
[X86] Disassembler support for having an ADSIZE prefix affect instructions wi...
Craig Topper
2018-04-05
1
-0
/
+3
*
[X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ...
Craig Topper
2018-03-24
2
-43
/
+18
*
Fix layering by moving X86DisassemblerDecoderCommon to Support
David Blaikie
2018-03-23
2
-469
/
+1
*
[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
Rafael Auler
2018-02-15
3
-5
/
+49
[next]