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