summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Treat the common symbol as mergeable symbol.Rui Ueyama2013-08-132-9/+23
* [PECOFF] Fixed base images now have the IMAGE_FILE_RELOCS_STRIPPED flagRui Ueyama2013-08-121-0/+3
* [PECOFF] Trim at most one character from imported symbols.Rui Ueyama2013-08-121-2/+10
* Revert r188150 to un-break the buildbot.Rui Ueyama2013-08-121-5/+0
* [PECOFF] It's an error if subsystem is not specified.Rui Ueyama2013-08-121-0/+5
* [PECOFF] Add a note about underscore symbol prefix.Rui Ueyama2013-08-091-1/+6
* [PECOFF] Create __ImageBase symbol.Rui Ueyama2013-08-092-20/+134
* Fix spelling error. s/Libary/Library/g.Rui Ueyama2013-08-091-1/+1
* [PECOFF] Fully cover the switch for COMDAT attributes and add a comment.Rui Ueyama2013-08-091-2/+13
* Fix comment typo.Rui Ueyama2013-08-091-1/+1
* [PECOFF] Support COMDAT section that contains mergeable atoms.Rui Ueyama2013-08-082-9/+94
* Update to llvm changes.Michael J. Spencer2013-08-084-152/+263
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-0673-1229/+1059
* Remove unused using's.Rui Ueyama2013-08-021-4/+0
* [PECOFF] Move more code from Atoms.h to ReaderCOFF.cpp.Rui Ueyama2013-08-022-78/+81
* [PECOFF] Remove COFFDefinedFileAtom::originalOffset().Rui Ueyama2013-08-022-15/+25
* [PECOFF] Handle .drectve section.Rui Ueyama2013-08-021-2/+130
* [PECOFF] Return an error_code instead of calling report_fatal_error().Rui Ueyama2013-08-021-8/+14
* Use report_fatal_error() instead of llvm_unreachable() to show broken input f...Rui Ueyama2013-08-021-1/+1
* [PECOFF] Remove an assertion that's too heavy.Rui Ueyama2013-08-021-6/+0
* [PECOFF] Relocations now take into account the address which is stored at the...Rui Ueyama2013-08-021-0/+2
* [PECOFF] A symbol with symbol with section number 0 and non-zero value repres...Rui Ueyama2013-08-021-0/+14
* [PECOFF] Simplify COFFBSSAtom.Rui Ueyama2013-08-022-5/+6
* Use StringRef::equals_lower(). No functionality change.Rui Ueyama2013-07-311-2/+2
* [PECOFF] Add a comment about .bss section.Rui Ueyama2013-07-311-0/+9
* [PECOFF] Add a comment on the idata section fragments.Rui Ueyama2013-07-311-0/+19
* Fix comment.Rui Ueyama2013-07-301-1/+1
* [PECOFF] Emit BSS section.Rui Ueyama2013-07-302-5/+57
* [PECOFF] Split COFFDefinedAtom to add COFFBSSAtom class.Rui Ueyama2013-07-302-22/+56
* [PECOFF] Process Import Name/Type field in the import library.Rui Ueyama2013-07-293-40/+91
* [PECOFF] Replace the magic number with sizeof().Rui Ueyama2013-07-291-5/+7
* [PECOFF] Simplicy FileCOFF ctor. No functionality change.Rui Ueyama2013-07-281-73/+87
* Removed unnecessary parameter.Rui Ueyama2013-07-281-2/+1
* [PECOFF] Skip a section if there's no atom in the section.Rui Ueyama2013-07-271-0/+7
* [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORYRui Ueyama2013-07-263-5/+13
* [PECOFF][Driver] Add a library file even if it does not exist.Rui Ueyama2013-07-261-8/+8
* [PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is prov...Rui Ueyama2013-07-261-1/+2
* [PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex valueRui Ueyama2013-07-261-1/+2
* [PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offs...Rui Ueyama2013-07-261-1/+0
* Make local variables to start with a lowercase character for consistency with...Rui Ueyama2013-07-261-54/+54
* [PECOFF] Simplicy object allocation code. No functionality change.Rui Ueyama2013-07-262-20/+17
* [PECOFF] Ignore sections with IMAGE_SCN_LNK_REMOVE attribute.Rui Ueyama2013-07-261-0/+5
* [PECOFF] Create an atom for a symbol whose storage type is IMAGE_SYM_CLASS_LA...Rui Ueyama2013-07-262-2/+5
* [PECOFF] Add /include command line option.Rui Ueyama2013-07-241-0/+28
* [PECOFF] Support -tsaware:no command line option.Rui Ueyama2013-07-231-3/+5
* [PECOFF] Support -fixed command line option to disable base relocations.Rui Ueyama2013-07-231-6/+10
* [PECOFF] Replace magic numbers with offsetof().Rui Ueyama2013-07-221-4/+6
* [PECOFF][Driver] Show error message if no input file is given.Rui Ueyama2013-07-221-0/+5
* Rename ReaderCOFF members to follow the LLD coding style.Rui Ueyama2013-07-221-31/+31
* [PECOFF] Fix use-after-free.Rui Ueyama2013-07-201-1/+1
OpenPOWER on IntegriCloud