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
/
FormatManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.
Davide Italiano
2019-03-15
1
-6
/
+0
*
[DataFormatters] Delete unused code. Not even exposed in the API.
Davide Italiano
2019-03-14
1
-14
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-7
/
+7
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Clean up debug logging
Pavel Labath
2017-02-13
1
-36
/
+20
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+2
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1036
/
+920
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-18
/
+18
*
Fix a bug where language categories would hold on to their caches even after ...
Enrico Granata
2015-12-15
1
-4
/
+16
*
Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...
Enrico Granata
2015-11-18
1
-15
/
+0
*
Revert 2 commits breaking the MSVC build
Tamas Berghammer
2015-11-18
1
-0
/
+15
*
Cleanup the type X list commands to use the new ForEach goodness
Enrico Granata
2015-11-18
1
-15
/
+0
*
The existing logic to loop over formatters is very pre-C++11, using void* bat...
Enrico Granata
2015-11-14
1
-0
/
+15
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
1
-1
/
+18
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-4
/
+3
*
Introduce the concept of a type that is meaningless without dynamic resolutio...
Enrico Granata
2015-10-20
1
-18
/
+12
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
1
-0
/
+2
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
1
-4
/
+4
*
Introduce a FormattersMatchData class which contains all the information that...
Enrico Granata
2015-10-06
1
-68
/
+60
*
Fix covered-switch-default warning in FormatManager.
Bruce Mitchener
2015-09-23
1
-1
/
+0
*
Allow CompilerType to express a vote on whether oneliner printing should happen
Enrico Granata
2015-09-23
1
-0
/
+17
*
Add {TypeSystem|CompilerType}::GetTypeForFormatters()
Enrico Granata
2015-09-23
1
-1
/
+1
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-1
/
+1
*
DataFormatters: Rename clang_type to compiler_type.
Bruce Mitchener
2015-09-17
1
-15
/
+15
*
Add the ability for formatter categories to be bound to one or more languages
Enrico Granata
2015-09-17
1
-2
/
+2
*
Move hardcoded formatters from the FormatManager to the Language plugins
Enrico Granata
2015-09-16
1
-91
/
+41
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
1
-314
/
+6
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
1
-0
/
+6
*
Data formatter candidate matches can be generated in a number of ways; langua...
Enrico Granata
2015-09-09
1
-31
/
+12
*
Move the C++ data formatters to the C++ language plugin
Enrico Granata
2015-09-04
1
-186
/
+34
*
Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...
Enrico Granata
2015-09-04
1
-2
/
+9
*
Move the functions that FormatManager uses to actually load formatters into t...
Enrico Granata
2015-09-02
1
-99
/
+2
*
std::initializer_list is not safe to return from a function, as copies are no...
Enrico Granata
2015-09-01
1
-1
/
+1
*
Add support for language plugins to provide data formatters (second attempt)
Enrico Granata
2015-09-01
1
-12
/
+143
*
Revert "Add support for language plugins to provide data formatters"
Pavel Labath
2015-09-01
1
-134
/
+16
*
Add support for language plugins to provide data formatters
Enrico Granata
2015-09-01
1
-16
/
+134
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-8
/
+8
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-2
/
+2
*
There is no reason why this formatter should not cascade. Make it cascade
Enrico Granata
2015-07-28
1
-1
/
+1
*
Add a summary for vector types
Enrico Granata
2015-07-07
1
-0
/
+20
*
When I introduced hard-coded formatters, I made them non-cacheable
Enrico Granata
2015-07-01
1
-5
/
+9
*
Add a formatter for wchar_t[N] arrays
Enrico Granata
2015-06-15
1
-7
/
+12
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+2
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-2
/
+2
[next]