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
*
[CMake] Fix two details from r351863
Stefan Granitz
2019-01-22
1
-3
/
+3
*
[CMake] Replace use of llvm-config with LLVM and Clang CMake packages
Alex Langford
2019-01-22
1
-77
/
+20
*
[CMake] Turn LLDB_FRAMEWORK_TOOLS into STRING to allow overrides from cache f...
Stefan Granitz
2019-01-22
1
-1
/
+1
*
breakpad: Add FUNC records to the symtab
Pavel Labath
2019-01-22
6
-41
/
+135
*
[Test] Fix up tests affected by the new LLVM header.
Jonas Devlieghere
2019-01-22
7
-16
/
+16
*
Fix test after AST dump output change
Stephen Kelly
2019-01-21
1
-1
/
+1
*
Fix test after AST dump output change
Stephen Kelly
2019-01-21
1
-1
/
+1
*
Fix typos throughout the license files that somehow I and my reviewers
Chandler Carruth
2019-01-21
1
-1
/
+1
*
Fix test after AST dump output change
Stephen Kelly
2019-01-20
1
-1
/
+1
*
Try to port tests to AST dump changes
Stephen Kelly
2019-01-20
5
-13
/
+10
*
Fix order of arguments in an lldb type summary in examples
Nathan Lanza
2019-01-19
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2508
-10008
/
+7524
*
Install new LLVM license structure and new developer policy.
Chandler Carruth
2019-01-19
1
-0
/
+238
*
[dotest] Add logging to investigate CI issue.
Jonas Devlieghere
2019-01-18
1
-1
/
+6
*
Add BreakpadRecords to the Xcode project.
Jim Ingham
2019-01-18
1
-0
/
+6
*
Make sure to fill in the compiler register number so when we try to backtrace...
Greg Clayton
2019-01-18
2
-15
/
+17
*
Breakpad: Extract parsing code into a separate file
Pavel Labath
2019-01-18
9
-181
/
+466
*
[Reproducers] Fix reproducers unittest.
Jonas Devlieghere
2019-01-18
1
-11
/
+10
*
Use llvm::VersionTuple instead of manual version marshalling
Brad Smith
2019-01-18
2
-6
/
+8
*
[Reproducers] Refactor reproducer info
Jonas Devlieghere
2019-01-18
3
-56
/
+43
*
[CMake] Only test debugserver if platform can use debugserver
Alex Langford
2019-01-18
1
-1
/
+1
*
[lit] Fix lldbtest format
Jonas Devlieghere
2019-01-17
1
-2
/
+5
*
[CMake] Prevent lldbDebugserverCommon from building if you disable debugserve...
Alex Langford
2019-01-17
2
-86
/
+85
*
Don't run TestBreakpointThumbCodesection.py on darwin systems;
Jason Molenda
2019-01-17
2
-1
/
+4
*
[CMake] Fix lldb-test-depends target
Jonas Devlieghere
2019-01-17
2
-1
/
+2
*
[lit] Make sure tests are actually skipped on darwin and windows.
Davide Italiano
2019-01-17
10
-10
/
+10
*
Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFile...
Pavel Labath
2019-01-17
4
-5
/
+85
*
Recommit "Add a verbose mode to "image dump line-table" and use it to write a...
Pavel Labath
2019-01-17
2
-4
/
+119
*
XFAIL test on Windows
Adrian Prantl
2019-01-16
1
-1
/
+2
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
9
-34
/
+86
*
Fix dir-separator-no-comp-dir-relative-name.s test added in r351328
Pavel Labath
2019-01-16
1
-6
/
+7
*
Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...
Pavel Labath
2019-01-16
4
-82
/
+5
*
TestClangASTContext: Rewrite an if-else chain into a switch
Pavel Labath
2019-01-16
1
-3
/
+11
*
Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()
Pavel Labath
2019-01-16
4
-5
/
+82
*
DWARF: Add some support for non-native directory separators
Pavel Labath
2019-01-16
15
-77
/
+382
*
Revert "Simplify Value::GetValueByteSize()"
Pavel Labath
2019-01-16
1
-15
/
+19
*
[lldb] - Fix crash when listing the history with the key up.
George Rimar
2019-01-16
1
-1
/
+1
*
[lldb-mi] Remove use of dialog box
Alex Langford
2019-01-16
3
-24
/
+0
*
Remove redundant check.
Adrian Prantl
2019-01-15
1
-5
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
4
-10
/
+5
*
[debugserver][CMake] Remove commented out line
Alex Langford
2019-01-15
1
-1
/
+0
*
Simplify Value::GetValueByteSize()
Adrian Prantl
2019-01-15
1
-19
/
+15
*
Simplify code
Adrian Prantl
2019-01-15
1
-17
/
+21
*
Add Doxygen comments.
Adrian Prantl
2019-01-15
1
-0
/
+2
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
34
-94
/
+128
*
Silence compiler warnings
Adrian Prantl
2019-01-15
8
-8
/
+8
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
36
-533
/
+698
*
[LLDB] Remove the unused variable oso_dwarf.
David L. Jones
2019-01-15
1
-1
/
+0
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
30
-169
/
+111
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
15
-43
/
+20
[next]