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
/
DynamicLoader
/
Hexagon-DYLD
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
2
-44
/
+38
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-1
/
+1
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
3
-28
/
+28
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-10
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+5
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+1
*
Add missing includes to some LLDB headers.
Raphael Isemann
2018-05-26
1
-0
/
+2
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-8
/
+9
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-30
/
+28
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-4
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
3
-9
/
+9
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [1/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+7
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
2
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-1202
/
+1042
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Thread local storage was already broken on Linux and the tests were passing b...
Greg Clayton
2016-07-01
1
-1
/
+4
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
2
-3
/
+4
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
2
-36
/
+0
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-17
/
+16
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
2
-26
/
+0
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-1
/
+1
*
Fix missing override warnings
Enrico Granata
2015-08-26
1
-8
/
+8
*
Add absolute load address support for the DynamicLoader plugins
Tamas Berghammer
2015-08-24
2
-9
/
+19
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
1
-0
/
+3
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Unbreak the build.
Greg Clayton
2015-06-25
2
-2
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
2
-2
/
+2
*
Fix a few compile warnings
Ilia K
2015-05-13
1
-1
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix the warnings introduced
Deepak Panickal
2014-07-22
1
-4
/
+2
*
Dynamic loader for the Hexagon DSP
Deepak Panickal
2014-07-21
6
-0
/
+1613