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
*
Re-submit r283825: Add section header stream to PDB.
Rui Ueyama
2016-10-11
1
-1
/
+9
*
Revert "Add section header stream to PDB." because it depends on r283823.
Rui Ueyama
2016-10-11
1
-9
/
+1
*
Add section header stream to PDB.
Rui Ueyama
2016-10-10
1
-1
/
+9
*
Use StringSwtich::Cases for multiple choices.
Rui Ueyama
2016-09-30
1
-4
/
+1
*
COFF: make builds more reproducible
Saleem Abdulrasool
2016-09-09
1
-11
/
+38
*
Fix UBSan bot by not passing NULL into memcpy src.
Ivan Krasin
2016-08-31
1
-1
/
+2
*
COFF: disambiguate make_unique (NFC)
Saleem Abdulrasool
2016-08-29
1
-2
/
+2
*
COFF: add beginnings of debug directory creation
Saleem Abdulrasool
2016-08-29
1
-0
/
+76
*
COFF: hoist a local variable
Saleem Abdulrasool
2016-08-21
1
-3
/
+7
*
COFF: reorder the table construction
Saleem Abdulrasool
2016-08-10
1
-9
/
+9
*
COFF: Update error messages so that they start with lowercase letters.
Rui Ueyama
2016-07-15
1
-1
/
+1
*
Make check() always return a value.
Rui Ueyama
2016-07-15
1
-5
/
+3
*
COFF: Remove `void error()` functions and use fatal instead.
Rui Ueyama
2016-07-15
1
-2
/
+4
*
COFF: Remove unnecessary explicit calls of Twine ctor.
Rui Ueyama
2016-07-14
1
-1
/
+1
*
COFF: Rename noreturn error -> fatal.
Rui Ueyama
2016-07-14
1
-4
/
+4
*
COFF: Rename non-noreturn error -> check.
Rui Ueyama
2016-07-14
1
-2
/
+2
*
[COFF] Add /section command line flag.
Rui Ueyama
2016-06-20
1
-0
/
+18
*
[COFF] Don't call memcpy with a NULL argument
David Majnemer
2016-03-20
1
-1
/
+2
*
[COFF] Don't hard-code the load configuration size
David Majnemer
2016-03-15
1
-2
/
+13
*
[COFF] Use the correct size of the TLS directory
David Majnemer
2016-03-15
1
-1
/
+3
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-9
/
+9
*
COFF: Rename RoundUpToAlignment -> align.
Rui Ueyama
2016-01-08
1
-9
/
+8
*
COFF: Add /nosymtab command line option.
Rui Ueyama
2015-09-21
1
-1
/
+2
*
COFF: Move markLive() from Writer.cpp to its own file.
Rui Ueyama
2015-09-19
1
-55
/
+0
*
Remove unused #includes.
Rui Ueyama
2015-09-19
1
-1
/
+0
*
COFF: Use parallel_sort in Writer::sortExceptionTable().
Rui Ueyama
2015-09-18
1
-4
/
+6
*
COFF: Parallelize Writer::writeSections().
Rui Ueyama
2015-09-18
1
-2
/
+3
*
COFF: Remove DefinedSymbol::isLive() and markLive(). NFC.
Rui Ueyama
2015-09-16
1
-17
/
+14
*
COFF: Fix bug that not all symbols were written to symtab if /opt:noref.
Rui Ueyama
2015-09-16
1
-14
/
+13
*
COFF: Rename /opt:lldicf -> /opt:icf.
Rui Ueyama
2015-09-16
1
-1
/
+1
*
COFF: /delayload:<DLLNAME> is case-insensitive.
Rui Ueyama
2015-09-03
1
-1
/
+1
*
COFF: Preserve original spelling of DLL file name.
Rui Ueyama
2015-09-02
1
-3
/
+5
*
COFF: Fix the order of the DLL import entry.
Rui Ueyama
2015-08-17
1
-4
/
+11
*
COFF: Simplify Writer::createImportTables.
Rui Ueyama
2015-08-17
1
-13
/
+7
*
COFF: In chunks, store the offset from the start of the output section. NFC.
Rafael Espindola
2015-08-14
1
-5
/
+4
*
Update for llvm api change.
Rafael Espindola
2015-08-13
1
-3
/
+4
*
COFF: Align sections to 512-byte boundaries on disk.
Rui Ueyama
2015-08-11
1
-14
/
+10
*
COFF: Handle _load_config_used in the same way as other special symbols.
Rui Ueyama
2015-08-07
1
-1
/
+1
*
Remove unused variable.
Rui Ueyama
2015-08-07
1
-1
/
+0
*
Port the error functions from ELF to COFF.
Rafael Espindola
2015-08-06
1
-16
/
+13
*
COFF: ARM: Sort .pdata section correctly.
Rui Ueyama
2015-08-06
1
-5
/
+16
*
COFF, ELF2: Pass output file path implicitly using Config global variable.
Rui Ueyama
2015-08-05
1
-6
/
+3
*
COFF: Simplify Writer interface by hiding Writer class.
Rui Ueyama
2015-08-05
1
-48
/
+161
*
COFF: Handle all COMDAT sections as non-GC root.
Rui Ueyama
2015-07-30
1
-1
/
+1
*
COFF: Sort output sections which start with .debug to the end of the file
David Majnemer
2015-07-30
1
-0
/
+6
*
Remove unused #includes.
Rui Ueyama
2015-07-29
1
-2
/
+0
*
COFF: ARM: Fix relocations to thumb code.
Rui Ueyama
2015-07-29
1
-0
/
+7
*
COFF: Fix SECREL and SECTION relocations.
Rui Ueyama
2015-07-29
1
-0
/
+12
*
COFF: Set load config table entry on non-x86.
Rui Ueyama
2015-07-29
1
-2
/
+2
*
COFF: _tls_used is __tls_used on x86.
Rui Ueyama
2015-07-28
1
-2
/
+2
[next]