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
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
5
-7
/
+132
*
Remove unused FastDemangle sources
Stefan Granitz
2018-08-14
1
-1
/
+1
*
Straight forward FastDemangle replacement in SubsPrimitiveParmItanium
Stefan Granitz
2018-08-13
1
-38
/
+57
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
3
-0
/
+22
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
5
-125
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
5
-0
/
+125
*
Revert "[DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-25
1
-85
/
+0
*
[DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-25
1
-0
/
+85
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
1
-4
/
+6
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
1
-0
/
+2
*
Fix memory leak in SubsPrimitiveParmItanium
Raphael Isemann
2018-05-27
1
-1
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
7
-46
/
+40
*
Fix std unique pointer pretty-printer for new stl versions
Pavel Labath
2018-03-08
1
-4
/
+23
*
Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName
Aaron Smith
2018-02-08
1
-7
/
+11
*
More correct handling of error cases C++ name parser
Eugene Zemtsov
2018-02-06
1
-2
/
+1
*
Switch from C++1z to C++17; corresponds to r319688 in Clang.
Aaron Ballman
2017-12-04
1
-1
/
+1
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-4
/
+2
*
Add a data formatter for libc++ std::bitset
Pavel Labath
2017-11-14
4
-0
/
+125
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
7
-22
/
+13
*
Update tuple/list/deque data formatters to work with newest libc++
Pavel Labath
2017-11-07
2
-6
/
+18
*
Add data formatter for libc++ std::queue
Pavel Labath
2017-11-01
4
-0
/
+74
*
Add data formatter for libc++ std::tuple
Pavel Labath
2017-11-01
4
-0
/
+91
*
Add data formatter for libc++'s forward_list
Pavel Labath
2017-10-31
3
-85
/
+183
*
Enable parsing C++ names generated by lambda functions.
Jim Ingham
2017-07-13
2
-0
/
+34
*
Rename Error -> Status.
Zachary Turner
2017-05-12
9
-26
/
+26
*
Remove unused code related to CPlusPlusLanguage::FindEquivalentNames
Pavel Labath
2017-05-02
2
-150
/
+0
*
Fix libcxx formatters for changes in r300140.
Lang Hames
2017-04-26
3
-16
/
+87
*
Use llvm::ArrayRef rather than std::vector/std::initializer lists for some
Lang Hames
2017-04-26
1
-1
/
+2
*
Add libc++ category to the remaining libc++ data formatters
Pavel Labath
2017-04-12
1
-1
/
+1
*
Fix libc++ vector<bool> data formatter (bug #32553)
Pavel Labath
2017-04-12
4
-207
/
+142
*
New C++ function name parsing logic (Resubmit)
Eugene Zemtsov
2017-04-06
5
-119
/
+881
*
Reverting r299374 & r299402 due to testsuite failure.
Jim Ingham
2017-04-05
5
-862
/
+119
*
New C++ function name parsing logic
Eugene Zemtsov
2017-04-03
5
-119
/
+862
*
Stop calling ValueObject::SetName from synthetic child providers
Tamas Berghammer
2017-03-31
3
-14
/
+11
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-1
/
+2
*
Do not dereference std::unique_ptr by default
Tamas Berghammer
2017-03-31
1
-7
/
+5
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
6
-6
/
+6
*
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
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
6
-8
/
+8
*
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
16
-23
/
+23
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+11
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
2
-3
/
+109
*
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
[next]