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
/
COFF
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
COFF: Move code for ICF from Writer.cpp to ICF.cpp.
Rui Ueyama
2015-06-24
1
-25
/
+3
*
COFF: Initial implementation of Identical COMDAT Folding.
Rui Ueyama
2015-06-24
1
-0
/
+40
*
COFF: Make link order compatible with MSVC link.exe.
Rui Ueyama
2015-06-23
1
-4
/
+4
*
COFF: Support delay-load import tables.
Rui Ueyama
2015-06-21
1
-17
/
+38
*
COFF: Use short varaible name. NFC.
Rui Ueyama
2015-06-21
1
-14
/
+14
*
COFF: Support exception table.
Rui Ueyama
2015-06-21
1
-0
/
+17
*
COFF: Support creating DLLs.
Rui Ueyama
2015-06-17
1
-0
/
+17
*
COFF: Add miscellaneous boolean flags.
Rui Ueyama
2015-06-16
1
-2
/
+12
*
COFF: Use ulittle32_t::operator|=. NFC.
Rui Ueyama
2015-06-15
1
-4
/
+4
*
COFF: Fix resource table size.
Rui Ueyama
2015-06-15
1
-1
/
+1
*
COFF: Support base relocations.
Rui Ueyama
2015-06-15
1
-2
/
+52
*
COFF: Change const name. NFC.
Rui Ueyama
2015-06-14
1
-2
/
+2
*
COFF: Set Chunk to OutputSection backreference in addChunk().
Rui Ueyama
2015-06-14
1
-1
/
+1
*
COFF: Support Windows resource files.
Rui Ueyama
2015-06-14
1
-0
/
+4
*
COFF: Avoid callign stable_sort.
Rui Ueyama
2015-06-08
1
-13
/
+13
*
COFF: Add /opt:noref option.
Rui Ueyama
2015-06-07
1
-1
/
+3
*
COFF: Add comments and move main function to the top. NFC.
Rui Ueyama
2015-06-06
1
-19
/
+26
*
COFF: Rename writeHeader -> writeHeaderTo.
Rui Ueyama
2015-06-06
1
-2
/
+2
*
COFF: Inline a constant that is used only once.
Rui Ueyama
2015-06-06
1
-4
/
+4
*
COFF: Add .didat section.
Rui Ueyama
2015-06-06
1
-9
/
+13
*
COFF: Update comments.
Rui Ueyama
2015-06-06
1
-1
/
+4
*
COFF: Move .idata constructor from Writer to Chunk.
Rui Ueyama
2015-06-06
1
-76
/
+18
*
COFF: Merge Chunk::applyRelocations with Chunk::writeTo.
Rui Ueyama
2015-06-06
1
-8
/
+0
*
COFF: /include'd symbols must be preserved.
Rui Ueyama
2015-06-04
1
-2
/
+3
*
COFF: Change OutputSections' type from vector<unique_ptr<T>> to vector<T*>.
Rui Ueyama
2015-06-03
1
-17
/
+16
*
COFF: Use Chunk instead of its derived classes.
Rui Ueyama
2015-06-01
1
-3
/
+3
*
Fix comments.
Rui Ueyama
2015-06-01
1
-1
/
+1
*
COFF: Define an error category for the linker.
Rui Ueyama
2015-06-01
1
-4
/
+4
*
Use initializer instead of memset to zero out.
Rui Ueyama
2015-05-30
1
-5
/
+0
*
COFF: Support long section name.
Rui Ueyama
2015-05-30
1
-6
/
+51
*
COFF: Move machine type auto-detection to SymbolTable.
Peter Collingbourne
2015-05-29
1
-1
/
+17
*
COFF: Add /subsystem option.
Rui Ueyama
2015-05-29
1
-3
/
+5
*
COFF: Add /version option.
Rui Ueyama
2015-05-29
1
-0
/
+2
*
COFF: Add /heap option.
Rui Ueyama
2015-05-29
1
-2
/
+2
*
Add /stack option.
Rui Ueyama
2015-05-29
1
-2
/
+2
*
COFF: Add /machine option.
Rui Ueyama
2015-05-29
1
-1
/
+1
*
COFF: Return an error_code directly.
Rui Ueyama
2015-05-28
1
-3
/
+1
*
COFF: Teach Chunk to write to a mmap'ed output file.
Rui Ueyama
2015-05-28
1
-2
/
+1
*
COFF: Add a new PE/COFF port.
Rui Ueyama
2015-05-28
1
-0
/
+381
[prev]