summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF][Driver] Support /version command line optionRui Ueyama2013-09-191-1/+8
* [PECOFF] Fix base relocation block alignmentRui Ueyama2013-09-181-2/+5
* [PECOFF] Make helper functions private.Rui Ueyama2013-09-181-21/+21
* [PECOFF] Take into account all sections when setting size fields in the PE he...Rui Ueyama2013-09-161-3/+28
* [PECOFF] Add DISCARDABLE characteristic to .reloc sectionRui Ueyama2013-09-161-1/+2
* [PECOFF] Add a field for machine type to PECOFFLinkingContext.Rui Ueyama2013-09-121-1/+1
* [PECOFF] Don't add RVAs to base relocations table.Rui Ueyama2013-09-061-5/+10
* [PECOFF] Align section contents as specified by the object file's section hea...Rui Ueyama2013-09-061-0/+5
* [PECOFF] Add helper functions for debuggingRui Ueyama2013-08-291-0/+20
* [PECOFF] Add Support for entry point symbol nameRui Ueyama2013-08-261-0/+29
* Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)Rui Ueyama2013-08-241-1/+1
* [PECOFF] Fixed base images now have the IMAGE_FILE_RELOCS_STRIPPED flagRui Ueyama2013-08-121-0/+3
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-21/+21
* [PECOFF] Relocations now take into account the address which is stored at the...Rui Ueyama2013-08-021-0/+2
* [PECOFF] Add a comment about .bss section.Rui Ueyama2013-07-311-0/+9
* Fix comment.Rui Ueyama2013-07-301-1/+1
* [PECOFF] Emit BSS section.Rui Ueyama2013-07-301-2/+35
* [PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORYRui Ueyama2013-07-261-1/+1
* [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
* [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][Driver] Add -base command line option.Rui Ueyama2013-07-201-4/+6
* [WinLink] Add /LargeAddressAware command line option.Rui Ueyama2013-07-161-2/+5
* [PECOFF][Writer] Replace magic numbers with sizeof().Rui Ueyama2013-07-161-7/+13
* [PECOFF][Writer] Follow up patch for r186336.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] s/dyn_cast/cast/ where we don't expect null return value.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] Refactoring: Move private methods below public ones.Rui Ueyama2013-07-151-40/+39
* [PECOFF] Fix comment.Rui Ueyama2013-07-151-3/+3
* [PECOFF][Writer] Emit .reloc section.Rui Ueyama2013-07-151-48/+203
* [PECOFF] Support linking against DLL.Rui Ueyama2013-07-111-43/+47
* [PECOFF][Writer] Fixed a bug that an empty section is emit to the section hea...Rui Ueyama2013-07-111-35/+33
* [PECOFF][Writer] Compute the size of a chunk each time it's added rather than...Rui Ueyama2013-07-091-42/+34
* [PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped...Rui Ueyama2013-07-031-6/+4
* [PECOFF][Writer] Separate AtomChunk from SectionChunk.Rui Ueyama2013-07-031-15/+31
* Add "explicit" to ctors where appropriate.Rui Ueyama2013-07-031-3/+3
* [PECOFF][Writer] Set SizeOfInitializedData file header.Rui Ueyama2013-07-011-0/+9
* [PECOFF][Writer] Add setter methods that sets the import address table locati...Rui Ueyama2013-07-011-2/+18
* [PECOFF][Writer] Do not emit the empty section as Windows loader rejects such...Rui Ueyama2013-07-011-1/+10
* Remove extra ';'Rui Ueyama2013-06-291-1/+1
* [PECOFF][Writer] Fix wrong section header.Rui Ueyama2013-06-281-4/+7
* [PECOFF][Writer] Remove duplicated code by moving it to parent class.Rui Ueyama2013-06-281-104/+88
* [PECOFF][Writer] Support DIR32NB and REL32 relocation types.Rui Ueyama2013-06-281-3/+18
* [PECOFF][Writer] Fix a bug that the contents of .data and .rdata were swapped.Rui Ueyama2013-06-281-3/+2
* [PECOFF][Writer] Use a constant instead of a magic number.Rui Ueyama2013-06-281-2/+2
* [PECOFF][Writer] Fix DLLCharacteristic flag in image header.Rui Ueyama2013-06-271-0/+6
* [PECOFF] Connect defined atoms with layout before/after edges.Rui Ueyama2013-06-171-0/+5
* [lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.Rui Ueyama2013-06-161-10/+63
* [lld] Move AtomLayout from ELF to Core so that it can be used by non-ELF writ...Rui Ueyama2013-06-161-0/+1
OpenPOWER on IntegriCloud