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
/
Universal-Mach-O
/
ObjectContainerUniversalMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
-2
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+5
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
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
1
-246
/
+175
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-2
/
+2
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-5
/
+10
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...
Greg Clayton
2013-04-24
1
-19
/
+59
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-38
/
+44
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch().
Jason Molenda
2012-11-04
1
-1
/
+19
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-22
/
+26
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-20
/
+8
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-4
/
+4
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-3
/
+6
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-20
/
+0
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-3
/
+3
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Add UserSettings to Target class, making Target settings
Caroline Tice
2010-09-20
1
-1
/
+2
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-1
/
+12
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-8
/
+8
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+259