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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...
Raphael Isemann
2019-12-16
1
-5
/
+5
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
1
-3
/
+11
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-1
/
+2
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
2
-9
/
+28
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
2
-2
/
+15
*
[FormatEntity] Add mangled function name support
Med Ismail Bennani
2019-12-12
1
-0
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS
Jonas Devlieghere
2019-12-12
2
-3
/
+3
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2
Jonas Devlieghere
2019-12-12
2
-3
/
+3
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
2
-4
/
+4
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
1
-2
/
+2
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
1
-51
/
+0
*
[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...
Raphael Isemann
2019-12-12
1
-6
/
+1
*
[lldb/Host] Use Host/Config.h for LibXML2 instead of a global define
Jonas Devlieghere
2019-12-11
2
-2
/
+6
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
13
-309
/
+0
*
[lldb] Don't search the metadata map three times when retrieving metadata
Raphael Isemann
2019-12-11
1
-1
/
+0
*
Replace redundant code in LanguageCategory with templates (NFC)
Adrian Prantl
2019-12-10
1
-20
/
+7
*
Do not cache hardcoded formats in FormatManager
Adrian Prantl
2019-12-10
1
-1
/
+2
*
[DataFormatters] Change the Get() method to take a LanguageType.
Davide Italiano
2019-12-10
1
-4
/
+4
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
2
-47
/
+101
*
[TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.
Davide Italiano
2019-12-10
1
-1
/
+1
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
2
-101
/
+47
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
2
-2
/
+11
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
2
-47
/
+101
*
Replace redundant code in FormatManager and FormatCache with templates (NFC)
Adrian Prantl
2019-12-10
3
-58
/
+19
*
[lldb] Actually enable wchar support in Editline when it is defined in the ho...
Raphael Isemann
2019-12-10
1
-0
/
+2
*
[FormatManager] GetCandidateLanguages shouldn't know about ValueObject.
Davide Italiano
2019-12-09
1
-3
/
+0
*
[lldb/DWARF] Switch to llvm location list parser
Pavel Labath
2019-12-09
1
-13
/
+4
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
1
-19
/
+24
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
4
-1
/
+12
*
[lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue
Raphael Isemann
2019-12-06
1
-29
/
+0
*
[lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...
Raphael Isemann
2019-12-06
1
-6
/
+1
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-5
/
+2
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-41
/
+48
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-2
/
+4
*
[lldb] Remove some (almost) unused Stream::operator<<'s
Pavel Labath
2019-12-04
1
-40
/
+4
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
1
-12
/
+0
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
3
-18
/
+16
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple
Raphael Isemann
2019-12-04
2
-2
/
+2
*
[Process] GetLanguageRuntimes() takes an argument that's always constant.
Davide Italiano
2019-12-03
1
-4
/
+2
*
[TypeCategory] HasLanguage() is now unused.
Davide Italiano
2019-12-03
1
-2
/
+0
*
[FormatManager] Provide only one variant of EnableCategory.
Davide Italiano
2019-12-03
1
-11
/
+2
*
[TypeCategory] Nothing passes down a list of languages.
Davide Italiano
2019-12-03
1
-2
/
+1
*
[EditLine] Fix RecallHistory to make it go in the right direction.
Jonas Devlieghere
2019-12-03
1
-5
/
+10
*
[lldb/Reproducer] Add version check
Jonas Devlieghere
2019-12-03
1
-1
/
+1
*
[lldb] Remove unneeded semicolon in IOHandlerCursesGUI
Pavel Labath
2019-12-03
1
-1
/
+1
*
[lldb][NFC] Move Curses interface implementation to own file
Raphael Isemann
2019-12-03
2
-37
/
+40
*
[lldb] Move register info "augmentation" from gdb-remote into ABI
Pavel Labath
2019-12-03
1
-6
/
+5
[prev]
[next]