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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MainLoop: Add unit tests
Pavel Labath
2017-05-04
4
-105
/
+229
*
Don't attempt to use mpx registers on unsupported platforms
Francis Ricci
2017-05-03
2
-0
/
+10
*
Windows fix for TestConflictingDefinition makefile
Pavel Labath
2017-05-03
1
-1
/
+1
*
Check for lack of C++ context first when demangling
Pavel Labath
2017-05-03
1
-18
/
+17
*
Fixed a bug where we did not properly use the complete versions of Objective-...
Sean Callanan
2017-05-03
10
-2
/
+136
*
Android.rules: set "ar" path correctly
Pavel Labath
2017-05-02
1
-0
/
+1
*
ObjectFileELF: Fix symbol lookup in bss section
Pavel Labath
2017-05-02
4
-1
/
+166
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
13
-159
/
+135
*
Remove unused code related to CPlusPlusLanguage::FindEquivalentNames
Pavel Labath
2017-05-02
2
-150
/
+0
*
Public headers need to be public.
Tim Hammerquist
2017-04-28
1
-2
/
+2
*
Add remaining SBTrace headers to LLDB framework
Tim Hammerquist
2017-04-28
1
-0
/
+4
*
Remove lock from ConstString::GetLength
Pavel Labath
2017-04-28
1
-18
/
+11
*
Resurrect pselect MainLoop implementation
Pavel Labath
2017-04-28
2
-94
/
+209
*
Provide a mechanism to do some pre-loading of symbols up front.
Jim Ingham
2017-04-28
11
-4
/
+78
*
Add a newline to suppress compiler warnings.
Jim Ingham
2017-04-28
1
-1
/
+1
*
Resurrect the standalone build of LLDB
Kamil Rytarowski
2017-04-28
2
-2
/
+2
*
integrate SBTrace changes into Xcode project
Tim Hammerquist
2017-04-27
1
-0
/
+12
*
Fixing Windows bot
Chris Bieneman
2017-04-27
1
-1
/
+1
*
NFC. Add comment about debugserver usage
Chris Bieneman
2017-04-27
1
-0
/
+6
*
Fix GreenDragon bots
Chris Bieneman
2017-04-27
1
-2
/
+0
*
Update GDB remote command regex for IPv6
Chris Bieneman
2017-04-27
1
-2
/
+2
*
[CMake] Abstract Config.h generation for Xcode
Chris Bieneman
2017-04-27
4
-27
/
+60
*
[LLDB][MIPS] Forgot to add check in commit rl301530
Nitesh Jain
2017-04-27
1
-2
/
+4
*
TCPSocket: add back support for "*" address
Pavel Labath
2017-04-27
1
-0
/
+2
*
[LLDB][MIPS] Fix TestMiExec.py failure.
Nitesh Jain
2017-04-27
1
-2
/
+8
*
Fix build for clang r301507
Pavel Labath
2017-04-27
1
-2
/
+2
*
One more try at the whole compiling thing...
Chris Bieneman
2017-04-27
1
-1
/
+1
*
One more attempt to fix the broken bots.
Chris Bieneman
2017-04-27
1
-0
/
+2
*
Fix Windows bots broken by r301492
Chris Bieneman
2017-04-27
1
-1
/
+3
*
Fix libcxx formatters for changes in r300140.
Lang Hames
2017-04-26
3
-16
/
+87
*
Re-landing IPv6 support for LLDB Host
Chris Bieneman
2017-04-26
29
-487
/
+680
*
Update lldb to match clang r301442.
Richard Smith
2017-04-26
1
-22
/
+15
*
Fixed a crash when dealing with an empty method name in the ObjC runtime.
Sean Callanan
2017-04-26
1
-1
/
+6
*
Use llvm::ArrayRef rather than std::vector/std::initializer lists for some
Lang Hames
2017-04-26
3
-52
/
+11
*
Initial implementation of SB APIs for Tracing support.
Ravitheja Addepally
2017-04-26
22
-69
/
+785
*
Remove the home-grown android toolchain file and all references to it
Pavel Labath
2017-04-25
2
-186
/
+24
*
[LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.
Nitesh Jain
2017-04-25
1
-1
/
+1
*
Name the C++ source files for two tests correctly.
Sean Callanan
2017-04-24
2
-2
/
+2
*
Fixed two bad Makefiles that might be breaking Linux.
Sean Callanan
2017-04-24
2
-2
/
+2
*
[Expression parser] Return both types and variables
Sean Callanan
2017-04-24
8
-258
/
+347
*
[DWARF] Fix lookup in the abstract origins of inlined blocks/functions
Sean Callanan
2017-04-24
4
-2
/
+78
*
Update two android XFAILS
Pavel Labath
2017-04-24
2
-2
/
+2
*
Fix the new SocketAddressTest on Windows
Pavel Labath
2017-04-24
1
-3
/
+20
*
[LLDB][MIPS] Move it into HandleLLVMOptions.cmake.
Nitesh Jain
2017-04-24
1
-6
/
+0
*
Add more arguments to SocketAddress::GetAddressInfo
Pavel Labath
2017-04-24
3
-27
/
+26
*
Simplify FreeBSD Host.cpp with early returns
Ed Maste
2017-04-23
1
-78
/
+86
*
ThreadSanitizer plugin: match for loop variable with expected type
Ed Maste
2017-04-22
1
-1
/
+1
*
Correct the names of some target conditional defines in debugserver.
Jason Molenda
2017-04-21
1
-1
/
+1
*
Add an example command to toggle between disassembly-only and source mode.
Jim Ingham
2017-04-20
1
-0
/
+48
*
Changed a use of APInt::getSignBit to APInt::getSignMask.
Sean Callanan
2017-04-20
1
-1
/
+1
[next]