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
*
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
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
14
-53
/
+1460
*
LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dir
Adrian Prantl
2018-03-05
1
-0
/
+1
*
Fix the install location of LLDBWrapPython.cpp when building
Adrian Prantl
2018-03-05
1
-1
/
+3
*
[test] Skip pexpect-based lldb-mi tests on Darwin
Vedant Kumar
2018-03-05
4
-1
/
+20
*
Including <functional> for std::bind
Raphael Isemann
2018-03-05
1
-0
/
+1
*
[test] Add dotest wrapper
Jonas Devlieghere
2018-03-05
2
-2
/
+31
*
llgs-tests: use the auto-parsing form of SendMessage for sending the continue...
Pavel Labath
2018-03-04
2
-11
/
+8
*
ObjectFileMachO: use early return to remove one nesting level from CreateSect...
Pavel Labath
2018-03-03
1
-532
/
+513
*
Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.
Adrian Prantl
2018-03-02
1
-1
/
+2
*
Don't compile testcase with clang modules enabled.
Adrian Prantl
2018-03-02
2
-2
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
12
-29
/
+134
*
[testsuite] Remove workaround for categories and inline tests.
Jonas Devlieghere
2018-03-02
1
-9
/
+6
*
Speed up TestWatchpointMultipleThreads
Pavel Labath
2018-03-02
2
-120
/
+41
*
Make TestDynamicValueSameBase gcc-compatible
Pavel Labath
2018-03-01
1
-3
/
+7
[next]