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
/
lldb
/
source
/
Plugins
/
Disassembler
/
llvm
/
DisassemblerLLVMC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-1
/
+1
*
[lldb] Fix LLDB build after API change to printInst (D72172)
Raphael Isemann
2020-01-07
1
-2
/
+2
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-2
/
+4
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-2
/
+4
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-4
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+8
*
[ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...
Omair Javaid
2019-05-23
1
-3
/
+3
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-8
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
When disassembling Aarch64 target and vendor Apple, set the cpu to
Jason Molenda
2019-03-07
1
-0
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+1
*
Enable the fp-armv8 disassembler feature when disassembling Cortex-M
Jason Molenda
2018-09-07
1
-2
/
+4
*
Use a RAII guard to control access to DisassemblerLLVMC.
Raphael Isemann
2018-08-28
1
-47
/
+59
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-18
/
+14
*
Check existence of each required component during construction of LLVMCDisass...
Tatyana Krasnukha
2018-01-11
1
-113
/
+167
*
Change the default Aarch64 ISA to be v8.2 to correctly decode newer
Jason Molenda
2017-12-22
1
-0
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-4
/
+4
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+2
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1411
/
+1196
*
Second round of fixups for r280692
Pavel Labath
2016-09-06
1
-3
/
+4
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+566
*
Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...
Greg Clayton
2016-06-07
1
-249
/
+267
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-12
/
+2
*
Upgrade the arm/thumb architecture used by the disassembler
Tamas Berghammer
2016-03-02
1
-2
/
+2
*
Update for LLVM change
Benjamin Kramer
2016-01-26
1
-4
/
+4
*
DisassemblerLLVMC now gets the disassembler comments for an instruction
Sean Callanan
2015-12-11
1
-18
/
+28
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler a...
Eugene Zelenko
2015-10-22
1
-54
/
+47
*
Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.
Eugene Zelenko
2015-10-21
1
-16
/
+27
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-27
/
+16
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-0
/
+2
*
[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses
Jaydeep Patil
2015-09-22
1
-5
/
+22
*
Fix build after llvm r247683 was reverted.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Fix build after llvm r247683
Pavel Labath
2015-09-15
1
-1
/
+1
*
Remove a call to deleted function.
Greg Clayton
2015-09-09
1
-1
/
+0
*
Make sure to flush the stream to make sure the string is up to date when we q...
Greg Clayton
2015-09-09
1
-0
/
+1
*
Only create alternative thumb disassembler if the main one is arm
Tamas Berghammer
2015-09-02
1
-2
/
+2
*
Fix arm disassambler with specifying armv8.1a architecture
Tamas Berghammer
2015-09-02
1
-10
/
+18
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+45
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-3
/
+3
*
Remove more uses of raw_svector_ostream::flush() call following r244928.
Yaron Keren
2015-08-13
1
-1
/
+0
[next]