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
/
source
/
DataFormatters
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix compilation with GCC 5
Martin Storsjö
2020-02-06
2
-0
/
+8
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
1
-1
/
+23
*
TypeCategory: Initialize m_enabled to false
Vedant Kumar
2019-12-12
1
-1
/
+1
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
9
-266
/
+6
*
Remove unsound caching in LanguageCategory
Adrian Prantl
2019-12-10
1
-4
/
+0
*
Replace redundant code in LanguageCategory with templates (NFC)
Adrian Prantl
2019-12-10
1
-132
/
+55
*
[FormatManager] Move Language lookup into the obviously non-cached part (NFC)
Adrian Prantl
2019-12-10
1
-16
/
+16
*
Do not cache hardcoded formats in FormatManager
Adrian Prantl
2019-12-10
1
-12
/
+18
*
[DataFormatters] Change the Get() method to take a LanguageType.
Davide Italiano
2019-12-10
3
-18
/
+18
*
[TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.
Davide Italiano
2019-12-10
1
-6
/
+5
*
Replace redundant code in FormatManager and FormatCache with templates (NFC)
Adrian Prantl
2019-12-10
4
-504
/
+124
*
[FormatManager] GetCandidateLanguages shouldn't know about ValueObject.
Davide Italiano
2019-12-09
2
-4
/
+5
*
[FormatManager] Provide a single entrypoint for GetCandidateLanguages().
Davide Italiano
2019-12-09
1
-5
/
+1
*
[TypeCategory] HasLanguage() is now unused.
Davide Italiano
2019-12-03
1
-6
/
+0
*
[DataVisualization] Simplify. NFCI.
Davide Italiano
2019-12-03
1
-2
/
+1
*
[TypeCategory] Nothing passes down a list of languages.
Davide Italiano
2019-12-03
1
-7
/
+3
*
Simplify condition (NFC)
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
2
-27
/
+24
*
[FormatManage] Fix the format info order
Jonas Devlieghere
2019-08-22
1
-2
/
+3
*
[FormatManager] Add static_assert to keep formats in sync.
Jonas Devlieghere
2019-08-22
1
-1
/
+5
*
The g_format_infos table needs to be updated in concert with the
Jason Molenda
2019-08-22
1
-0
/
+1
*
[NFC] Simplify code
Jonas Devlieghere
2019-08-21
1
-17
/
+13
*
Revert "[CompilerType] Simplify the interface a bit more.."
Davide Italiano
2019-08-06
1
-8
/
+12
*
[CompilerType] Simplify the interface a bit more..
Davide Italiano
2019-08-06
1
-12
/
+8
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-7
/
+15
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
2
-117
/
+100
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
7
-25
/
+26
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-10
/
+0
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
2
-3
/
+2
*
[DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory.
Davide Italiano
2019-03-15
2
-25
/
+0
*
[DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.
Davide Italiano
2019-03-15
2
-10
/
+0
*
[DataFormatters] Delete unused code. Not even exposed in the API.
Davide Italiano
2019-03-14
2
-21
/
+0
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
3
-8
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
5
-23
/
+23
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
17
-68
/
+51
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
2
-4
/
+5
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
2
-13
/
+18
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-3
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
10
-26
/
+22
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
15
-60
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
5
-55
/
+47
*
Use exact equality for category language matching, for all languages, except ...
Vadim Chugunov
2017-06-06
1
-18
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-7
/
+7
*
Stop calling ValueObject::SetName from synthetic child providers
Tamas Berghammer
2017-03-31
1
-6
/
+4
*
Don't add a newline if the object description already has one.
Jim Ingham
2017-03-31
1
-1
/
+6
*
Remove some dead code from DumpValueObjectOptions::PointerDepth
Tamas Berghammer
2017-03-18
1
-24
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-3
/
+5
[next]