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
/
BSD-Archive
/
ObjectContainerBSDArchive.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ObjectContainerBSDArchive] Simplify a few things (NFC)
Jonas Devlieghere
2019-07-12
1
-16
/
+27
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Remove TimeValue usage from ObjectContainerBSDArchive
Pavel Labath
2016-11-09
1
-12
/
+13
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-199
/
+143
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+4
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-32
/
+33
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-3
/
+27
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-6
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-0
/
+8
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-8
/
+18
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+6
*
<rdar://problem/12500785>
Greg Clayton
2012-10-29
1
-2
/
+1
*
<rdar://problem/10434005>
Greg Clayton
2012-03-14
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-2
/
+2
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-1
/
+1
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-1
/
+18
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-10
/
+0
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+183