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
*
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
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove unused #includes of ScriptInterpreterPython.h
Zachary Turner
2015-05-28
1
-1
/
+0
*
A few improvements to our vector types formatting story:
Enrico Granata
2015-03-06
1
-11
/
+15
*
Provide synthetic children for some vector types
Enrico Granata
2015-03-06
1
-0
/
+9
*
Add missing check for LLDB_DISABLE_PYTHON in FormatManager
Tamas Berghammer
2015-02-11
1
-0
/
+2
*
Fix a couple typos in the previous commit
Enrico Granata
2015-02-10
1
-0
/
+1
*
Add an LLDB summary for CMTime. Fixes rdar://15370376
Enrico Granata
2015-02-10
1
-0
/
+19
*
Harden against the process pointer being null - this seems like it shouldn't ...
Enrico Granata
2015-01-28
1
-0
/
+2
*
Remove the last vestige of the world before data formatters :-)
Enrico Granata
2014-12-10
1
-0
/
+11
*
Move a bunch of summary formatters to oneliner mode. This makes more cases el...
Enrico Granata
2014-11-11
1
-25
/
+34
*
Shuffle a couple of formatters around. This should fix the bug that never die...
Enrico Granata
2014-10-29
1
-12
/
+10
*
Reorganize some of the data formatters code to simplify CXXFormattersFunction...
Enrico Granata
2014-10-22
1
-0
/
+1
*
Add synthetic children support for NSIndexPath
Enrico Granata
2014-10-15
1
-0
/
+2
*
If a ValueObject has a child that vends synthetic children, but only does so ...
Enrico Granata
2014-10-09
1
-2
/
+13
*
Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha...
Enrico Granata
2014-10-03
1
-7
/
+0
*
Unused functions break the -Werror build. Revert for now.
Enrico Granata
2014-09-16
1
-9
/
+0
*
Add a convenience function to FormatManager to setup an empty filter (one tha...
Enrico Granata
2014-09-16
1
-0
/
+9
*
When deciding if one-liner printing applies, and you find a summary, the summ...
Enrico Granata
2014-09-11
1
-3
/
+2
*
Introduce the notion of a "type validator" formatter
Enrico Granata
2014-09-05
1
-1
/
+88
[next]