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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
12
-345
/
+325
*
Made the REPL choose a default language if only one REPL can be chosen.
Sean Callanan
2015-10-21
4
-7
/
+28
*
[RenderScript] Fix out of bounds warning.
Ewan Crawford
2015-10-21
1
-3
/
+3
*
[DataFormatters] Make libc++ list loop detection linear
Pavel Labath
2015-10-21
1
-88
/
+113
*
[RenderScript] New commands to save/load RS allocations to file.
Ewan Crawford
2015-10-21
2
-40
/
+410
*
Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.
Eugene Zelenko
2015-10-21
2
-45
/
+53
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
16
-348
/
+342
*
When a REPL creates a new target for itself, it is that target's REPL.
Sean Callanan
2015-10-21
1
-0
/
+9
*
When target is NULL, provide a debugger so that REPLs can use that to create
Sean Callanan
2015-10-21
3
-4
/
+5
*
Fix potential file i/o problem with python handles.
Zachary Turner
2015-10-20
4
-37
/
+50
*
Revert "Make dwarf parsing multi-threaded"
Tamas Berghammer
2015-10-20
3
-71
/
+23
*
Make dwarf parsing multi-threaded
Tamas Berghammer
2015-10-20
3
-23
/
+71
*
Add a new task pool class to LLDB
Tamas Berghammer
2015-10-20
2
-0
/
+89
*
Increase default memory cache line size for android
Pavel Labath
2015-10-20
3
-0
/
+17
*
Fix build and some warnings after r250798
Tamas Berghammer
2015-10-20
1
-2
/
+2
*
[LLDB] Insert names with same signo as alias instead of a new entry
Mohit K. Bhakkad
2015-10-20
5
-250
/
+251
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
14
-27
/
+22
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
14
-468
/
+480
*
Added support to the expression command for dropping into the REPL at will.
Sean Callanan
2015-10-20
2
-1
/
+68
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
4
-5
/
+56
*
Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....
Greg Clayton
2015-10-20
1
-48
/
+55
*
When calling FileSpec::AppendPathComponent() we don't need to include "." in ...
Greg Clayton
2015-10-20
1
-1
/
+1
*
Make sure we restore the process events so they aren't hijacked when using th...
Greg Clayton
2015-10-20
1
-11
/
+18
*
Introduce the concept of a type that is meaningless without dynamic resolutio...
Enrico Granata
2015-10-20
3
-18
/
+26
*
Added REPL.cpp to the relevant CMakeLists.txt
Sean Callanan
2015-10-19
1
-0
/
+1
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
7
-2
/
+885
*
Let Language plugins vend a default DeclPrintingHelper in case a custom one i...
Enrico Granata
2015-10-19
4
-11
/
+259
*
[PlatformDarwin.cpp] Include <mutex> for std::once_flag.
Siva Chandra
2015-10-19
1
-0
/
+2
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
6
-42
/
+116
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
17
-295
/
+314
*
Fix for random watchpoint testsuite failures on AArch64 targets.
Omair Javaid
2015-10-19
1
-1
/
+4
*
[LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...
Sagar Thakur
2015-10-19
1
-8
/
+9
*
Silence -Wreturn-type with gcc 5.2
Saleem Abdulrasool
2015-10-18
1
-0
/
+1
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
12
-25
/
+30
*
Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool
2015-10-18
3
-20
/
+4
*
Teach an old pony a few new tricks.
Enrico Granata
2015-10-17
1
-25
/
+81
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...
Eugene Zelenko
2015-10-17
17
-367
/
+375
*
Handle eFormatVectorOfFloat16
Enrico Granata
2015-10-16
1
-0
/
+1
*
Move TypeSummaryImpl over to LLVM-style RTTI for subclassing
Enrico Granata
2015-10-16
2
-62
/
+50
*
[LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...
Eugene Zelenko
2015-10-16
12
-420
/
+435
*
Make some more of the LLDB/SWIG/Python glue Python 3 aware.
Zachary Turner
2015-10-16
1
-6
/
+9
*
Fix linkage of `init_lldb` SWIG method in Python 3.
Zachary Turner
2015-10-16
2
-2
/
+16
*
Convert SWIG typemap string operations to PythonObjects.
Zachary Turner
2015-10-16
2
-5
/
+44
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
2
-1
/
+26
*
Fix temporary directory computation on linux (pr25147)
Pavel Labath
2015-10-16
2
-19
/
+13
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
5
-0
/
+472
*
Fix build with python disabled after r249597
Keno Fischer
2015-10-16
3
-13
/
+0
*
Add a missing Mutex Locker in ResetCurrentInlinedDepth
Keno Fischer
2015-10-16
1
-0
/
+2
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
8
-485
/
+662
*
Factor the execution of the test method into a separate function to ensure th...
Adrian McCarthy
2015-10-15
1
-1
/
+1
[next]