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
/
lld
/
lib
/
ReaderWriter
/
PECOFF
/
WriterPECOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PECOFF][Driver] Support /version command line option
Rui Ueyama
2013-09-19
1
-1
/
+8
*
[PECOFF] Fix base relocation block alignment
Rui Ueyama
2013-09-18
1
-2
/
+5
*
[PECOFF] Make helper functions private.
Rui Ueyama
2013-09-18
1
-21
/
+21
*
[PECOFF] Take into account all sections when setting size fields in the PE he...
Rui Ueyama
2013-09-16
1
-3
/
+28
*
[PECOFF] Add DISCARDABLE characteristic to .reloc section
Rui Ueyama
2013-09-16
1
-1
/
+2
*
[PECOFF] Add a field for machine type to PECOFFLinkingContext.
Rui Ueyama
2013-09-12
1
-1
/
+1
*
[PECOFF] Don't add RVAs to base relocations table.
Rui Ueyama
2013-09-06
1
-5
/
+10
*
[PECOFF] Align section contents as specified by the object file's section hea...
Rui Ueyama
2013-09-06
1
-0
/
+5
*
[PECOFF] Add helper functions for debugging
Rui Ueyama
2013-08-29
1
-0
/
+20
*
[PECOFF] Add Support for entry point symbol name
Rui Ueyama
2013-08-26
1
-0
/
+29
*
Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)
Rui Ueyama
2013-08-24
1
-1
/
+1
*
[PECOFF] Fixed base images now have the IMAGE_FILE_RELOCS_STRIPPED flag
Rui Ueyama
2013-08-12
1
-0
/
+3
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-21
/
+21
*
[PECOFF] Relocations now take into account the address which is stored at the...
Rui Ueyama
2013-08-02
1
-0
/
+2
*
[PECOFF] Add a comment about .bss section.
Rui Ueyama
2013-07-31
1
-0
/
+9
*
Fix comment.
Rui Ueyama
2013-07-30
1
-1
/
+1
*
[PECOFF] Emit BSS section.
Rui Ueyama
2013-07-30
1
-2
/
+35
*
[PATCH] [PECOFF] Fill size field of IMAGE_DATA_DIRECTORY
Rui Ueyama
2013-07-26
1
-1
/
+1
*
[PECOFF] Don't set IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE if "-fixed" is prov...
Rui Ueyama
2013-07-26
1
-1
/
+2
*
[PECOFF] Replace magic number with llvm::COFF::DataDirectoryIndex value
Rui Ueyama
2013-07-26
1
-1
/
+2
*
[PECOFF] Fixed a bug which caused DataDirectoryChunk to write to a wrong offs...
Rui Ueyama
2013-07-26
1
-1
/
+0
*
[PECOFF] Support -tsaware:no command line option.
Rui Ueyama
2013-07-23
1
-3
/
+5
*
[PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
2013-07-23
1
-6
/
+10
*
[PECOFF][Driver] Add -base command line option.
Rui Ueyama
2013-07-20
1
-4
/
+6
*
[WinLink] Add /LargeAddressAware command line option.
Rui Ueyama
2013-07-16
1
-2
/
+5
*
[PECOFF][Writer] Replace magic numbers with sizeof().
Rui Ueyama
2013-07-16
1
-7
/
+13
*
[PECOFF][Writer] Follow up patch for r186336.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] s/dyn_cast/cast/ where we don't expect null return value.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] Refactoring: Move private methods below public ones.
Rui Ueyama
2013-07-15
1
-40
/
+39
*
[PECOFF] Fix comment.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] Emit .reloc section.
Rui Ueyama
2013-07-15
1
-48
/
+203
*
[PECOFF] Support linking against DLL.
Rui Ueyama
2013-07-11
1
-43
/
+47
*
[PECOFF][Writer] Fixed a bug that an empty section is emit to the section hea...
Rui Ueyama
2013-07-11
1
-35
/
+33
*
[PECOFF][Writer] Compute the size of a chunk each time it's added rather than...
Rui Ueyama
2013-07-09
1
-42
/
+34
*
[PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped...
Rui Ueyama
2013-07-03
1
-6
/
+4
*
[PECOFF][Writer] Separate AtomChunk from SectionChunk.
Rui Ueyama
2013-07-03
1
-15
/
+31
*
Add "explicit" to ctors where appropriate.
Rui Ueyama
2013-07-03
1
-3
/
+3
*
[PECOFF][Writer] Set SizeOfInitializedData file header.
Rui Ueyama
2013-07-01
1
-0
/
+9
*
[PECOFF][Writer] Add setter methods that sets the import address table locati...
Rui Ueyama
2013-07-01
1
-2
/
+18
*
[PECOFF][Writer] Do not emit the empty section as Windows loader rejects such...
Rui Ueyama
2013-07-01
1
-1
/
+10
*
Remove extra ';'
Rui Ueyama
2013-06-29
1
-1
/
+1
*
[PECOFF][Writer] Fix wrong section header.
Rui Ueyama
2013-06-28
1
-4
/
+7
*
[PECOFF][Writer] Remove duplicated code by moving it to parent class.
Rui Ueyama
2013-06-28
1
-104
/
+88
*
[PECOFF][Writer] Support DIR32NB and REL32 relocation types.
Rui Ueyama
2013-06-28
1
-3
/
+18
*
[PECOFF][Writer] Fix a bug that the contents of .data and .rdata were swapped.
Rui Ueyama
2013-06-28
1
-3
/
+2
*
[PECOFF][Writer] Use a constant instead of a magic number.
Rui Ueyama
2013-06-28
1
-2
/
+2
*
[PECOFF][Writer] Fix DLLCharacteristic flag in image header.
Rui Ueyama
2013-06-27
1
-0
/
+6
*
[PECOFF] Connect defined atoms with layout before/after edges.
Rui Ueyama
2013-06-17
1
-0
/
+5
*
[lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
Rui Ueyama
2013-06-16
1
-10
/
+63
*
[lld] Move AtomLayout from ELF to Core so that it can be used by non-ELF writ...
Rui Ueyama
2013-06-16
1
-0
/
+1
[prev]
[next]