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
/
llvm
/
lib
/
Object
/
MachOObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[macho] Allow CPUSubtype to contribute to architecture identification
Daniel Sanders
2019-11-18
1
-2
/
+6
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-09-25
1
-2
/
+2
*
[yaml2obj/obj2yaml][MachO] Allow setting custom section data
Seiya Nuta
2019-08-20
1
-1
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-6
/
+9
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-9
/
+6
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-6
/
+9
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-1
/
+1
*
Remove the static initialize introduced in r365099
Steven Wu
2019-07-18
1
-9
/
+11
*
[MachO] Add valid architecture function
Shoaib Meenai
2019-07-04
1
-19
/
+10
*
[MACHO] Replaced calls to getStruct with getStructOrErr in functions returnin...
Alex Brachet
2019-06-04
1
-33
/
+88
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
1
-2
/
+20
*
[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...
Fangrui Song
2019-05-14
1
-4
/
+3
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-7
/
+4
*
Remove duplicate line. NFCI.
Simon Pilgrim
2019-04-29
1
-1
/
+0
*
Fix Mach-O bind and rebase validation errors in libObject
Michael Trent
2019-03-20
1
-116
/
+62
*
Detect malformed LC_LINKER_COMMANDs in Mach-O binaries
Michael Trent
2019-03-11
1
-0
/
+4
*
objdump fails to parse Mach-O binaries with n_desc bearing stabs
Michael Trent
2019-02-23
1
-23
/
+23
*
Limit dyld image suffixes guessed by guessLibraryShortName()
Michael Trent
2019-01-24
1
-3
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Object] Return a symbol_iterator, rather than a basic_symbol_iterator, from
Lang Hames
2019-01-14
1
-1
/
+1
*
[MachO] Fix inconsistency between error messages when validating LC_DYSYMTAB
Francis Visoiu Mistrih
2018-09-04
1
-2
/
+2
*
[MachO] Fix LC_DYSYMTAB validation for external symbols
Francis Visoiu Mistrih
2018-09-04
1
-1
/
+1
*
[llvm-readobj] Add -hex-dump (-x) option
Paul Semel
2018-07-11
1
-0
/
+21
*
[MachO] Add out-of-bounds check to MachOObjectFile.cpp
Sam Clegg
2018-06-04
1
-0
/
+1
*
MC: Remove redundant substr() call
Sam Clegg
2018-05-30
1
-1
/
+1
*
[llvm-objdump] Print "..." instead of random data for virtual sections
Francis Visoiu Mistrih
2018-04-19
1
-2
/
+4
*
For llvm-objdump and Mach-O files, update the printing of some thread states
Kevin Enderby
2018-03-08
1
-1
/
+49
*
Do not look up symbol names when n_strx == 0
Michael Trent
2018-01-03
1
-0
/
+4
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-15
1
-1
/
+23
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
reverting out -r320532 because a warning is breaking the lld build
Michael Trent
2017-12-13
1
-23
/
+1
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-12
1
-1
/
+23
*
Reverting r320166 to fix test failures.
Michael Trent
2017-12-08
1
-23
/
+1
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-08
1
-1
/
+23
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-3
/
+3
*
Fix typo in checkTwoLevelHintsCommand
Jessica Paquette
2017-10-17
1
-1
/
+1
*
[dwarfdump] Skip 'stripped' sections
Jonas Devlieghere
2017-09-26
1
-0
/
+6
*
[MachO] Prevent heap overflow when load command extends past EOF
Jonas Devlieghere
2017-09-13
1
-1
/
+4
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-12
/
+12
*
[MachO] Use Twines more efficiently.
Benjamin Kramer
2017-08-20
1
-183
/
+229
*
[llvm] Update MachOObjectFile::exports interface
Alexander Shaposhnikov
2017-07-29
1
-3
/
+2
*
Small tweak to one check in error handling to the dyld compact export
Kevin Enderby
2017-07-24
1
-2
/
+2
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
1
-22
/
+154
*
Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE
Kevin Enderby
2017-06-22
1
-9
/
+30
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-0
/
+6
*
[MachOObject] Fix bind opcode parser error on valid opcode sequence
Steven Wu
2017-05-31
1
-1
/
+1
*
Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...
George Rimar
2017-05-27
1
-0
/
+4
[next]