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
/
POSIX-DYLD
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-3
/
+4
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Fix some "control reaches end of non-void function" warnings
Pavel Labath
2019-07-26
1
-0
/
+2
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
3
-46
/
+105
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
2
-155
/
+139
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
5
-264
/
+14
*
[DynamicLoader] Make sure we always set the rendezvous breakpoint
Antonio Afonso
2019-06-05
1
-5
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-4
/
+1
*
[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
/
+2
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
3
-27
/
+27
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+1
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
1
-1
/
+1
*
[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cpp
Jorge Gorbe Moya
2019-01-07
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
2
-9
/
+5
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
4
-14
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
2
-4
/
+4
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-2
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
2
-14
/
+16
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-35
/
+30
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
2
-67
/
+132
*
Revert "Advanced guessing of rendezvous breakpoint"
Eugene Zemtsov
2018-01-10
2
-126
/
+42
*
Advanced guessing of rendezvous breakpoint
Eugene Zemtsov
2018-01-10
2
-42
/
+126
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-4
/
+1
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-13
/
+1
*
[LLDB][ppc64le] Rename enums in AuxVector
Pavel Labath
2017-07-11
3
-74
/
+75
*
[linux] Change the way we load vdso pseudo-module
Pavel Labath
2017-06-20
2
-10
/
+27
*
Rename Error -> Status.
Zachary Turner
2017-05-12
3
-9
/
+9
*
Battery of NetBSD support improvements
Kamil Rytarowski
2017-03-30
1
-2
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Create instance of DynamicLoaderPOSIXDYLD on NetBSD
Kamil Rytarowski
2017-03-21
1
-2
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
3
-3
/
+3
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+3
*
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
/
+11
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
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
*
gdb-remote: Add jModulesInfo packet
Pavel Labath
2016-09-08
1
-0
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
6
-1590
/
+1445
*
Always rely on CFI unwind info for linux vdso
Pavel Labath
2016-08-31
2
-4
/
+26
*
Thread local storage was already broken on Linux and the tests were passing b...
Greg Clayton
2016-07-01
1
-1
/
+4
[next]