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][NFC] Split emitting and parsing in LLDBOptionDefEmitter
Raphael Isemann
2019-07-29
1
-42
/
+80
*
[lldb][NFC] Remove DiagnosticManager::CopyDiagnostics
Raphael Isemann
2019-07-29
2
-11
/
+0
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
20
-196
/
+26
*
[CMake] Print the correct variables
Jonas Devlieghere
2019-07-26
1
-1
/
+1
*
[TableGen] Fix stale include paths
Jonas Devlieghere
2019-07-26
2
-8
/
+8
*
[TableGen] Move core properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
4
-10
/
+12
*
[TableGen] Move target properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
7
-246
/
+257
*
[TableGen] Move interpreter properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
5
-34
/
+44
*
Document that LLDB_LOG macros use the format_providers.
Jim Ingham
2019-07-26
1
-0
/
+20
*
[CMake] Fix find_python_libs_windows
Jonas Devlieghere
2019-07-26
1
-0
/
+1
*
[CMake] Print Python version on Windows
Jonas Devlieghere
2019-07-26
1
-2
/
+2
*
[CMake] Loosen Python version check and ignore patch version
Jonas Devlieghere
2019-07-26
1
-10
/
+36
*
[lldb][NFC] Remove eDiagnosticOriginGo
Raphael Isemann
2019-07-26
1
-2
/
+0
*
DWARF: Improve type safety or range lists parsing
Pavel Labath
2019-07-26
5
-16
/
+10
*
[lldb] Don't dynamically allocate the posix option validator.
Raphael Isemann
2019-07-26
4
-24
/
+21
*
Fix some "control reaches end of non-void function" warnings
Pavel Labath
2019-07-26
1
-0
/
+2
*
ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computation
Fangrui Song
2019-07-26
1
-67
/
+9
*
SymbolVendor: Move Symtab construction into the SymbolFile
Pavel Labath
2019-07-26
12
-43
/
+38
*
[dotest] Remove dead code
Jonas Devlieghere
2019-07-26
5
-51
/
+3
*
[Tests] Split inferior crashing tests
Jonas Devlieghere
2019-07-26
4
-196
/
+359
*
[CMake] Add TableGen dependency to lldbInterpreter.
Jonas Devlieghere
2019-07-25
1
-0
/
+2
*
[Docs] Remove reproducers from the project page.
Jonas Devlieghere
2019-07-25
1
-22
/
+7
*
[Tablegen] Fix issues caused by incorrect escaping.
Jonas Devlieghere
2019-07-25
2
-8
/
+8
*
Mention adding predicates to settings in the projects page.
Jim Ingham
2019-07-25
1
-0
/
+14
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
38
-569
/
+906
*
Remove a project that was completed.
Jim Ingham
2019-07-25
1
-6
/
+0
*
[dotest] Set environment variables after potentialy clearing others.
Jonas Devlieghere
2019-07-25
1
-3
/
+4
*
[LLDB] Find debugserver in Command Line Tools as well
Antonio Afonso
2019-07-25
1
-50
/
+71
*
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Michal Gorny
2019-07-25
6
-6
/
+1
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
7
-89
/
+169
*
[lldb] Tablegenify expr/frame/log/register/memory
Raphael Isemann
2019-07-25
6
-70
/
+161
*
[lldb][CMake] Fix framework-enabled build detail for Xcode
Stefan Granitz
2019-07-25
1
-1
/
+1
*
SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...
Fangrui Song
2019-07-25
1
-0
/
+1
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
15
-65
/
+23
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
3
-79
/
+16
*
cli-wrapper-mpxtable.cpp: fix file header
Fangrui Song
2019-07-25
1
-2
/
+1
*
[TableGen] Fix comments/headers referencing clang (NFC)
Jonas Devlieghere
2019-07-25
3
-6
/
+7
*
[FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)
Jonas Devlieghere
2019-07-25
5
-56
/
+15
*
[FileSystem] Fix ambiguous symbol on Windows.
Jonas Devlieghere
2019-07-25
1
-1
/
+1
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
4
-11
/
+11
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
5
-447
/
+13
*
[Symbol] Fix some botched logic in Variable::GetLanguage
Alex Langford
2019-07-24
1
-5
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
190
-5934
/
+5364
*
[lldb] Configure debugserver_vers.c from CMake
Stefan Granitz
2019-07-24
2
-0
/
+4
*
[AIX][lit] Don't depend on psutil on AIX
David Tenty
2019-07-24
1
-6
/
+8
*
Fix @skipIfSanitized decorator
Pavel Labath
2019-07-24
1
-2
/
+4
*
[lldb] Fix build errors from tablegenify platform commit
Raphael Isemann
2019-07-24
2
-9
/
+9
*
[lldb][NFC] Tablegenify platform
Raphael Isemann
2019-07-24
2
-46
/
+112
*
Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""
Michal Gorny
2019-07-24
1
-1
/
+1
*
[lldb] Remove Xcode project legacy
Stefan Granitz
2019-07-24
14
-1775
/
+0
[next]