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
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-6
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
3
-4
/
+3
*
Resubmit "Remove an output-parameter from Variable function".
Zachary Turner
2016-11-18
1
-10
/
+12
*
Revert "Remove an out param from ValueObject::GetValueForExpressionPath."
Zachary Turner
2016-11-18
1
-12
/
+10
*
Remove an out param from ValueObject::GetValueForExpressionPath.
Zachary Turner
2016-11-18
1
-10
/
+12
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
7
-10
/
+12
*
Display the pointer value in the libstdc++ unique_ptr summary
Pavel Labath
2016-11-09
1
-16
/
+7
*
Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...
Enrico Granata
2016-11-07
3
-3
/
+5
*
Implement a general type scavenger that can dig types from debug info + a fil...
Enrico Granata
2016-11-01
1
-69
/
+10
*
Add support for "type lookup" to find C and C++ types
Enrico Granata
2016-10-27
2
-0
/
+78
*
Revert "Improve the libstdc++ smart pointer formatters"
Pavel Labath
2016-10-25
3
-201
/
+92
*
Fix incorrect header order introduced in rL284830
Tamas Berghammer
2016-10-21
2
-6
/
+6
*
Add data formatter for libstdc++ unique_ptr
Tamas Berghammer
2016-10-21
4
-0
/
+180
*
Add data formatter for libstdc++ tuple
Tamas Berghammer
2016-10-21
4
-0
/
+119
*
Improve the libstdc++ smart pointer formatters
Tamas Berghammer
2016-10-21
3
-92
/
+201
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-8
/
+10
*
Fixes for libc++ std::unordered_map data formatter against trunk
Enrico Granata
2016-10-05
1
-4
/
+30
*
Fix the data formatter for std::multiset in libc++ - this is a trivial amount...
Enrico Granata
2016-10-04
1
-25
/
+45
*
Changes to the std::multimap formatter to make it work against trunk libc++
Enrico Granata
2016-10-03
1
-10
/
+50
*
Fix an issue where libc++ changed the type information we get for std::map::i...
Enrico Granata
2016-09-28
2
-5
/
+65
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-18
/
+24
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
17
-3454
/
+3368
*
Add a data formatter for std::function in libcxx
Enrico Granata
2016-08-31
3
-0
/
+27
*
Fix parsing of complicated C++ names
Pavel Labath
2016-08-18
1
-1
/
+3
*
Fix an issue where the libc++ std::list formatter wasn't recognizing the new ...
Enrico Granata
2016-07-19
1
-2
/
+26
*
Fix the installation of the vector<bool> data formatters in order to restore ...
Enrico Granata
2016-07-06
1
-4
/
+2
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
5
-52
/
+16
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
3
-22
/
+155
*
Fix the libc++ pretty printers for the android NDK
Tamas Berghammer
2016-07-04
1
-31
/
+39
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
1
-4
/
+7
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
4
-0
/
+287
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
1
-1
/
+21
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
1
-1
/
+1
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
1
-6
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
8
-162
/
+133
*
Remove an unnecessary include
Enrico Granata
2016-02-12
1
-1
/
+0
*
Data formatter support for libc++ std::atomic<T>
Enrico Granata
2016-02-12
4
-3
/
+156
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
2
-0
/
+19
*
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
[next]