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] Another Win64 relocation bug fix
Rui Ueyama
2014-08-28
1
-11
/
+18
*
[PECOFF] Implement Win64 base relocations
Rui Ueyama
2014-08-28
1
-4
/
+8
*
[PECOFF] Fix AMD64_ADDR64 relocation.
Rui Ueyama
2014-08-27
1
-1
/
+1
*
[PECOFF] Add /HighEntropyVA.
Rui Ueyama
2014-08-25
1
-0
/
+2
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-15
/
+16
*
[PECOFF] Fix section header.
Rui Ueyama
2014-07-31
1
-6
/
+13
*
[PECOFF] Fix entry point address.
Rui Ueyama
2014-07-23
1
-4
/
+4
*
[PECOFF] Set DLL bit in PE header if DLL.
Rui Ueyama
2014-07-17
1
-0
/
+2
*
[PECOFF] Set resource table entry in header.
Rui Ueyama
2014-07-10
1
-0
/
+3
*
PE/COFF: move PAGE_SIZE into the PECOFFLinkingContext.
Tim Northover
2014-06-20
1
-16
/
+13
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-1
/
+1
*
[Cleanup] Sort includes.
Ahmed Charles
2014-03-12
1
-6
/
+6
*
Add "override" to member functions where appropriate.
Rui Ueyama
2014-03-05
1
-12
/
+12
*
[PECOFF] Sort x64 exception handler table.
Rui Ueyama
2014-03-04
1
-4
/
+34
*
[PECOFF] Sort SEH table entries according to its value.
Rui Ueyama
2014-02-28
1
-0
/
+21
*
[PECOFF] Set "Exception Table" field in PE32+ header.
Rui Ueyama
2014-02-28
1
-0
/
+3
*
[PECOFF] Emit Load Configuration and SEH Table for x86.
Rui Ueyama
2014-02-26
1
-0
/
+3
*
[PECOFF] Fix DLLCharacteristics field.
Rui Ueyama
2014-02-26
1
-1
/
+3
*
[PECOFF] Set the correct PE header field value.
Rui Ueyama
2014-01-31
1
-3
/
+4
*
[PECOFF] Do not emit a section if it's empty.
Rui Ueyama
2014-01-31
1
-1
/
+2
*
[PECOFF] Replace magic numbers with sizeof.
Rui Ueyama
2014-01-28
1
-3
/
+4
*
[PECOFF] Implement some relocations for x86-64.
Rui Ueyama
2014-01-27
1
-19
/
+40
*
[PECOFF] Implement relocations for x86-64.
Rui Ueyama
2014-01-27
1
-12
/
+68
*
[PECOFF] Fix PE/COFF optional header size for PE32+.
Rui Ueyama
2014-01-27
1
-2
/
+2
*
[PECOFF] Emit PE32+ file header.
Rui Ueyama
2014-01-26
1
-24
/
+38
*
[PECOFF] Use a shorter name for the parameter.
Rui Ueyama
2014-01-26
1
-23
/
+23
*
[PECOFF] Set PE32+ magic value if 64 bit.
Rui Ueyama
2014-01-26
1
-2
/
+2
*
[PECOFF] Use a shorter name for the PECOFF writer member.
Rui Ueyama
2014-01-25
1
-15
/
+14
*
[PECOFF] Use constant instead of magic number.
Rui Ueyama
2014-01-24
1
-2
/
+2
*
[PECOFF] Simplify: Replace two-value enum with bool.
Rui Ueyama
2014-01-06
1
-4
/
+2
*
Use scoped enum.
Rui Ueyama
2014-01-03
1
-2
/
+4
*
[PECOFF] Create the import library file.
Rui Ueyama
2013-12-20
1
-0
/
+5
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-4
/
+4
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-11
/
+10
*
[PECOFF] Truncate long section name.
Rui Ueyama
2013-12-17
1
-5
/
+2
*
Remove obsolete comment.
Rui Ueyama
2013-12-16
1
-2
/
+1
*
[PECOFF] Rename ExecutableWriter -> PECOFFWriter.
Rui Ueyama
2013-12-16
1
-14
/
+14
*
[PECOFF] Create .edata section for the DLL export table.
Rui Ueyama
2013-12-13
1
-0
/
+3
*
Run clang-format for PECOFF reader/writer code. No other changes.
Rui Ueyama
2013-12-11
1
-18
/
+16
*
[PECOFF] Writer: Refactor the chunk class hierarchy.
Rui Ueyama
2013-12-11
1
-99
/
+97
*
[PECOFF] Add "const" qualifiers to BaseRelocChunk methods.
Rui Ueyama
2013-12-11
1
-7
/
+7
*
[PECOFF] Writer: Remove BaseRelocAtom.
Rui Ueyama
2013-12-11
1
-32
/
+27
*
[PECOFF] Writer: Remove rawSize().
Rui Ueyama
2013-12-11
1
-6
/
+4
*
[PECOFF] Remove enum for Data Directory atom which no longer exist.
Rui Ueyama
2013-12-11
1
-4
/
+2
*
[PECOFF] Refactor IdataPass.
Rui Ueyama
2013-12-11
1
-42
/
+29
*
Simplify code a bit. No functionality change.
Rui Ueyama
2013-12-11
1
-5
/
+2
*
[PECOFF] Writer: Move SectionChunk's ctor inline.
Rui Ueyama
2013-12-11
1
-5
/
+3
*
Use "static" instead of anonymous namespace.
Rui Ueyama
2013-12-11
1
-5
/
+5
[prev]
[next]