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
/
ObjectFile
/
PECOFF
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-0
/
+3
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+3
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+6
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-7
/
+3
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-3
/
+2
*
Allow ObjectFilePECOFF to initialize with ARM binaries.
Stephane Sezer
2017-10-24
1
-0
/
+5
*
silence a couple of -Wqual-cast warning from GCC (NFC)
Saleem Abdulrasool
2017-07-19
1
-1
/
+2
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
2
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
4
-5
/
+5
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-2
/
+2
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-3
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-5
/
+7
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Delete DataBufferMemoryMap.
Zachary Turner
2017-02-24
1
-11
/
+21
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+9
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-1
/
+1
*
[lldb] Read modules from memory when a local copy is not available
Walter Erquinigo
2016-10-17
2
-69
/
+113
*
Add namespace qualifiers for UTF functions that just moved.
Adrian McCarthy
2016-09-30
1
-1
/
+1
*
[PECOFF] Use the COFF subsystem field when determining the Triple.
Zachary Turner
2016-09-20
2
-1
/
+20
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-1227
/
+1092
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-4
/
+4
*
Implement ObjectFilePECOFF::GetEntryPointAddress.
Stephane Sezer
2016-03-23
2
-3
/
+24
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
2
-6
/
+22
*
Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...
Adrian McCarthy
2016-01-21
1
-0
/
+1
*
Implement GetMemoryRegionInfo for mini dumps.
Adrian McCarthy
2015-12-04
1
-1
/
+2
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
5
-1
/
+97
*
Revert "FOO"
Adrian McCarthy
2015-11-20
5
-97
/
+1
*
FOO
Adrian McCarthy
2015-11-20
5
-1
/
+97
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContai...
Eugene Zelenko
2015-10-23
1
-50
/
+52
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-0
/
+2
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Avoid crashing by not mmap'ing files on network mounted file systems.
Greg Clayton
2015-02-23
1
-2
/
+2
*
Don't stomp the triple when loading a PECOFF target.
Zachary Turner
2015-01-22
1
-1
/
+8
*
Silence a warning saying "typedef requires a name" from clang.
Greg Clayton
2014-07-29
1
-1
/
+1
*
Remove unused variable that was causing a warning.
Greg Clayton
2014-07-29
1
-1
/
+0
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
2
-1
/
+30
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-5
/
+5
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-1
/
+0
*
update for renaming in LLVM
Saleem Abdulrasool
2014-03-11
1
-1
/
+1
*
Implement ObjectFilePECOFF::GetModuleSpecifications().
Virgile Bello
2014-03-09
2
-50
/
+76
*
Implement ObjectFilePECOFF::SetLoadAddress().
Virgile Bello
2014-03-08
2
-0
/
+46
*
Remove %zx in printf (only GCC supports it, not MSVC).
Virgile Bello
2014-03-08
1
-1
/
+1
[prev]
[next]