Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
322ecd901b52650fcd0ec091a9a01c3483b6f57d
/
llvm
/
lib
/
Object
/
MachOObjectFile.cpp
697e7cd
[Object][MachO] Reference-ify some helper function arguments. NFC.
by Lang Hames
· 9 years ago
435890a
Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessary wrappers.
by Peter Collingbourne
· 9 years ago
22fc007
Add a checkSymbolTable() method to the MachOObjectFile class.
by Kevin Enderby
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
7747cb5
Add support for the ARM_THREAD_STATE64 and
by Kevin Enderby
· 9 years ago
fbebe16
Add the rest of the additional error checks for invalid Mach-O files when
by Kevin Enderby
· 9 years ago
d503940
More additional error checks for invalid Mach-O files when
by Kevin Enderby
· 9 years ago
bc5c29a
Another additional error check for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
79d6c63
nother additional error check for an invalid Mach-O file
by Kevin Enderby
· 9 years ago
c8bb422
Another additional error check for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
210030b
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
89baf99
One more additional error check for invalid Mach-O files for a
by Kevin Enderby
· 9 years ago
6f69582
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
2490de0
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
68fffa8
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
f993d6e
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
4f229d8
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
245be3e
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
76966bf
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
32359db
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
3e490ef
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
90986e6
Next set of additional error checks for invalid Mach-O files for the
by Kevin Enderby
· 9 years ago
e71e13c
Next set of additional error checks for invalid Mach-O files for bad LC_UUID
by Kevin Enderby
· 9 years ago
fc0929a
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
f76b56c
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
9d0c945
Next set of additional error checks for invalid Mach-O files for bad load commands
by Kevin Enderby
· 9 years ago
dcbc504
Next set of additional error checks for invalid Mach-O files for bad LC_DYSYMTAB’s.
by Kevin Enderby
· 9 years ago
0e52c92
Next set of additional error checks for invalid Mach-O files for bad LC_SYMTAB’s.
by Kevin Enderby
· 9 years ago
9d0b531
Reformat.
by NAKAMURA Takumi
· 9 years ago
59a2064
Untabify.
by NAKAMURA Takumi
· 9 years ago
c614d28
Next set of additional error checks for invalid Mach-O files.
by Kevin Enderby
· 9 years ago
600fb3f
Add the first of what will be a long line of additional error checks for invalid Mach-O files.
by Kevin Enderby
· 9 years ago
5e51a2e
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
by Lang Hames
· 9 years ago
1851a82
Add checks to the MachOObjectFile() constructor to make sure load commands sizes
by Kevin Enderby
· 9 years ago
931cb65
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
401e4e5
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.)
by George Rimar
· 9 years ago
f059dd4
Revert r270543 ("Recommit r270540")
by George Rimar
· 9 years ago
e9b2e19
Recommit r270540
by George Rimar
· 9 years ago
6a6185f
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style."
by George Rimar
· 9 years ago
6bcbf4c
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
by George Rimar
· 9 years ago
d4e075b
Change GenericBinaryError to no longer include a FileName, which is then not
by Kevin Enderby
· 9 years ago
2a42da9
Object: Fix two -Wpessimizing-move warnings after r268694
by Justin Bogner
· 9 years ago
1e3abcb
Fix window bots failures due to r268694 - Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
by Kevin Enderby
· 9 years ago
8913496
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
by Kevin Enderby
· 9 years ago
b34e3a1
Clean up the specific error message for a malformed Mach-O files with bad segment
by Kevin Enderby
· 9 years ago
a8e3ab0
Produce another specific error message for a malformed Mach-O file when a load
by Kevin Enderby
· 9 years ago
368e714
Produce another specific error message for a malformed Mach-O file when a load
by Kevin Enderby
· 9 years ago
7bd8d99
Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
9e8eb41
MachO: remove weird ARM/Thumb interface from MachOObjectFile
by Tim Northover
· 9 years ago
6e295f2
Fix a typo in an error message. Caught by Sean Silva!
by Kevin Enderby
· 9 years ago
5e55d17
hange the variable name big_size to BigSize. Caught by Rafael Espíndola!
by Kevin Enderby
· 9 years ago
2383465
Fix compilation error in r266919.
by Evgeniy Stepanov
· 9 years ago
81e8b7d
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
8702574
Start to add real error messages for malformed Mach-O files.
by Kevin Enderby
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 10 years ago
b805f73
Remove else after return
by David Blaikie
· 10 years ago
d1af8fc
[Support] Switch to RAII helper for error-as-out-parameter idiom.
by Lang Hames
· 10 years ago
ff044b1
[Object] Make createMachOObjectFile return Expected<...> rather than
by Lang Hames
· 10 years ago
8262764
[Object] Make MachOObjectFile's constructor private, provide a static create
by Lang Hames
· 10 years ago
9e964f3
[Object] Start threading Error through MachOObjectFile construction.
by Lang Hames
· 10 years ago
5afbc1c
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
by Kevin Enderby
· 10 years ago
f2fe014
Rename embedded bitcode section in MachO
by Steven Wu
· 10 years ago
1829c68
Fix the code that leads to the incorrect trigger of the report_fatal_error()
by Kevin Enderby
· 10 years ago
f681ec5
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
by Kevin Enderby
· 10 years ago
1f472ea
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
by Kevin Enderby
· 10 years ago
15576e1
Use make_range to reduce mentions of iterator type. NFC
by Craig Topper
· 10 years ago
de83322
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
by Kuba Brecka
· 10 years ago
46e642f
Fix a bug in llvm-objdump’s printing of Objective-C meta data
by Kevin Enderby
· 10 years ago
10c80e7
Prune trailing whitespaces.
by NAKAMURA Takumi
· 10 years ago
0a7d0ad
Untabify.
by NAKAMURA Takumi
· 10 years ago
a9cb538
Reformat blank lines.
by NAKAMURA Takumi
· 10 years ago
8496503
Reformat comment lines.
by NAKAMURA Takumi
· 10 years ago
70ad98a
Reformat.
by NAKAMURA Takumi
· 10 years ago
0013be1
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
by Craig Topper
· 10 years ago
68961bb
[MachO] Move trivial accessors to header.
by Davide Italiano
· 10 years ago
933e230
[MachO] Introduce MinVersion API.
by Davide Italiano
· 10 years ago
8bab889
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
be8b0ea
Delete UnknownAddress. It is a perfectly valid symbol value.
by Rafael Espindola
· 10 years ago
7e7be92
Common symbols don't have a value.
by Rafael Espindola
· 10 years ago
d824772
Common symbols are not undefined, at least for ObjectFile.
by Rafael Espindola
· 10 years ago
05cbccc
Simplify, NFC.
by Rafael Espindola
· 10 years ago
76ad232
Remove getRelocationAddress.
by Rafael Espindola
· 10 years ago
ed067c4
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
dea0016
Use getValue instead of getAddress in a few MachO only cases.
by Rafael Espindola
· 10 years ago
5d0c2ff
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
10fcac7
Use ErrorOr in getRelocationAdress.
by Rafael Espindola
· 10 years ago
e9c58c7
Implement containsSymbol with other lower level methods.
by Rafael Espindola
· 10 years ago
41bb432
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
0ad71d9
Move function to the only file that uses it.
by Rafael Espindola
· 10 years ago
f69ac42
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
99c041b
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
2fa80cc
Simplify getSymbolType.
by Rafael Espindola
· 10 years ago
6bf3221
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
991af66
Add a SymbolRef::getValue.
by Rafael Espindola
· 10 years ago
5912892
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
d7a32ea
Change how symbol sizes are handled in lib/Object.
by Rafael Espindola
· 10 years ago
9ac06a0
Improve the --expand-relocs handling of MachO.
by Rafael Espindola
· 10 years ago
40baa0a
Have MachOObjectFile::isValidArch() accept armv7
by Frederic Riss
· 10 years ago
7d09919
Remove object_error::success and use std::error_code() instead
by Rui Ueyama
· 10 years ago
Next »