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
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-4
/
+7
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
1
-41
/
+82
*
Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...
Eric Christopher
2019-12-04
1
-0
/
+2
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
1
-0
/
+11
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+5
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
2
-8
/
+7
*
[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...
Cameron Desrochers
2019-10-09
3
-5
/
+7
*
[LLDB] Fix for synthetic children memory leak
Cameron Desrochers
2019-10-09
7
-35
/
+64
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-14
/
+8
*
[lldb] Fix `TestDataFormatterStdList` regression
Jan Kratochvil
2019-08-22
1
-7
/
+13
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
3
-0
/
+68
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-6
/
+0
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-6
/
+8
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
2
-1
/
+3
*
[Target][NFC] Rename GetCPPLanguageRuntime to Get
Alex Langford
2019-06-10
1
-2
/
+1
*
[Target] Remove Process::GetCPPLanguageRuntime
Alex Langford
2019-06-04
1
-1
/
+2
*
Make CPlusPlusNameParser robust against nullptr StringRefs.
Adrian Prantl
2019-05-31
1
-0
/
+2
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
4
-14
/
+13
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
1
-7
/
+0
*
Check the result of creating a node from __next_ in the std::list formatter.
Jim Ingham
2019-03-12
1
-1
/
+3
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
18
-34
/
+34
*
[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...
Shafik Yaghmour
2019-03-05
2
-6
/
+64
*
Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...
Shafik Yaghmour
2019-03-05
1
-27
/
+5
*
[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...
Shafik Yaghmour
2019-03-05
1
-5
/
+27
*
[lldb] Relax libc++ ABI version checking
Thomas Anderson
2019-02-01
1
-95
/
+88
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
29
-116
/
+87
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
6
-9
/
+11
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
6
-51
/
+86
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
[lldb] NFC: Remove the extra ';'
Henry Wong
2018-11-16
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
11
-44
/
+0
*
Add a break to avoid an unannotated fall-through.
Eric Christopher
2018-11-07
1
-0
/
+1
*
CPlusPlusLanguage: Use new demangler API to implement type substitution
Pavel Labath
2018-11-06
1
-62
/
+80
*
Add parens to silence warning
Benjamin Kramer
2018-11-06
1
-1
/
+1
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
4
-0
/
+155
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+1
*
[DataFormatters] Adding formatters for libc++ std::u16string and std::u32string
Shafik Yaghmour
2018-10-26
3
-9
/
+62
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
5
-0
/
+302
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
5
-319
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
5
-0
/
+319
*
Refactoring std::function formatter to move core functionality into CPPLangua...
Shafik Yaghmour
2018-09-11
1
-197
/
+26
*
Undoing first commit which added a space to a comment
Shafik Yaghmour
2018-09-10
1
-1
/
+1
*
First test commit into svn, adding space to comment
Shafik Yaghmour
2018-09-10
1
-1
/
+1
*
Fix format string issue introduced in r340548
Walter Lee
2018-08-23
1
-1
/
+1
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
3
-27
/
+231
*
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
[next]