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
*
xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
Todd Fiala
2016-09-12
2
-0
/
+9
*
fix Xcode build after r281226
Todd Fiala
2016-09-12
1
-1
/
+1
*
Move StdStringExtractor to tools/debugserver
Pavel Labath
2016-09-12
6
-7
/
+4
*
Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)
Ilia K
2016-09-12
2
-3
/
+101
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
8
-23
/
+25
*
async structured data packet handling improvements
Todd Fiala
2016-09-10
5
-46
/
+87
*
xfail DarwinLog "filter message by regex" tests
Todd Fiala
2016-09-09
1
-0
/
+10
*
[LLDB][MIPS] Fix Emulation for JALR64 Instruction
Nitesh Jain
2016-09-09
1
-0
/
+1
*
[LLDB][MIPS] Fix TestEhFrameUnwind.py for MIPS
Nitesh Jain
2016-09-09
1
-3
/
+29
*
Fixing a build breakage caused from a change in LLVM rL281019
Dimitar Vlahovski
2016-09-09
1
-3
/
+1
*
NFC: Reformat ABISysV_i386 register context into something readable
Pavel Labath
2016-09-09
1
-668
/
+60
*
[LLDB][MIPS] Fix TestLldbGdbServer.py failure
Nitesh Jain
2016-09-09
1
-1
/
+3
*
Fix new gdb-remote client unit test for windows
Pavel Labath
2016-09-09
1
-3
/
+4
*
Fix MSVC error from r280919
Pavel Labath
2016-09-08
1
-4
/
+4
*
Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-08
17
-21
/
+639
*
Fix -Wcovered-switch-default warning in AppleObjCRuntimeV2.cpp
Ed Maste
2016-09-08
1
-2
/
+0
*
Fix unused variable and integer sign warnings from r280906
Ed Maste
2016-09-08
1
-3
/
+2
*
LLDB: API for iPermission of object file's sections
Abhishek Aggarwal
2016-09-08
3
-0
/
+27
*
Fix test breakage in r280919
Pavel Labath
2016-09-08
1
-1
/
+5
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
13
-17
/
+390
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
4
-58
/
+367
*
I had a problem with one SDK where dispatch_release was actually a
Jason Molenda
2016-09-08
1
-1
/
+1
*
Force the initialization of the m_type ivar in
Jason Molenda
2016-09-08
1
-0
/
+3
*
Remove lldb coding conventions as they are no longer relevant.
Jim Ingham
2016-09-08
3
-154
/
+0
*
Remove CxaDemangle.cpp / .h from xcode project file.
Jason Molenda
2016-09-07
1
-6
/
+0
*
Use llvm's demangler.
Rafael Espindola
2016-09-07
5
-4424
/
+4
*
Fix unittest compilation on windows
Pavel Labath
2016-09-07
4
-4
/
+4
*
Revert "Fix tests on Windows."
Zachary Turner
2016-09-06
1
-2
/
+2
*
Fix tests on Windows.
Zachary Turner
2016-09-06
1
-2
/
+2
*
Put the LLVM_ALIGNAS directive in the right place.
Zachary Turner
2016-09-06
1
-2
/
+2
*
Make LLDB compile on Windows after the reformat.
Zachary Turner
2016-09-06
2
-2
/
+10
*
Reorder FreeBSD Host.cpp #includes to fix build
Ed Maste
2016-09-06
1
-6
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2780
-598021
/
+557651
*
Updated .clang-format rules so bring LLDB in line with LLVM standards.
Kate Stone
2016-09-06
2
-8
/
+4
*
Fixing an MSVC error from rL280692
Dimitar Vlahovski
2016-09-06
1
-1
/
+1
*
Second round of fixups for r280692
Pavel Labath
2016-09-06
2
-4
/
+5
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
17
-501
/
+26
*
Fix build breakage in r280692
Pavel Labath
2016-09-06
3
-3
/
+3
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
43
-4
/
+2154
*
remove dependence of TestGdbRemoteExitCode.py on parent directory source
Todd Fiala
2016-09-05
3
-4
/
+391
*
Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-05
17
-26
/
+501
*
Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Pavel Labath
2016-09-05
2
-31
/
+35
*
Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
Pavel Labath
2016-09-05
1
-1
/
+2
*
XFAIL TestGdbRemoteExitCode failing tests
Todd Fiala
2016-09-04
1
-0
/
+2
*
[NFC] Darwin llgs support from Week of Code
Todd Fiala
2016-09-04
35
-128
/
+6319
*
Check for null
Enrico Granata
2016-09-02
1
-0
/
+7
*
Fix build breakage caused by r280490
Tamas Berghammer
2016-09-02
1
-2
/
+1
*
Fix 2 waring in the OCaml AST context
Tamas Berghammer
2016-09-02
2
-3
/
+0
*
Reapply "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-5
/
+41
*
Revert "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-32
/
+6
[next]