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
*
[Host] Respect LLVM_LIBDIR_SUFFIX when looking for LLDB plugins on Linux
Michal Gorny
2018-01-29
2
-1
/
+4
*
[lldb] Silence signed <-> unsigned integer comparison warning
Kirill Bobyrev
2018-01-29
1
-1
/
+1
*
Fix NetBsd build broken by r323637
Pavel Labath
2018-01-29
1
-1
/
+1
*
Remove ObjectFile usage from HostLinux::GetProcessInfo
Pavel Labath
2018-01-29
9
-77
/
+62
*
[lldb] Generic base for testing gdb-remote behavior
Pavel Labath
2018-01-29
5
-4
/
+522
*
Remove unused class declarations
Jan Kratochvil
2018-01-27
2
-6
/
+0
*
[lldbtestsuite] Don't crash on `None` input for is_exe().
Davide Italiano
2018-01-26
1
-0
/
+2
*
gmodules XFAIL two more tests that only fail for android (pr36109)
Pavel Labath
2018-01-26
2
-0
/
+2
*
Fix linux fallout from c++ gmodules enable
Pavel Labath
2018-01-26
2
-2
/
+5
*
[test] Fix a test that never compiled under -fmodules
Vedant Kumar
2018-01-25
1
-5
/
+0
*
Use test-specific module caches to avoid stale header conflicts
Vedant Kumar
2018-01-25
11
-11
/
+22
*
www: update lldb architecture doc
Saleem Abdulrasool
2018-01-24
1
-1
/
+1
*
Remove unused includes from the Host module
Pavel Labath
2018-01-24
6
-6
/
+0
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-23
5
-19
/
+369
*
Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from it
Adrian Prantl
2018-01-23
2
-5
/
+5
*
Fix memory leaks in GoParser
Raphael Isemann
2018-01-23
1
-1
/
+5
*
Prevent unaligned memory read in parseMinidumpString
Raphael Isemann
2018-01-23
1
-5
/
+10
*
[lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation by
Lang Hames
2018-01-22
4
-0
/
+159
*
Fix memory leak in TestClangASTContext.TestRecordHasFields
Raphael Isemann
2018-01-22
1
-0
/
+5
*
Fix uninitialized variable in GoParser
Raphael Isemann
2018-01-22
1
-1
/
+3
*
Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...
Pavel Labath
2018-01-22
7
-379
/
+20
*
Add SysV Abi for PPC64le
Pavel Labath
2018-01-22
5
-441
/
+716
*
Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]
Pavel Labath
2018-01-22
1
-1
/
+1
*
Fix memory leaks in MinidumpParserTest
Raphael Isemann
2018-01-22
1
-6
/
+6
*
Fix use after free in DiskFilesOrDirectories
Raphael Isemann
2018-01-22
1
-1
/
+1
*
Fix unrepresentable float value in ScalarTest
Raphael Isemann
2018-01-22
1
-1
/
+1
*
Fix memory leaks in TestArm64InstEmulation
Raphael Isemann
2018-01-22
1
-10
/
+10
*
Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndex
Raphael Isemann
2018-01-22
1
-1
/
+1
*
Clean up #include "DWARFCompileUnit.h"
Jan Kratochvil
2018-01-21
4
-3
/
+1
*
[modules] Fix missing includes/typo in LLDB's includes. [NFC]
Raphael Isemann
2018-01-21
7
-1
/
+10
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
413
-621
/
+639
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-19
7
-20
/
+379
*
Remove Platform references from the Host module
Pavel Labath
2018-01-19
5
-57
/
+28
*
Fix logging test on windows
Pavel Labath
2018-01-18
1
-2
/
+2
*
[CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''
Vedant Kumar
2018-01-18
2
-5
/
+23
*
A third attempt to mark TestRdar12408181.py as skipped
Vedant Kumar
2018-01-17
1
-1
/
+3
*
Try again to mark TestRdar12408181.py as skipped
Vedant Kumar
2018-01-17
1
-3
/
+7
*
Skip a flaky test (TestRdar12408181.py)
Vedant Kumar
2018-01-17
1
-1
/
+3
*
[lldb][PPC64] Fixed long double variables dump
Pavel Labath
2018-01-17
1
-2
/
+4
*
Fix assertion in ObjectFileELF
Pavel Labath
2018-01-17
1
-0
/
+2
*
Simplify some LogTest tests
Pavel Labath
2018-01-17
1
-78
/
+90
*
Remove the hardcoded macos deployment targets altogether
Jason Molenda
2018-01-17
2
-25
/
+0
*
One more attempt to fix NetBSD build
Pavel Labath
2018-01-15
1
-1
/
+1
*
Fix NetBSD build for llvm r322475
Pavel Labath
2018-01-15
1
-3
/
+3
*
Fix HostInfoBase::ComputeSharedLibraryDirectory comment
Pavel Labath
2018-01-15
1
-4
/
+2
*
[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...
Aaron Smith
2018-01-13
6
-72
/
+227
*
We have two sources for path remapping information that we get out
Jason Molenda
2018-01-12
2
-37
/
+47
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
4
-11
/
+40
*
Fix the Makefile - this version should work on the bot
Jim Ingham
2018-01-12
1
-4
/
+3
*
Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)
Vedant Kumar
2018-01-12
1
-1
/
+7
[next]