summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PECOFF] Make a member functions non-virtual.Rui Ueyama2013-12-111-1/+1
* [PECOFF] Writer: Remove NULL padding at the end of each section.Rui Ueyama2013-12-111-13/+4
* s/NULL/nullptr/Rui Ueyama2013-12-111-1/+1
* [PECOFF] WriterPECOFF: Rename getCharacteristics -> computeCharacteristics.Rui Ueyama2013-12-111-7/+6
* [PECOFF] WriterPECOFF::ExecutableWriter: Small cleanup.Rui Ueyama2013-12-111-3/+4
* Add explicit keyword.Rui Ueyama2013-12-101-4/+5
* [PECOFF] Make more member functions non-virtual.Rui Ueyama2013-12-101-4/+4
* [PECOFF] Optimize the writer a bit by removing a loop.Rui Ueyama2013-12-101-45/+33
* [PECOFF] Refactor COFF section header creation.Rui Ueyama2013-12-101-75/+46
* Add more const qualifiers.Rui Ueyama2013-12-101-4/+5
* Remove data members used for relocationsRui Ueyama2013-12-101-11/+17
* Skip the body of a loop as early as possible.Rui Ueyama2013-12-101-4/+4
* Add const qualifiers.Rui Ueyama2013-12-101-29/+31
* [PECOFF] Make some member functions non-virtual.Rui Ueyama2013-12-101-18/+13
* [PECOFF] Simplify PE/COFF header writer.Rui Ueyama2013-12-091-18/+12
* [PECOFF] Simplify WriterPECOFF.Rui Ueyama2013-12-091-5/+1
* Delete dead code.Rui Ueyama2013-12-041-19/+0
* [PECOFF] Implement IMAGE_REL_I386_{SECTION,SECREL} relocations.Rui Ueyama2013-12-031-6/+40
* Fix a variety of typos in function names and commentsAlp Toker2013-12-011-1/+1
* [PECOFF] Set section characteristics based /section options.Rui Ueyama2013-11-271-31/+40
* [PECOFF] Implement /merge option.Rui Ueyama2013-11-271-5/+7
* [PECOFF] Add a generic section writer.Rui Ueyama2013-11-271-135/+142
* Revert "WriterPECOFF"Rui Ueyama2013-11-271-142/+135
* WriterPECOFFRui Ueyama2013-11-271-135/+142
* [PECOFF] String pointed by StringRef is not always NUL-terminated.Rui Ueyama2013-11-251-1/+2
* [PECOFF] Set ordinals to linker internal atoms.Rui Ueyama2013-11-251-6/+9
* [PECOFF] Change sectionChoice attribute.Rui Ueyama2013-11-251-1/+0
* Do not inline large member functions.Rui Ueyama2013-11-191-494/+553
* Fix Windows buildbot on which size_t is not unsinged long.Rui Ueyama2013-11-151-1/+1
* [PECOFF] Minimum size of DOS stub is 64 byte.Rui Ueyama2013-11-151-2/+6
* [PECOFF] Avoid using statically initialized std::vector.Rui Ueyama2013-11-151-6/+7
* Move DOS stub data to PECOFFLinkingContext for /stub option.Rui Ueyama2013-11-141-18/+8
* [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.Rui Ueyama2013-11-061-1/+1
* [PECOFF] Remove unnecessary assertion.Rui Ueyama2013-11-011-14/+0
* Remove redundant std::move().Rui Ueyama2013-11-011-2/+2
* [PECOFF] Change data directory atom structure.Rui Ueyama2013-11-011-15/+20
* Revert "[PECOFF] Add atoms to the PassManager file"Rui Ueyama2013-10-311-0/+14
* Remove unused variable.Rui Ueyama2013-10-231-3/+0
* Revert "Initialize some members where they are declared."Rui Ueyama2013-10-211-7/+8
* Initialize some members where they are declared. No functionality change.Rui Ueyama2013-10-211-8/+7
* Fill the atom gap with INT 3 instead of NOP.Rui Ueyama2013-10-181-2/+2
* Fill gap in .text with NOP.Rui Ueyama2013-10-171-0/+14
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-1/+0
* [PECOFF] Add /swaprun:{cd,net} options.Rui Ueyama2013-09-241-0/+4
* [PECOFF] Add /allowisolation command line option.Rui Ueyama2013-09-231-0/+2
* [PECOFF] Add /allowbind command line option.Rui Ueyama2013-09-231-0/+2
* [lld][PECOFF] Fix data directory entry RVA of base relocations sectionRon Ofir2013-09-231-2/+3
* [PECOFF] Add /align command line option.Rui Ueyama2013-09-231-1/+1
* Whitespace and extra parentheses.Rui Ueyama2013-09-231-2/+2
* [lld][PECOFF] Calculate SizeOfHeaders field instead of using a hard-coded valueRon Ofir2013-09-231-4/+10
OpenPOWER on IntegriCloud