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
*
[Reproducer] Update the unit tests to specify the path style.
Jonas Devlieghere
2019-09-27
1
-17
/
+33
*
[CMake] Depend on clang-tablegen-targets
Jonas Devlieghere
2019-09-27
1
-1
/
+1
*
Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Jan Kratochvil
2019-09-27
17
-0
/
+22
*
[CMake] Make Core depend on ClangDriverOptions (NFC)
Jonas Devlieghere
2019-09-27
1
-0
/
+3
*
[Reproducer] Always use absolute paths for capture & replay.
Jonas Devlieghere
2019-09-27
3
-4
/
+21
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
28
-255
/
+210
*
[lldb] Disable testing entry values as memory location
Djordje Todorovic
2019-09-27
1
-0
/
+3
*
[lldb/cmake] add lldbCore -> clangDriver dependency
Pavel Labath
2019-09-27
1
-0
/
+1
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
10
-12
/
+176
*
Disable the empty string check in TestDataFormatterStdString
Pavel Labath
2019-09-27
1
-1
/
+2
*
Fix some swig warnings
Pavel Labath
2019-09-27
5
-21
/
+3
*
[lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Jan Kratochvil
2019-09-27
17
-22
/
+0
*
[lldb] Print an error message for an empty subcommand
Raphael Isemann
2019-09-27
2
-3
/
+4
*
[lldb][NFC] Actually test which method we call in TestCallOverriddenMethod
Raphael Isemann
2019-09-27
2
-4
/
+8
*
[lldb][NFC] Test CommandObjectMultiword functionality
Raphael Isemann
2019-09-27
1
-0
/
+34
*
[lldb-vscode] correctly handle multiple sourceMap entries
Alex Langford
2019-09-26
1
-2
/
+2
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
26
-208
/
+278
*
SystemInitializer: Define macros for experimental targets too
Pavel Labath
2019-09-26
2
-0
/
+4
*
[lldb] Code cleanup: Simplify SBCommandReturnObject
Jan Kratochvil
2019-09-26
2
-84
/
+51
*
[lldb][modern-type-lookup] Fix crash when activating modern-type-lookup on Linux
Raphael Isemann
2019-09-26
1
-2
/
+1
*
[lldb][www] Update bot links
Raphael Isemann
2019-09-26
1
-2
/
+2
*
[lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendor
Raphael Isemann
2019-09-26
3
-0
/
+36
*
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Tatyana Krasnukha
2019-09-26
6
-70
/
+91
*
SystemInitializer: Use Targets.def to selectively initialize ABI plugins
Pavel Labath
2019-09-26
4
-122
/
+68
*
[lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructor
Raphael Isemann
2019-09-26
1
-7
/
+3
*
[Dwarf] Fix switch cases that take an dw_tag_t.
Jonas Devlieghere
2019-09-25
3
-0
/
+10
*
[lit] Do a better job at parsing unsupported tests.
Jonas Devlieghere
2019-09-25
1
-0
/
+5
*
[lldb] Excludes private headers from SWIG dependency.
Haibo Huang
2019-09-25
1
-0
/
+6
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-2
/
+2
*
[CMake] Add the system debugserver to lldb-test-deps.
Jonas Devlieghere
2019-09-25
1
-0
/
+1
*
[CMake] Run the lldb-server tests with system debugserver.
Jonas Devlieghere
2019-09-25
1
-1
/
+1
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
3
-629
/
+24
*
[Docs] Document forwarding arguments with lit
Jonas Devlieghere
2019-09-25
1
-0
/
+8
*
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
Jonas Devlieghere
2019-09-25
7
-11
/
+13
*
Modernize Makefile.
Adrian Prantl
2019-09-25
1
-1
/
+1
*
[lldb][modern-type-lookup] Add two basic tests for modern-type-lookup
Raphael Isemann
2019-09-25
6
-0
/
+69
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
35
-76
/
+230
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
3
-11
/
+4
*
[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
Raphael Isemann
2019-09-25
4
-21
/
+14
*
[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion
Raphael Isemann
2019-09-25
1
-4
/
+1
*
Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"
Hans Wennborg
2019-09-25
1
-5
/
+4
*
[lldb] [test] Add NetBSD to XFAIL list for thread_local test
Michal Gorny
2019-09-25
1
-1
/
+2
*
[lldb] Test data formatters for empty strings
Raphael Isemann
2019-09-25
4
-1
/
+18
*
[lldb][NFC] Refactor and document *DumpToStreamOptions
Raphael Isemann
2019-09-25
1
-63
/
+38
*
[lldb] [cmake] Fix installing Python modules on systems using /usr/lib
Michal Gorny
2019-09-25
2
-10
/
+13
*
[lldb][NFC] Remove unused method chaining from Read[Buffer/String]AndDumpToSt...
Raphael Isemann
2019-09-25
1
-109
/
+27
*
[lldb][NFC] Use default member initializers in ReadBufferAndDumpToStreamOptions
Raphael Isemann
2019-09-25
1
-12
/
+8
*
[lldb] Remove -nostdlib++ flag from import-std-module/sysroot test
Raphael Isemann
2019-09-25
1
-1
/
+1
*
[lldb] Fix undefined behavior when having fixits in undefined top level exprs
Raphael Isemann
2019-09-25
1
-1
/
+4
*
[lldb][NFC] Refactor TestCallBuiltinFunction
Raphael Isemann
2019-09-25
1
-11
/
+4
[next]