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
/
Plugins
/
Language
/
CPlusPlus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce memory traffic in ConstString in the std::map formatter
Enrico Granata
2015-12-04
1
-6
/
+14
*
Do the same iterator caching optimization for std::map
Enrico Granata
2015-12-04
1
-48
/
+64
*
Cache the incremental iterators as you traverse the list, so that you don't h...
Enrico Granata
2015-12-04
1
-64
/
+79
*
Improve the std::list data formatter to not need to calculate indices for eve...
Enrico Granata
2015-12-04
1
-3
/
+6
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-4
/
+21
*
Remove two #if0ed regions of code that we were using for an experiment but do...
Enrico Granata
2015-10-29
1
-14
/
+0
*
Fix MSVC build after r251402
Tamas Berghammer
2015-10-27
1
-1
/
+2
*
Some minor improvements on the symtab parsing code
Tamas Berghammer
2015-10-27
1
-25
/
+45
*
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
Todd Fiala
2015-10-22
3
-7
/
+157
*
[DataFormatters] Make libc++ list loop detection linear
Pavel Labath
2015-10-21
1
-88
/
+113
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
6
-121
/
+129
*
Enable the StringPrinter to have prefixes that are strings instead of just a ...
Enrico Granata
2015-10-07
2
-7
/
+7
*
Fix evaluation of unicode character arrays (char16_t[] and char32_t[])
Dawn Perchik
2015-09-25
2
-15
/
+20
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-3
/
+3
*
Move hardcoded formatters from the FormatManager to the Language plugins
Enrico Granata
2015-09-16
2
-0
/
+79
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
2
-20
/
+20
*
Preparatory work for letting language plugins help the StringPrinter with for...
Enrico Granata
2015-09-09
2
-12
/
+12
*
Fix Makefile build
Keno Fischer
2015-09-05
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
/
+0
*
Move the C++ data formatters to the C++ language plugin
Enrico Granata
2015-09-04
14
-3
/
+2854
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
2
-0
/
+491
*
Use Language::LanguageIsCPlusPlus instead of doing the same switch over language
Enrico Granata
2015-09-02
1
-10
/
+3
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
3
-0
/
+139