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
/
UnwindAssembly
/
InstEmulation
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-6
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-18
/
+18
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix typos.
Bruce Mitchener
2018-10-04
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
1
-2
/
+3
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-33
/
+27
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
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
-2
/
+2
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-1
/
+3
*
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
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+6
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-9
/
+8
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-8
/
+7
*
Add a first unit test for the arm64 instruction profiled unwind
Jason Molenda
2016-10-11
2
-13
/
+48
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-755
/
+684
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-3
/
+0
*
Stack unwinding emulation: handle adjustment of FP
Tamas Berghammer
2016-02-19
1
-1
/
+16
*
Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer
2016-02-10
1
-38
/
+70
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-51
/
+49
*
Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool
2015-10-18
1
-10
/
+2
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix assertion failure caused by r245546
Tamas Berghammer
2015-08-21
1
-9
/
+24
*
Improve instruction emulation based stack unwinding
Tamas Berghammer
2015-08-20
1
-2
/
+11
*
Improve conditional opcode handling in emulation based unwinding
Tamas Berghammer
2015-07-17
1
-8
/
+12
*
Ignore "push/pop {sp}" in emulation based unwinding
Tamas Berghammer
2015-06-30
1
-3
/
+8
*
Add branch emulation to aarch64 instruction emulator
Tamas Berghammer
2015-06-26
1
-0
/
+10
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
2
-177
/
+59
*
Initial Assembly profiler for mips64
Bhushan D. Attarde
2015-03-18
1
-1
/
+29
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-3
/
+5
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+1
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-2
/
+4
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+2
*
On x86 & x86_64, try to use eh_frame for frame 0.
Todd Fiala
2014-08-25
2
-0
/
+13
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-1
/
+2
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-5
/
+5
*
Disassembler::DisassembleRange() currently calls Target::ReadMemory
Jason Molenda
2013-09-12
1
-1
/
+3
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-0
/
+3
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
2
-17
/
+7
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
2
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
2
-2
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
[next]