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
/
ObjectContainer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjectContainerBSDArchive] Simplify a few things (NFC)
Jonas Devlieghere
2019-07-12
2
-61
/
+70
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
3
-7
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
4
-18
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
2
-2
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-13
/
+13
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-3
/
+2
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-2
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-7
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-3
/
+2
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
2
-29
/
+27
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
3
-4
/
+3
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-1
/
+2
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
1
-3
/
+2
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-2
/
+2
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
2
-4
/
+5
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+2
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-96
/
+101
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
3
-3
/
+3
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
2
-2
/
+16
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-1
/
+1
*
Remove TimeValue usage from ObjectContainerBSDArchive
Pavel Labath
2016-11-09
2
-23
/
+27
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-1
/
+2
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-2
/
+2
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-1054
/
+789
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
2
-9
/
+9
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
2
-28
/
+0
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
2
-59
/
+61
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
2
-4
/
+0
*
Add a better fix for searching for spaces in BSD archive object names where w...
Greg Clayton
2015-08-14
1
-5
/
+7
*
Don't crash when we have a .a file that contains an object with a 16 characte...
Greg Clayton
2015-08-13
1
-1
/
+3
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-1
/
+2
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-2
/
+2
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
LLDB could segfault if it got a .a file that had extra padding bytes at the e...
Greg Clayton
2014-05-02
1
-1
/
+24
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
2
-3
/
+5
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-1
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-1
/
+1
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
[next]