summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-201-0/+34
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-2/+2
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-191-0/+113
* One more additional error check for invalid Mach-O files for aKevin Enderby2016-10-181-0/+5
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-181-0/+25
* Object: Add a missing return in ObjectFile::createObjectFileJustin Bogner2016-10-181-2/+2
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-171-0/+78
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-111-0/+36
* [Object] Fix a crash in Archive::child_iterator's default constructor.Lang Hames2016-10-051-4/+7
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-041-0/+47
* [Object] Define Archive::isEmpty().Rui Ueyama2016-09-301-1/+4
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-291-0/+12
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-291-0/+12
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-281-0/+32
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-281-0/+32
* [AVR] Handle AVR relocations when handling ELF filesDylan McKay2016-09-281-0/+7
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-271-0/+38
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-261-0/+15
* Next set of additional error checks for invalid Mach-O files for bad LC_UUIDKevin Enderby2016-09-211-2/+6
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-09-201-13/+83
* [IRObjectFile] Turn llvm_unreachable("foo") into something more explicative.Davide Italiano2016-09-161-1/+1
* [IRObjectFile] Handle undefined weak symbols in RecordStreamer.Davide Italiano2016-09-153-7/+15
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-09-131-7/+82
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-08-311-12/+36
* Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby2016-08-301-6/+99
* [COFFObjectFile] Ignore broken symbol tableDavid Majnemer2016-08-301-2/+6
* Next set of additional error checks for invalid Mach-O files for bad LC_SYMTA...Kevin Enderby2016-08-261-5/+50
* Reformat.NAKAMURA Takumi2016-08-221-2/+2
* Untabify.NAKAMURA Takumi2016-08-221-15/+14
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Next set of additional error checks for invalid Mach-O files.Kevin Enderby2016-08-121-17/+96
* Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if ...Rui Ueyama2016-08-111-1/+3
* Restore "Resolution-based LTO API."Teresa Johnson2016-08-111-1/+1
* Revert "Resolution-based LTO API."Teresa Johnson2016-08-111-1/+1
* Resolution-based LTO API.Teresa Johnson2016-08-111-1/+1
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-091-8/+10
* Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...Rui Ueyama2016-08-081-2/+1
* Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not pr...Rui Ueyama2016-08-081-1/+2
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-0/+5
* Clean up the logic of the Archive::Child::Child() with an assert to know Err ...Kevin Enderby2016-08-041-21/+23
* Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby2016-08-031-40/+75
* Reapply "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-032-16/+66
* Revert "More fixes to get good error messages for bad archives."Vedant Kumar2016-08-032-66/+16
* RecordStreamer: handle inline asm "lazy_reference" and mark symbols as "used"Mehdi Amini2016-08-031-0/+2
* More fixes to get good error messages for bad archives.Kevin Enderby2016-08-022-16/+66
* Simplify some code found when it was moved in r277177David Blaikie2016-08-011-10/+10
* [COFF] Expose iterators for ImportAddressTableRVADavid Majnemer2016-07-311-2/+17
* [COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer2016-07-311-4/+4
* Think this will fix issues with the error messages generated for malformed-ar...Kevin Enderby2016-07-291-15/+13
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-292-89/+230
OpenPOWER on IntegriCloud