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
/
Core
/
Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Simplify a few methods (2/2) (NFC)
Jonas Devlieghere
2019-09-04
1
-52
/
+62
*
[Disassembler] Simplify a few methods (NFC)
Jonas Devlieghere
2019-09-04
1
-46
/
+53
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-14
/
+11
*
Revert "Disable the step over skipping calls feature since buildbots are not ...
Pavel Labath
2019-05-10
1
-2
/
+2
*
Disable the step over skipping calls feature since buildbots are not happy.
Greg Clayton
2019-05-10
1
-2
/
+2
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
1
-1
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-13
/
+13
*
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
-8
/
+6
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-17
/
+17
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-3
/
+3
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-2
/
+2
*
ResolveAddress: check returned value of resolving functions.
Tatyana Krasnukha
2018-06-22
1
-7
/
+8
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-45
/
+38
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-3
/
+3
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
Nitesh Jain
2017-05-04
1
-0
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-22
/
+31
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-3
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-1
/
+5
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-5
/
+6
*
More cleanup in `frame diagnose,` eliminating a bunch of messy cases.
Sean Callanan
2016-09-14
1
-0
/
+11
*
Cleaned up some of the "frame diagnose" code to use Operands as currency.
Sean Callanan
2016-09-13
1
-0
/
+113
*
Fix unused variable and integer sign warnings from r280906
Ed Maste
2016-09-08
1
-3
/
+2
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
1
-32
/
+269
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1126
/
+897
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-36
/
+9
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-4
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-4
/
+4
*
Remove unnecessary <limits> includes.
Jim Ingham
2016-03-15
1
-1
/
+0
*
Let's not convert from UINT32_MAX to the std::numeric_limits version.
Jim Ingham
2016-03-12
1
-5
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
1
-170
/
+130
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+14
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add Hexagon packet support to ThreadPlanStepRange
Ted Woodward
2015-05-11
1
-2
/
+49
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-2
/
+2
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-4
/
+47
*
When creating a disassembler for one of the arm variants that can
Jason Molenda
2015-02-07
1
-0
/
+18
[next]