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] 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
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
1
-4
/
+0
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
1
-0
/
+4
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
1
-4
/
+0
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
1
-0
/
+4
*
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
1
-4
/
+0
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
1
-0
/
+4
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-21
1
-103
/
+112
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
1
-7
/
+0
*
[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
Juergen Ributzka
2017-03-30
1
-12
/
+8
*
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
Kevin Enderby
2017-03-27
1
-46
/
+274
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
1
-29
/
+406
*
Actually add error handling to unpacking the dyld compact bind and
Kevin Enderby
2017-02-28
1
-11
/
+27
*
Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,
Kevin Enderby
2017-02-10
1
-0
/
+2
*
Fix a typo in an error message for a check of invalid Mach-O files where
Kevin Enderby
2017-02-07
1
-1
/
+1
*
Fix llvm-objdump so it picks a good CPU based for Mach-O files
Kevin Enderby
2017-01-24
1
-0
/
+4
*
Add support for the x86_thread_state32_t and
Kevin Enderby
2017-01-23
1
-1
/
+20
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-0
/
+34
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+33
*
llvm-objdump: speed up -objc-meta-data
Saleem Abdulrasool
2017-01-08
1
-0
/
+8
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-1
/
+36
*
[Object][MachO] Reference-ify some helper function arguments. NFC.
Lang Hames
2016-12-04
1
-201
/
+200
[next]