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
*
[test] Skip some lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-14
2
-0
/
+11
*
[test] Delete some xfailed lldb-mi tests
Vedant Kumar
2018-03-14
7
-638
/
+0
*
Use GetItemAtIndexAsString overload for ConstString and move set rather than ...
Tatyana Krasnukha
2018-03-14
1
-6
/
+3
*
Reuse IsEmpty for ConstString::operator bool().
Tatyana Krasnukha
2018-03-14
1
-1
/
+1
*
[dotest] Rename llvm-dotest -> lldb-dotest and make it a custom target
Jonas Devlieghere
2018-03-14
2
-4
/
+7
*
[test] Disable TestMachCore everywhere except on Darwin
Jonas Devlieghere
2018-03-14
1
-0
/
+1
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
4
-3
/
+969
*
[cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)
Pavel Labath
2018-03-14
1
-5
/
+9
*
Skip TestWatchedVarHitWhenInScope.py everywhere
Pavel Labath
2018-03-14
1
-3
/
+1
*
[SymbolFilePDB] Rewrite ParseTypes method
Aaron Smith
2018-03-14
1
-19
/
+48
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
10
-32
/
+14
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
2
-1
/
+9
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
include locale.h in IOHandler.cpp
Pavel Labath
2018-03-13
1
-0
/
+1
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
3
-0
/
+27
*
[lit] `llvm-mc` is now a dependency to run tests.
Davide Italiano
2018-03-12
1
-0
/
+1
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
14
-3
/
+281
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
6
-4
/
+31
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
9
-82
/
+3
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
9
-3
/
+82
*
[lldb] Unbreak lldb builds due to r327219
Mandeep Singh Grang
2018-03-10
1
-2
/
+2
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
4
-6
/
+6
*
[SymbolFilePDB] Keep searching until the file name is found for the pdb compi...
Aaron Smith
2018-03-09
1
-2
/
+3
*
Make TestCompletion work on windows
Pavel Labath
2018-03-09
1
-58
/
+0
*
[elf] Remove one copy of the section merging code
Pavel Labath
2018-03-09
2
-32
/
+46
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
9
-713
/
+612
*
I added CFLAGS etc to one part of the project file I should not have.
Jason Molenda
2018-03-09
1
-49
/
+1
*
More cleanups of debugserver project file and the libpmenergy/libpmsample
Jason Molenda
2018-03-09
1
-67
/
+132
*
[test] Skip a test which sporadically fails in its dsym variant
Vedant Kumar
2018-03-09
1
-0
/
+2
*
Remove unneeded per-arch sdk specifications from debugserver xcode project file.
Jason Molenda
2018-03-09
1
-42
/
+0
*
Remove the explicit dependency on libpmenergy and libpmsample.
Jason Molenda
2018-03-09
1
-6
/
+2
*
Fixed two more sdk inconsistencies with the pmenergy stuff.
Jason Molenda
2018-03-09
1
-5
/
+3
*
Three little cleanups in the debugserver xcode project file.
Jason Molenda
2018-03-09
1
-103
/
+32
*
[test] Skip a test when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
6
-0
/
+22
*
Fix std unique pointer pretty-printer for new stl versions
Pavel Labath
2018-03-08
1
-4
/
+23
*
Install lldb's SB headers (pr36630)
Pavel Labath
2018-03-08
1
-6
/
+10
*
[LLDB][PPC64] Fix single step and LldbGdbServer tests
Pavel Labath
2018-03-08
3
-6
/
+11
*
[lldbtestsuite] llvm-objcopy is now required to run the lit tests.
Davide Italiano
2018-03-07
1
-0
/
+1
*
[SymbolFilePDB] Add missing Char16 and Char32 types in a few places
Aaron Smith
2018-03-07
3
-0
/
+18
*
[SymbolFilePDB] Minor cleanup
Aaron Smith
2018-03-07
1
-22
/
+23
*
[SymbolFilePDB] Add support for CVR pointer type qualifier
Aaron Smith
2018-03-07
3
-20
/
+129
*
[SymbolFilePDB] Get line number for PDBSymbolTypeEnum
Aaron Smith
2018-03-07
2
-14
/
+18
*
the thread id is easier to read in base16.
Jason Molenda
2018-03-06
1
-1
/
+1
*
Add test for lldb-mi interpreter
Adrian Prantl
2018-03-06
2
-0
/
+39
*
Rewrite TestTargetSymbolsBuildidCase to be more focused
Pavel Labath
2018-03-06
5
-46
/
+45
*
ObjectFileMachO: split CreateSections mega-function into more manageable chunks
Pavel Labath
2018-03-06
2
-508
/
+517
*
HostThreadPosix::Cancel: remove android-specific implementation
Pavel Labath
2018-03-06
1
-4
/
+1
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
2
-0
/
+6
[next]