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
*
Fix a bug where one-lining display of child values would ignore the user's ch...
Enrico Granata
2015-12-01
1
-1
/
+1
*
Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...
Enrico Granata
2015-11-18
3
-56
/
+2
*
Revert 2 commits breaking the MSVC build
Tamas Berghammer
2015-11-18
3
-2
/
+56
*
Cleanup the type X list commands to use the new ForEach goodness
Enrico Granata
2015-11-18
3
-56
/
+2
*
The existing logic to loop over formatters is very pre-C++11, using void* bat...
Enrico Granata
2015-11-14
3
-0
/
+54
*
Upstream some data formatter related cleanups
Enrico Granata
2015-11-13
1
-7
/
+18
*
Fix indentation
Enrico Granata
2015-11-13
1
-21
/
+21
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-7
/
+22
*
Upstream changes to the ValueObjectPrinter; nfc
Enrico Granata
2015-11-10
2
-43
/
+147
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
1
-1
/
+18
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-4
/
+28
*
All instance variables start with "m_". Fix "options" to be "m_options".
Greg Clayton
2015-11-03
1
-56
/
+56
*
Add a --language (-l) option to the formatter delete commands in order to all...
Enrico Granata
2015-10-29
1
-0
/
+8
*
Remove an unused local variable
Enrico Granata
2015-10-28
1
-1
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source; other...
Eugene Zelenko
2015-10-26
1
-23
/
+27
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-1
/
+9
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
10
-24
/
+14
*
Introduce the concept of a type that is meaningless without dynamic resolutio...
Enrico Granata
2015-10-20
1
-18
/
+12
*
Let Language plugins vend a default DeclPrintingHelper in case a custom one i...
Enrico Granata
2015-10-19
3
-11
/
+253
*
Silence -Wreturn-type with gcc 5.2
Saleem Abdulrasool
2015-10-18
1
-0
/
+1
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-2
/
+2
*
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
[next]