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
/
UnwindAssemblyInstEmulation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool
2015-10-18
1
-10
/
+2
*
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
1
-170
/
+55
*
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
1
-0
/
+8
*
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
*
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
1
-12
/
+5
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-0
/
+1
*
Made LLDB compile with LLVM top-of-tree again.
Sean Callanan
2012-12-21
1
-2
/
+0
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Change how the UnwindAssemblyInstEmulation class tracks the setup of
Jason Molenda
2012-10-23
1
-11
/
+32
*
Add code to UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly
Jason Molenda
2012-10-17
1
-2
/
+49
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
When emulating instructions that read from memory,
Jason Molenda
2012-08-13
1
-0
/
+1
*
Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...
Jason Molenda
2012-07-17
1
-8
/
+84
*
Switch nearly all of the use of the UnwindPlan::Row's to go through
Jason Molenda
2012-07-14
1
-10
/
+20
*
Revert the change I committed yesterday, it caused a regression
Jason Molenda
2012-07-13
1
-14
/
+0
*
When parsing the epilogue of a thumbv2 function, when we see the
Jason Molenda
2012-07-12
1
-0
/
+14
*
Simplify the CreateDefaultUnwindPlan methods for the x86 and arm unwinders
Jason Molenda
2012-07-09
1
-4
/
+4
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-2
/
+1
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-3
/
+2
*
Fix verbose logging of unwinders.
Jason Molenda
2011-09-29
1
-6
/
+6
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Tighten up the 'log enable lldb unwind' printing for
Jason Molenda
2011-09-16
1
-6
/
+6
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-2
/
+2
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-1
/
+3
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-103
/
+197
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-37
/
+45
*
Added the start of the CFI row production using the
Greg Clayton
2011-04-29
1
-15
/
+95
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-26
/
+46
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-7
/
+217
*
Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.
Greg Clayton
2011-04-25
1
-2
/
+2
[next]