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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-3
/
+3
*
Introduce a PythonBytes class into PythonDataObjects.
Zachary Turner
2016-01-11
2
-0
/
+145
*
Replace accidental DOS (and mixed) line endings in a few text files
Dimitry Andric
2016-01-11
1
-46
/
+46
*
Don't try to parse the line table when it isn't specified
Tamas Berghammer
2016-01-11
1
-6
/
+11
*
Make the aarch64 lldb-server capable of debugging arm32 applications
Tamas Berghammer
2016-01-11
3
-10
/
+110
*
Writing a test case for r257234 I found another place that was
Jim Ingham
2016-01-09
1
-1
/
+14
*
Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...
Jim Ingham
2016-01-08
1
-2
/
+11
*
Add support for the LEAVE x86 instruction to AssemblyParse_x86.
Jason Molenda
2016-01-08
1
-7
/
+38
*
Prevent infinite recursive loop in AppleObjCTrampolineHandler constructor
Stephane Sezer
2016-01-08
2
-2
/
+7
*
Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...
Adrian McCarthy
2016-01-08
1
-39
/
+57
*
Change the key name for the libdispatch queue serial number from
Jason Molenda
2016-01-08
1
-12
/
+12
*
Make sure we don't send qModuleInfo packets unnecessarily.
Stephane Sezer
2016-01-08
2
-1
/
+13
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
10
-93
/
+162
*
[RenderScript] Improve file format for saving RS allocations
Ewan Crawford
2016-01-07
2
-29
/
+154
*
[Renderscript] Fix stack argument inspection.
Aidan Dodds
2016-01-06
1
-43
/
+42
*
Fix build warnings after rL256915
Bhushan D. Attarde
2016-01-06
1
-8
/
+8
*
[LLDB][MIPS32]Merge emulation of similar instructions
Bhushan D. Attarde
2016-01-06
2
-1917
/
+521
*
Fix for undefined behavior while updating PC value on arm-linux
Omair Javaid
2016-01-05
1
-1
/
+18
*
[LLDB][MIPS] Make register read/write to set/get the size of register accordi...
Sagar Thakur
2016-01-05
1
-3
/
+9
*
Revert r256769
Ewan Crawford
2016-01-05
2
-2
/
+2
*
[FreeBSD] Use a cast sledgehammer to placate newer versions of clang.
Davide Italiano
2016-01-04
1
-2
/
+2
*
Use correct format identifiers to print something meaningful.
Davide Italiano
2016-01-04
2
-2
/
+2
*
Remove unused variable
Ed Maste
2016-01-04
1
-3
/
+1
*
Strip trailing whitespace
Ed Maste
2016-01-04
3
-194
/
+194
*
Include IR/DerivedTypes.h instead of IR/Type.h so to match llvm change r256406.
Craig Topper
2015-12-25
1
-1
/
+1
*
[LLDB] Fix Read/Write memory to be compatible with both endians
Mohit K. Bhakkad
2015-12-23
1
-4
/
+2
*
Remove PC -1 offset from FreeBSD arm64 UpdateAfterBreakpoint
Ed Maste
2015-12-22
1
-2
/
+0
*
Don't pack the structs of the jit debug interface
Tamas Berghammer
2015-12-22
1
-2
/
+0
*
Fix emulation of the thumb str instruction
Tamas Berghammer
2015-12-21
1
-2
/
+10
*
Turns out, many people define structs named Point that do not share the same ...
Enrico Granata
2015-12-18
1
-1
/
+1
*
Fix the emulation of arm strd instruction
Tamas Berghammer
2015-12-18
1
-2
/
+5
*
The lldb side changes to go along with r255711 where a new
Jason Molenda
2015-12-18
6
-0
/
+144
*
[RenderScript] Support all RS allocation types
Ewan Crawford
2015-12-17
1
-18
/
+100
*
Inspect DW_AT_const_value global static const variables
Ewan Crawford
2015-12-17
2
-4
/
+8
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
11
-0
/
+289
*
[LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...
Sagar Thakur
2015-12-15
1
-0
/
+5
*
Welcome to NetBSD signals
Kamil Rytarowski
2015-12-15
3
-0
/
+66
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
1
-0
/
+122
*
Remove unused mips typedefs.
Oleksiy Vyalov
2015-12-12
1
-3
/
+1
*
Remove hardcoded registers from Hexagon ABI
Ted Woodward
2015-12-11
1
-10
/
+21
*
DisassemblerLLVMC now gets the disassembler comments for an instruction
Sean Callanan
2015-12-11
2
-19
/
+29
*
[RenderScript] Support for amd64 RS hooks
Ewan Crawford
2015-12-11
1
-9
/
+54
*
[RenderScript] Refactor condition deciding when to JIT RS runtime
Ewan Crawford
2015-12-10
1
-9
/
+19
*
[RenderScript] Add hook for destroyed allocations
Ewan Crawford
2015-12-09
2
-1
/
+46
*
[LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...
Sagar Thakur
2015-12-09
2
-7
/
+11
*
Fix DoReadMemory for Windows mini dumps.
Adrian McCarthy
2015-12-09
1
-1
/
+4
*
Fix MSVC build after rL255016
Tamas Berghammer
2015-12-08
1
-2
/
+4
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
12
-66
/
+320
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
2
-5
/
+7
*
[LLDB][MIPS] Handle PIC calling convention for MIPS32
Bhushan D. Attarde
2015-12-08
1
-6
/
+37
[next]