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
...
*
[lldb] Test and fix invalid log command invocations
Raphael Isemann
2019-09-01
2
-0
/
+27
*
[lldb][NFC] Add test for invalid expression command args
Raphael Isemann
2019-09-01
1
-0
/
+48
*
[lldb][NFC] Fix failing tests on macOS after restructuring test folder
Raphael Isemann
2019-09-01
27
-28
/
+28
*
[lldb] Small optimization of FormatMap::Delete
Jan Kratochvil
2019-09-01
1
-1
/
+1
*
[lldb][NFC] Fix failing tests after restructuring test folder
Raphael Isemann
2019-09-01
86
-89
/
+89
*
[lldb] Restructure test folders to match LLDB command hierarchy
Raphael Isemann
2019-09-01
584
-4865
/
+0
*
[lldb] Unify target checking in CommandObject
Raphael Isemann
2019-08-31
9
-800
/
+669
*
[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py
Raphael Isemann
2019-08-31
1
-2
/
+0
*
[test] Make sys.stdout compatible with both Python 2 & 3
Jonas Devlieghere
2019-08-30
1
-1
/
+2
*
[lit] Only set DYLD_LIBRARY_PATH for shared builds
Jonas Devlieghere
2019-08-30
3
-9
/
+8
*
[test] Fix 'argument must be str, not bytes' for Python 3.
Jonas Devlieghere
2019-08-30
1
-2
/
+2
*
[test] Make sure PROMPT is a string
Jonas Devlieghere
2019-08-30
1
-1
/
+1
*
[lldb][NFC] More tests for invalid register command invocations
Raphael Isemann
2019-08-30
1
-0
/
+15
*
[lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.
Jonas Devlieghere
2019-08-30
1
-1
/
+1
*
[dotest] Finish removing -q
Pavel Labath
2019-08-30
1
-1
/
+1
*
dotest: improvements to the pexpect tests
Pavel Labath
2019-08-30
6
-192
/
+56
*
[lldb][NFC] Move Clang-specific flags to ClangUserExpression
Raphael Isemann
2019-08-30
3
-19
/
+18
*
[lit] Print exit code in for unresolved (lldb)tests.
Jonas Devlieghere
2019-08-29
1
-2
/
+2
*
[lldb][NFC] Document options parameter in ClangUserExpression constructor
Raphael Isemann
2019-08-29
1
-0
/
+3
*
[test] Fix various module cache bugs and inconsistencies
Jonas Devlieghere
2019-08-29
16
-30
/
+86
*
[dotest] Remove deprecated loggin through env variables.
Jonas Devlieghere
2019-08-29
1
-72
/
+0
*
[dotest] Remove the curses result formatter.
Jonas Devlieghere
2019-08-29
3
-351
/
+0
*
Revert "[TSanRuntime] Upstream thread swift race detector."
Davide Italiano
2019-08-29
2
-35
/
+6
*
Fix GetDIEForDeclContext so it only returns entries matching the provided con...
Pavel Labath
2019-08-29
3
-3
/
+52
*
Remove DWARFExpression::LocationListSize
Pavel Labath
2019-08-29
5
-57
/
+42
*
[lldb][NFC] Try fixing TestCompletion.py on Windows
Raphael Isemann
2019-08-29
1
-2
/
+1
*
[lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-of
Raphael Isemann
2019-08-29
1
-0
/
+18
*
use https for llvm.org in the doc
Sylvestre Ledru
2019-08-29
3
-11
/
+11
*
fix the bugzilla url
Sylvestre Ledru
2019-08-29
1
-1
/
+1
*
Provide a real link to the doc and remove old information
Sylvestre Ledru
2019-08-29
1
-15
/
+2
*
[python] remove testsuite vestiges.
Davide Italiano
2019-08-29
2
-193
/
+0
*
[TSanRuntime] Upstream thread swift race detector.
Davide Italiano
2019-08-29
2
-6
/
+35
*
[dotest] Make dotest.py invocation repeatable
Jonas Devlieghere
2019-08-28
2
-29
/
+7
*
[dotest] Remove --event-add-entries
Jonas Devlieghere
2019-08-28
2
-25
/
+0
*
[dotest] Remove --rerun-max-file-threshold
Jonas Devlieghere
2019-08-28
3
-11
/
+0
*
[dotest] Centralize and simplify session dir logic (NFC)
Jonas Devlieghere
2019-08-28
1
-24
/
+11
*
[Core] Use GetAPInt instead of constructing APInts in place
Alex Langford
2019-08-28
1
-9
/
+14
*
[test] Temporarily disable two tests on Windows
Jonas Devlieghere
2019-08-28
2
-0
/
+2
*
[dotest] Remove outdates TODO
Jonas Devlieghere
2019-08-28
1
-1
/
+0
*
[dotest] Don't try to guess the lldb binary & python dir.
Jonas Devlieghere
2019-08-28
1
-94
/
+17
*
[dotest] Don't try to guess the llvm binary dir.
Jonas Devlieghere
2019-08-28
1
-35
/
+0
*
[dotest] Don't spend time replacing spaces in print output.
Jonas Devlieghere
2019-08-28
1
-8
/
+0
*
[TestCppOperators] Enable TestCppOperators on Windows.
Jonas Devlieghere
2019-08-28
1
-2
/
+1
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
7
-53
/
+31
*
[lldb][NFC] Refactor and document ClangASTContext::IsOperator
Raphael Isemann
2019-08-28
2
-210
/
+73
*
[lldb][NFC] Test named operators like new and function names that might confu...
Raphael Isemann
2019-08-28
1
-0
/
+18
*
[lldb][NFC] Actually run all expects in lang/cpp/operators
Raphael Isemann
2019-08-28
1
-12
/
+6
*
[lldb][NFC] Extend operator test case with conversion operators
Raphael Isemann
2019-08-28
1
-0
/
+9
*
[lldb][NFC] Test custom C++ operators
Raphael Isemann
2019-08-28
3
-0
/
+150
*
[lldb] Fix and test completion for ambiguous long options
Raphael Isemann
2019-08-28
3
-10
/
+21
[prev]
[next]