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
/
Core
/
ModuleList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-11
/
+15
*
Use the multi-lockable form of std::lock for operator=
Jim Ingham
2019-03-29
1
-19
/
+6
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-5
/
+5
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-11
/
+8
*
Fix symbols.enable-external-lookup description wording
Jan Kratochvil
2019-01-05
1
-4
/
+4
*
symbols.enable-external-lookup=false on all hosts (not just OSX)
Jan Kratochvil
2019-01-03
1
-3
/
+10
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-16
/
+16
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+5
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-3
/
+4
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-5
/
+6
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-4
/
+4
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-5
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-23
/
+23
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-1
/
+1
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
1
-1
/
+12
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
1
-2
/
+2
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-5
/
+58
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-9
/
+38
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-1
/
+3
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-3
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-1
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
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
*
Remove TimeValue usage from lldb/Core. NFC.
Pavel Labath
2016-11-09
1
-3
/
+3
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-992
/
+795
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
1
-62
/
+17
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-65
/
+56
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-71
/
+41
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-3
/
+4
*
Change ModuleList::GetSharedModule so that it will reject "stub
Jason Molenda
2015-10-22
1
-12
/
+43
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-10
/
+11
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-10
/
+11
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-11
/
+10
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+2
*
Make ModuleList::GetSharedModule to use module_search_paths parameter.
Oleksiy Vyalov
2015-03-16
1
-6
/
+38
*
Add a ModuleList::ForEach(...) which takes the module list mutex calls the st...
Greg Clayton
2015-02-13
1
-0
/
+12
[next]