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
/
LanguageRuntime
/
CPlusPlus
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+4
*
[lldb] remove a superfluous semicolon
Pavel Labath
2019-11-26
1
-1
/
+1
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-78
/
+121
*
[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...
shafik
2019-11-06
2
-13
/
+35
*
Don't assume that __cxa_current_exception_type exists.
Jim Ingham
2019-11-01
1
-0
/
+3
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-1
/
+1
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+1
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-17
/
+13
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-35
/
+32
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-2
/
+2
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
5
-1
/
+455
*
[CplusPlus] ISVTableName is unused. NFCI.
Davide Italiano
2019-07-05
2
-10
/
+0
*
[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classes
Alex Langford
2019-06-11
1
-4
/
+2
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
2
-3
/
+14
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[Target] Generalize some behavior in Thread
Alex Langford
2019-05-15
1
-0
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-1
/
+1
*
Delete type_sp member from TypePair
Pavel Labath
2019-03-15
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-2
/
+2
*
[lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...
Kuba Mracek
2019-01-04
1
-0
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
2
-0
/
+61
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Convert code to use early exits in prepraration for future changes. (NFC)
Adrian Prantl
2018-10-15
1
-56
/
+56
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-39
/
+30
*
We were getting the wrong dynamic type if there were two classes with the sam...
Jim Ingham
2018-03-01
1
-2
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+8
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-26
/
+24
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-614
/
+553
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
Add a missing include to ItaniumABILanguageRuntime.h
Pavel Labath
2016-05-24
1
-0
/
+1
*
We have many radars showing that stepping through C++ code can result in slow...
Greg Clayton
2016-05-23
2
-136
/
+173
*
Revert r268591
Enrico Granata
2016-05-05
2
-5
/
+2
*
Allow LanguageRuntimes to return an error if they fail in the course of dynam...
Enrico Granata
2016-05-05
2
-2
/
+5
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-0
/
+4
*
Don't complete a class type just to test if it is a class. Code in CompilerTy...
Greg Clayton
2016-02-09
1
-2
/
+2
*
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
-54
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-22
1
-45
/
+43
*
On second thought, amend the previous patch to pass itself the ValueObject& f...
Enrico Granata
2015-09-22
2
-3
/
+5
[next]