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
*
[lit] Deduplicate logic in toolchain.py
Jonas Devlieghere
2019-06-21
1
-6
/
+4
*
[lit] Make lit-lldb-init configurable by CMake
Jonas Devlieghere
2019-06-21
3
-2
/
+6
*
[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
Alex Langford
2019-06-21
16
-65
/
+135
*
[lldb] [Process] Introduce common helpers to split/recombine YMM data
Michal Gorny
2019-06-21
3
-58
/
+32
*
[unittests] Simplify CMakeLists with object library
Tatyana Krasnukha
2019-06-21
1
-19
/
+2
*
DWARF: Add "dwo_num" field to the DIERef class
Pavel Labath
2019-06-21
24
-138
/
+136
*
Revert "Fix a crash in option parsing."
Davide Italiano
2019-06-20
3
-9
/
+0
*
[unittests] Use object library if cmake supports it
Tatyana Krasnukha
2019-06-20
1
-2
/
+19
*
[lldb] [Process/NetBSD] Remove unnecessary register buffer abstraction
Michal Gorny
2019-06-20
4
-117
/
+12
*
Fix -Wmismatched-tags introduced in r363910
Pavel Labath
2019-06-20
3
-4
/
+1
*
DWARF: Provide accessors to DIERef fields
Pavel Labath
2019-06-20
9
-24
/
+65
*
[Process] Remove unused field from HistoryThread
Alex Langford
2019-06-19
10
-49
/
+17
*
[lldb] [Process/NetBSD] Fix constructor after r363707
Michal Gorny
2019-06-19
1
-1
/
+1
*
[lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64
Michal Gorny
2019-06-19
1
-53
/
+1
*
Specify log level for CMake messages (less stderr)
Stefan Granitz
2019-06-19
2
-11
/
+11
*
Stabilize TestGdbRemoteLibrariesSvr4Support
Pavel Labath
2019-06-19
1
-3
/
+6
*
Fix a dangling StringRef in FileCollector
Pavel Labath
2019-06-19
1
-1
/
+1
*
DWARF: Make DIERefs always valid
Pavel Labath
2019-06-19
14
-124
/
+101
*
Add ReadCStringFromMemory for faster string reads
Antonio Afonso
2019-06-18
5
-7
/
+136
*
Implement xfer:libraries-svr4:read packet
Antonio Afonso
2019-06-18
16
-4
/
+362
*
[Reproducers] Make reproducer relocatable
Jonas Devlieghere
2019-06-18
7
-11
/
+32
*
Fix windows build for r363357
Pavel Labath
2019-06-18
1
-5
/
+1
*
Add color to the default thread and frame format.
Jonas Devlieghere
2019-06-17
3
-14
/
+21
*
[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...
Jan Kratochvil
2019-06-17
16
-6
/
+48
*
[lldb] [test] Watchpoint tests can be always run as root on NetBSD
Michal Gorny
2019-06-17
1
-0
/
+2
*
[lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabled
Michal Gorny
2019-06-17
1
-0
/
+25
*
DWARF: Avoid storing DIERefs in long-lived containers
Pavel Labath
2019-06-17
4
-51
/
+32
*
Implement GetSharedLibraryInfoAddress
Antonio Afonso
2019-06-14
10
-167
/
+487
*
Don't try to parse ObjC method if CU isn't ObjC
Greg Clayton
2019-06-14
1
-20
/
+24
*
Remove stale comment and disabled code (NFC)
Jonas Devlieghere
2019-06-14
1
-19
/
+0
*
Python 3: decode string as utf-8 to avoid type mismatch.
Adrian Prantl
2019-06-14
1
-5
/
+5
*
Make crashlog.py less noisy
Adrian Prantl
2019-06-14
1
-9
/
+27
*
EditlineTest: Improve error message
Pavel Labath
2019-06-14
2
-8
/
+7
*
DWARF: port debug_ranges/rnglists over to DWARFContext
Pavel Labath
2019-06-14
6
-37
/
+35
*
DWARF: Remove unused includes from DWARFDebugAranges.h/cpp
Pavel Labath
2019-06-14
2
-15
/
+3
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
17
-119
/
+86
*
DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERef
Pavel Labath
2019-06-14
7
-27
/
+17
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
2
-6
/
+6
*
Make UniqueCStringMap work with non-default-constructible types and other imp...
Pavel Labath
2019-06-14
5
-101
/
+114
*
Fixed typos in Log.h
Jonas Devlieghere
2019-06-14
1
-2
/
+2
*
[NFC] Replace a plugin header with a non-plugin header
Alex Langford
2019-06-13
1
-1
/
+1
*
[CMake] Fix generated Xcode-project ignoring output directory setting for LLD...
Stefan Granitz
2019-06-13
1
-0
/
+6
*
[CMake] Fix lldb-dotest for single-config generators in standalone builds
Stefan Granitz
2019-06-13
1
-1
/
+5
*
[CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...
Stefan Granitz
2019-06-13
1
-3
/
+25
*
DWARF: Don't create lldb CompileUnits for DWARF type units
Pavel Labath
2019-06-13
13
-199
/
+355
*
[Reproducers] Remove call to lldb_private::GetVersion()
Jonas Devlieghere
2019-06-13
1
-2
/
+1
*
[Reproducers] Include lldb version in the reproducer root
Jonas Devlieghere
2019-06-13
4
-5
/
+43
*
[Reproducers] Simplify providers with nested Info struct (NFC)
Jonas Devlieghere
2019-06-12
8
-52
/
+41
*
Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")
Jason Molenda
2019-06-12
1
-4
/
+56
*
Skip failing test on older versions of clang.
Adrian Prantl
2019-06-12
1
-0
/
+1
[next]