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
/
X86Disassembler.cpp
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
1
-35
/
+1569
*
[X86][Disassembler] Simplify
Fangrui Song
2020-01-12
1
-6
/
+0
*
[X86][Disassembler] Optimize argument passing and immediate reading
Fangrui Song
2020-01-11
1
-15
/
+17
*
[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
1
-27
/
+2
*
[X86][Disassembler] Simplify and optimize reader functions
Fangrui Song
2020-01-11
1
-20
/
+2
*
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
1
-0
/
+1
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-1
/
+1
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-0
/
+3
*
[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
1
-4
/
+3
*
[X86][Disassembler] Fix LOCK prefix disassembler support
Maksim Panchenko
2018-07-05
1
-0
/
+2
*
[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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[x86] Model the direction flag (DF) separately from the rest of EFLAGS.
Chandler Carruth
2018-04-10
1
-5
/
+2
*
[X86] Fix disassembly of EVEX rounding control and SAE instructions.
Craig Topper
2017-10-23
1
-0
/
+3
*
[X86] Fix disassembling of EVEX instructions to stop accidentally decoding th...
Craig Topper
2017-10-21
1
-96
/
+3
*
This patch is a result of D37262: The issues with X86 prefixes. It closes PR...
Andrew V. Tischenko
2017-10-16
1
-7
/
+25
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[X86] Merge the disassemblers handling of the different TYPE_RELs by getting ...
Craig Topper
2017-01-16
1
-26
/
+25
*
[X86] Reduce the number of operand 'types' the disassembler needs to deal wit...
Craig Topper
2017-01-16
1
-36
/
+9
*
[AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...
Craig Topper
2017-01-16
1
-3
/
+59
*
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif...
Craig Topper
2017-01-16
1
-0
/
+1
*
[AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immedi...
Craig Topper
2016-11-13
1
-4
/
+14
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[X86] Remove unnecessary header file containing a small class. It was only in...
Craig Topper
2016-04-29
1
-3
/
+84
*
[X86] Include X86MCTargetDesc.h directly in X86Disassembler.cpp instead of du...
Craig Topper
2016-04-29
1
-9
/
+1
*
[X86] Remove unused encoding types from disassembler. NFC
Craig Topper
2016-02-21
1
-8
/
+0
*
[X86] Remove unused entries from the disassembler type enum.
Craig Topper
2016-02-19
1
-1
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
[X86][AVX512CD] add mask broadcast intrinsics
Asaf Badouh
2015-11-18
1
-0
/
+4
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
2015-08-11
1
-0
/
+1
*
[X86]: Correctly sign-extend 16-bit immediate in CALL instruction.
Douglas Katzman
2015-06-26
1
-1
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
2015-06-09
1
-0
/
+3
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-10
/
+9
[next]