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
...
*
[FormatManager] Add a unittest for GetCandidateLanguages()
Davide Italiano
2019-12-10
3
-0
/
+63
*
[lldb] Add #include to appease the modules build
Vedant Kumar
2019-12-10
1
-0
/
+1
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
13
-265
/
+147
*
Assert launch success in run_to_breakpoint_do_run
Vedant Kumar
2019-12-10
1
-0
/
+2
*
Fix a -Wsign-compare error around wchar_t vs unsigned int.
Eric Christopher
2019-12-10
1
-1
/
+1
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
22
-30
/
+43
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
13
-147
/
+265
*
Replace redundant code in FormatManager and FormatCache with templates (NFC)
Adrian Prantl
2019-12-10
7
-562
/
+143
*
[lldb] Actually enable wchar support in Editline when it is defined in the ho...
Raphael Isemann
2019-12-10
2
-0
/
+29
*
[lldb] Centralize type "desugaring" logic in ClangASTContext
Pavel Labath
2019-12-10
1
-801
/
+74
*
[lldb][NFC] Make g_TotalSizeOfMetadata in ClangExternalASTSourceCommon.cpp st...
Raphael Isemann
2019-12-10
1
-1
/
+1
*
[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...
Martin Storsjö
2019-12-10
2
-7
/
+2
*
[FormatManager] GetCandidateLanguages shouldn't know about ValueObject.
Davide Italiano
2019-12-09
3
-7
/
+5
*
[FormatManager] Provide a single entrypoint for GetCandidateLanguages().
Davide Italiano
2019-12-09
1
-5
/
+1
*
The field ‘totalFrames’ which is total number of frames available, is man...
Serhiy Redko
2019-12-09
3
-7
/
+29
*
[lldb] Clean up accidentally passing TestDeadStrip.py
Pavel Labath
2019-12-09
2
-11
/
+5
*
[lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON
Jonas Devlieghere
2019-12-09
1
-5
/
+2
*
[lldb][CMake] Fix build for the case of custom libedit installation
Tatyana Krasnukha
2019-12-09
1
-0
/
+11
*
[lldb] Remove Xfail decorators from steadily passing tests
Muhammad Omair Javaid
2019-12-09
13
-70
/
+5
*
[lldb/DWARF] Switch to llvm location list parser
Pavel Labath
2019-12-09
3
-298
/
+262
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
6
-76
/
+247
*
[lldb] Xfail TestCallOverriddenMethod.py for aarch64/linux
Muhammad Omair Javaid
2019-12-09
1
-0
/
+1
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
10
-2
/
+163
*
[lldb] Add a test for how we lazily create Clang AST nodes
Raphael Isemann
2019-12-09
3
-0
/
+307
*
[lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHON
Jonas Devlieghere
2019-12-08
36
-0
/
+82
*
Symbol: use elaborated types for `DataExtractor`
Saleem Abdulrasool
2019-12-07
1
-3
/
+3
*
[lldb/Reproducer] Disable test on Windows to unblock the bot.
Jonas Devlieghere
2019-12-06
1
-0
/
+1
*
Cleanup and speedup NativeRegisterContextLinux_arm64
Muhammad Omair Javaid
2019-12-06
4
-160
/
+130
*
[lldb][test] Handle .categories lookup for inline tests.
Jordan Rupprecht
2019-12-06
1
-2
/
+9
*
[lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue
Raphael Isemann
2019-12-06
2
-32
/
+31
*
[lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interaction
Pavel Labath
2019-12-06
2
-4
/
+119
*
[lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...
Raphael Isemann
2019-12-06
2
-16
/
+10
*
[lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo files
Pavel Labath
2019-12-06
2
-3
/
+161
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
4
-10
/
+8
*
[lldb/IRExecutionUnit] Stop searching based on demangled names
Pavel Labath
2019-12-06
2
-3
/
+0
*
[lldb/DWARF] Remove DWARFDebugRangesBase abstract class
Pavel Labath
2019-12-06
2
-13
/
+4
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
13
-24
/
+22
*
[lldb] NFC: less nesting in SearchFilter.cpp
Konrad Kleine
2019-12-06
1
-165
/
+170
*
[lldb] Update hardcoded Makefile.rules inclusions.
Jordan Rupprecht
2019-12-05
4
-9
/
+3
*
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...
shafik
2019-12-05
2
-12
/
+31
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
17
-134
/
+149
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
9
-231
/
+157
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
2
-41
/
+84
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
5
-45
/
+163
*
Reland "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-05
3
-16
/
+60
*
Avoid triple corruption while merging core info
Muhammad Omair Javaid
2019-12-05
2
-1
/
+36
*
Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...
Eric Christopher
2019-12-04
2
-0
/
+4
*
[lldb/Reproducers] Don't instrument SBFileSpec::GetPath
Jonas Devlieghere
2019-12-04
1
-1
/
+1
*
[lldb/Reproducers] Add missing instrumentation for SBFile (2/2)
Jonas Devlieghere
2019-12-04
1
-3
/
+3
*
Clear out the python class name in OptionParsingStarted for the OptionGroupPy...
Jim Ingham
2019-12-04
2
-2
/
+19
[prev]
[next]