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
...
*
Teach an old pony a few new tricks.
Enrico Granata
2015-10-17
1
-25
/
+81
*
Move TypeSummaryImpl over to LLVM-style RTTI for subclassing
Enrico Granata
2015-10-16
1
-8
/
+10
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
1
-0
/
+2
*
Fix build with python disabled after r249597
Keno Fischer
2015-10-16
1
-5
/
+0
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-2
/
+3
*
Enable the StringPrinter to have prefixes that are strings instead of just a ...
Enrico Granata
2015-10-07
1
-5
/
+12
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
1
-2
/
+5
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
2
-8
/
+8
*
Introduce a FormattersMatchData class which contains all the information that...
Enrico Granata
2015-10-06
4
-150
/
+177
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-1
/
+1
*
Fix evaluation of unicode character arrays (char16_t[] and char32_t[])
Dawn Perchik
2015-09-25
1
-0
/
+13
*
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
2
-14
/
+14
*
DataFormatters: Rename clang_type to compiler_type.
Bruce Mitchener
2015-09-17
3
-21
/
+21
*
Add the ability for formatter categories to be bound to one or more languages
Enrico Granata
2015-09-17
5
-14
/
+164
*
Move hardcoded formatters from the FormatManager to the Language plugins
Enrico Granata
2015-09-16
2
-98
/
+158
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-1
/
+1
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
10
-4335
/
+10
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
3
-41
/
+83
*
Preparatory work for letting language plugins help the StringPrinter with for...
Enrico Granata
2015-09-09
2
-105
/
+22
*
Fix some compiler warnings.
Zachary Turner
2015-09-09
1
-0
/
+2
*
Data formatter candidate matches can be generated in a number of ways; langua...
Enrico Granata
2015-09-09
1
-31
/
+12
*
Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers ...
Enrico Granata
2015-09-08
2
-32
/
+35
*
Use LLVM casting for TypeSystem so you can cast it to subclasses.
Greg Clayton
2015-09-08
4
-14
/
+19
*
Add a --language (-l) option to type category {enable|disable} to allow peopl...
Enrico Granata
2015-09-04
1
-0
/
+14
*
Never mind, I see what the problem is on the Windows build. Attempt a fix
Enrico Granata
2015-09-04
1
-1
/
+2
*
Move the C++ data formatters to the C++ language plugin
Enrico Granata
2015-09-04
12
-2594
/
+61
*
Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...
Enrico Granata
2015-09-04
21
-300
/
+331
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix cmake build.
Bruce Mitchener
2015-09-03
1
-0
/
+1
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
5
-5
/
+0
*
CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start sp...
Enrico Granata
2015-09-03
5
-988
/
+1033
*
Move the functions that FormatManager uses to actually load formatters into t...
Enrico Granata
2015-09-02
3
-99
/
+123
*
std::initializer_list is not safe to return from a function, as copies are no...
Enrico Granata
2015-09-01
1
-1
/
+1
*
Add logging to a couple of regions of code
Enrico Granata
2015-09-01
1
-0
/
+52
*
Add support for language plugins to provide data formatters (second attempt)
Enrico Granata
2015-09-01
4
-24
/
+285
*
Revert "Add support for language plugins to provide data formatters"
Pavel Labath
2015-09-01
4
-276
/
+28
*
Add support for language plugins to provide data formatters
Enrico Granata
2015-09-01
4
-28
/
+276
*
Switch data formatters over to using std::function for their callbacks instea...
Enrico Granata
2015-08-27
2
-5
/
+4
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
17
-43
/
+42
*
Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...
Enrico Granata
2015-08-13
3
-5
/
+5
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
15
-54
/
+54
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
11
-19
/
+25
*
Fix a bug where the std::list synthetic child provider would not clean its ca...
Enrico Granata
2015-07-28
1
-0
/
+1
*
There is no reason why this formatter should not cascade. Make it cascade
Enrico Granata
2015-07-28
1
-1
/
+1
*
Add a more tweakable way for ValueObjectPrinter to control pointer expansion....
Enrico Granata
2015-07-27
1
-15
/
+56
*
Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
2015-07-24
1
-1
/
+12
*
Remove a static helper function and use the StringPrinter API exclusively to ...
Enrico Granata
2015-07-17
1
-43
/
+10
[prev]
[next]