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
*
Removed commented out includes [NFC]
Raphael Isemann
2018-08-29
1
-4
/
+0
*
[PDB] Resolve a symbol context block info correctly
Aleksandr Urakov
2018-08-29
3
-6
/
+63
*
[LLDB] Fix script to work with GNU sed
Shoaib Meenai
2018-08-28
1
-5
/
+6
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
3
-11
/
+53
*
Remove unnecessary entitlement in debugserver for iOS.
Jason Molenda
2018-08-28
1
-2
/
+0
*
[lldb] Fix lldb build on musl
Raphael Isemann
2018-08-28
1
-0
/
+1
*
Respect platform sysroot when loading core files
Pavel Labath
2018-08-28
2
-19
/
+70
*
Use a RAII guard to control access to DisassemblerLLVMC.
Raphael Isemann
2018-08-28
2
-60
/
+59
*
Make the DYLD_INSERT_LIBRARIES workaround for SIP more robut for the various ...
Adrian Prantl
2018-08-27
1
-4
/
+8
*
Add a mkdir -p to builddir into lldbtest.py
Adrian Prantl
2018-08-27
1
-0
/
+11
*
Fix typo
Adrian Prantl
2018-08-27
1
-1
/
+1
*
Let the CompilerInstance create our clang ASTContext
Raphael Isemann
2018-08-27
1
-10
/
+5
*
Disable use-color if the output stream is not a terminal with color support.
Raphael Isemann
2018-08-27
4
-2
/
+15
*
Disable exceptions for TestDataFormatterLibcxxOptional.py
Frederic Riss
2018-08-25
1
-1
/
+1
*
[vscode] Skip some of the vscode tests on Linux and fix one
Stella Stamenova
2018-08-24
3
-0
/
+17
*
Fixed windows bots that were failing because of PATH_MAX
Raphael Isemann
2018-08-24
1
-0
/
+2
*
[PDB] Make variables.test to pass using a 32-bit compiler too
Aleksandr Urakov
2018-08-24
1
-1
/
+1
*
Add more pre-run asserts for the DirCompletionAbsolute test
Raphael Isemann
2018-08-23
1
-0
/
+3
*
Reuse the SelectorTable from Clang's Preprocessor
Raphael Isemann
2018-08-23
2
-5
/
+1
*
Restrict the set of plugins used for ProcessMinidump
Leonard Mosescu
2018-08-23
2
-8
/
+15
*
Change xfail to skipIf. The exact condition is really difficult to get
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of clang
Adrian Prantl
2018-08-23
1
-1
/
+1
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
3
-4
/
+64
*
Fix format string issue introduced in r340548
Walter Lee
2018-08-23
1
-1
/
+1
*
[cmake] Add option to skip building lldb-server
Alex Langford
2018-08-23
3
-2
/
+4
*
Fix check for dictionary entry
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of dsymutil
Adrian Prantl
2018-08-23
1
-0
/
+1
*
lldbtest.py: Work around macOS SIP when testing ASANified builds.
Adrian Prantl
2018-08-23
1
-0
/
+20
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
5
-38
/
+261
*
Add include directory for libxml on macOS
Stephane Sezer
2018-08-22
1
-2
/
+1
*
Add unit test for StringLexer
Raphael Isemann
2018-08-22
2
-0
/
+142
*
lldbtest.py: Unconditionally set the clang module cache path.
Adrian Prantl
2018-08-21
2
-13
/
+11
*
Makefile.rules: Use an absolute path to the module cache directory.
Adrian Prantl
2018-08-21
1
-1
/
+2
*
Reflow comments
Adrian Prantl
2018-08-20
1
-3
/
+3
*
Set path to sanitizer runtime when running tests through LIT on macOS.
Adrian Prantl
2018-08-20
2
-0
/
+17
*
Remove manual byte counting from Opcode::Dump
Raphael Isemann
2018-08-20
1
-13
/
+14
*
Fix lit.cfg for python3: can only concatenate str (not "bytes") to str
Stefan Granitz
2018-08-20
1
-1
/
+1
*
[NFC] Minor update to comment
Aleksandr Urakov
2018-08-20
1
-1
/
+1
*
Skip tests on Darwin for now. The build bots are not passing due to heavy loa...
Greg Clayton
2018-08-18
8
-3
/
+24
*
Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...
Greg Clayton
2018-08-17
1
-0
/
+1
*
Show how to use "lldb -P" to find the lldb.py.
Jim Ingham
2018-08-17
1
-4
/
+5
*
Change the attach test case to use self.assertEqual so we can get more info o...
Greg Clayton
2018-08-17
1
-2
/
+10
*
Fix compiler warnings after rL339649.
Aleksandr Urakov
2018-08-17
2
-10
/
+7
*
Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
Stephane Sezer
2018-08-17
1
-4
/
+9
*
Remove commented out constructor from Scalar
Alex Langford
2018-08-16
1
-43
/
+0
*
Remove outdated TODOs in RegisterValue
Alex Langford
2018-08-16
1
-3
/
+0
*
Update the Core file loading instructions so they keep the process stopped af...
Greg Clayton
2018-08-16
1
-0
/
+1
*
[dotest] Make --test-subdir work with --no-multiprocess
Vedant Kumar
2018-08-16
3
-18
/
+49
*
Fix lldb-vscode build on Windows
Reid Kleckner
2018-08-16
4
-11
/
+12
*
Disable two flaky pexpect-backed tests on Darwin
Vedant Kumar
2018-08-16
2
-0
/
+10
[next]