index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Object
/
MachOObjectFile.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
1
-0
/
+4
2016-05-24
Revert r270543 ("Recommit r270540")
George Rimar
1
-4
/
+0
2016-05-24
Recommit r270540
George Rimar
1
-0
/
+4
2016-05-24
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
1
-4
/
+0
2016-05-24
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
1
-0
/
+4
2016-05-06
Change GenericBinaryError to no longer include a FileName, which is then not
Kevin Enderby
1
-27
/
+26
2016-05-05
Object: Fix two -Wpessimizing-move warnings after r268694
Justin Bogner
1
-5
/
+4
2016-05-05
Fix window bots failures due to r268694 - Cleanup and refactor of malformedEr...
Kevin Enderby
1
-1
/
+1
2016-05-05
Cleanup and refactor of malformedError() in lib/Object/MachOObjectFile.cpp .
Kevin Enderby
1
-71
/
+41
2016-05-05
Clean up the specific error message for a malformed Mach-O files with bad seg...
Kevin Enderby
1
-10
/
+12
2016-05-03
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
1
-5
/
+7
2016-05-03
Produce another specific error message for a malformed Mach-O file when a load
Kevin Enderby
1
-2
/
+10
2016-05-02
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
1
-7
/
+8
2016-04-22
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
1
-58
/
+6
2016-04-21
Fix a typo in an error message. Caught by Sean Silva!
Kevin Enderby
1
-1
/
+1
2016-04-21
hange the variable name big_size to BigSize. Caught by Rafael Espíndola!
Kevin Enderby
1
-14
/
+14
2016-04-20
Fix compilation error in r266919.
Evgeniy Stepanov
1
-1
/
+1
2016-04-20
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
1
-6
/
+21
2016-04-13
Start to add real error messages for malformed Mach-O files.
Kevin Enderby
1
-2
/
+17
2016-04-06
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
1
-0
/
+4
2016-03-28
Remove else after return
David Blaikie
1
-4
/
+3
2016-03-25
[Support] Switch to RAII helper for error-as-out-parameter idiom.
Lang Hames
1
-2
/
+2
2016-03-25
[Object] Make createMachOObjectFile return Expected<...> rather than
Lang Hames
1
-10
/
+7
2016-03-25
[Object] Make MachOObjectFile's constructor private, provide a static create
Lang Hames
1
-29
/
+26
2016-03-25
[Object] Start threading Error through MachOObjectFile construction.
Lang Hames
1
-92
/
+136
2016-03-23
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
1
-3
/
+10
2016-02-29
Rename embedded bitcode section in MachO
Steven Wu
1
-0
/
+8
2016-01-22
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
1
-7
/
+64
2016-01-22
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
1
-2
/
+1
2016-01-21
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
Kevin Enderby
1
-1
/
+1
2015-12-06
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
1
-8
/
+4
2015-11-12
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
Kuba Brecka
1
-0
/
+3
2015-10-08
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
1
-3
/
+26
2015-09-22
Prune trailing whitespaces.
NAKAMURA Takumi
1
-10
/
+10
2015-09-22
Untabify.
NAKAMURA Takumi
1
-2
/
+1
2015-09-22
Reformat blank lines.
NAKAMURA Takumi
1
-3
/
+0
2015-09-22
Reformat comment lines.
NAKAMURA Takumi
1
-2
/
+2
2015-09-22
Reformat.
NAKAMURA Takumi
1
-30
/
+27
2015-09-21
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
1
-12
/
+12
2015-08-25
[MachO] Move trivial accessors to header.
Davide Italiano
1
-18
/
+0
2015-08-25
[MachO] Introduce MinVersion API.
Davide Italiano
1
-0
/
+18
2015-08-07
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
1
-13
/
+9
2015-07-07
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
1
-4
/
+1
2015-07-07
Common symbols don't have a value.
Rafael Espindola
1
-3
/
+2
2015-07-07
Common symbols are not undefined, at least for ObjectFile.
Rafael Espindola
1
-3
/
+2
2015-07-07
Simplify, NFC.
Rafael Espindola
1
-3
/
+2
2015-07-06
Remove getRelocationAddress.
Rafael Espindola
1
-9
/
+7
2015-07-03
Return ErrorOr from getSymbolAddress.
Rafael Espindola
1
-4
/
+2
2015-07-03
Use getValue instead of getAddress in a few MachO only cases.
Rafael Espindola
1
-5
/
+2
2015-07-02
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
1
-4
/
+2
[next]