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
/
CPlusPlusLanguage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Three LoadLibCxxFormatters formatters were given a regex string to
Jason Molenda
2017-02-25
1
-3
/
+3
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-6
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
1
-2
/
+102
*
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
1
-0
/
+76
*
Add data formatter for libstdc++ unique_ptr
Tamas Berghammer
2016-10-21
1
-0
/
+10
*
Add data formatter for libstdc++ tuple
Tamas Berghammer
2016-10-21
1
-0
/
+5
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-8
/
+10
*
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
1
-730
/
+895
*
Add a data formatter for std::function in libcxx
Enrico Granata
2016-08-31
1
-0
/
+2
*
Fix parsing of complicated C++ names
Pavel Labath
2016-08-18
1
-1
/
+3
*
Fix the installation of the vector<bool> data formatters in order to restore ...
Enrico Granata
2016-07-06
1
-4
/
+2
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
1
-1
/
+15
*
Fix the libc++ pretty printers for the android NDK
Tamas Berghammer
2016-07-04
1
-31
/
+39
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
1
-0
/
+34
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-23
/
+16
*
Data formatter support for libc++ std::atomic<T>
Enrico Granata
2016-02-12
1
-3
/
+4
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-0
/
+16
*
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
1
-7
/
+36
*
Fix evaluation of unicode character arrays (char16_t[] and char32_t[])
Dawn Perchik
2015-09-25
1
-0
/
+12
*
Move hardcoded formatters from the FormatManager to the Language plugins
Enrico Granata
2015-09-16
1
-0
/
+73
*
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
1
-0
/
+232
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-0
/
+376
*
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
1
-0
/
+71