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
/
ReaderCOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PECOFF] Implement /SAFESEH option.
Rui Ueyama
2014-02-21
1
-4
/
+24
*
Update for llvm api change.
Rafael Espindola
2014-02-10
1
-4
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-01-30
1
-9
/
+7
*
[PECOFF] Set a proper architecture type to references.
Rui Ueyama
2014-01-27
1
-1
/
+27
*
Update for llvm api change.
Rafael Espindola
2014-01-15
1
-3
/
+3
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-4
/
+4
*
[PECOFF] Parse .drectve section before reading other file contents.
Rui Ueyama
2013-12-27
1
-40
/
+36
*
[PECOFF] Skip empty .drectve sections.
Rui Ueyama
2013-12-27
1
-5
/
+7
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-19
/
+18
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-217
/
+242
*
[PECOFF] Rename lld::coff -> lld::pecoff.
Rui Ueyama
2013-12-13
1
-7
/
+7
*
Run clang-format for PECOFF reader/writer code. No other changes.
Rui Ueyama
2013-12-11
1
-8
/
+9
*
[PECOFF] Implement /alternatename weak symbols.
Rui Ueyama
2013-12-09
1
-4
/
+16
*
Re-submit r195852 with GroupedSectionsPass change.
Rui Ueyama
2013-12-07
1
-7
/
+8
*
[PECOFF] Do not strip .debug section.
Rui Ueyama
2013-12-03
1
-7
/
+0
*
[PECOFF] Print reason if file parsing failed.
Rui Ueyama
2013-12-03
1
-1
/
+2
*
Revert "[PECOFF] Fix atom ordinals."
Rui Ueyama
2013-12-02
1
-8
/
+7
*
[PECOFF] Fix atom ordinals.
Rui Ueyama
2013-11-27
1
-7
/
+8
*
[PECOFF] Skip sections with LNK_INFO.
Rui Ueyama
2013-11-25
1
-2
/
+3
*
Do not inline large member functions. No functionality change.
Rui Ueyama
2013-11-19
1
-720
/
+768
*
[PECOFF] Now that identify_magic() recognizes COFF import library.
Rui Ueyama
2013-11-19
1
-6
/
+1
*
Don't use getFileOrStdin() at where we don't want to read from stdin.
Rui Ueyama
2013-11-14
1
-1
/
+1
*
[PECOFF] Make the import library file magic more accurate.
Rui Ueyama
2013-11-14
1
-1
/
+2
*
[PECOFF] Make ReaderCOFF more robust against planned identity_magic() changes.
Rui Ueyama
2013-11-13
1
-3
/
+7
*
Re-submit r194551: Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-1
/
+1
*
Revert "Use empty() instead of size() == 0."
Rui Ueyama
2013-11-13
1
-1
/
+1
*
Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-1
/
+1
*
[PECOFF] Do not print error if length of .drectve is 0.
Rui Ueyama
2013-11-13
1
-0
/
+3
*
[PECOFF] Report error if there's unknown flag in .drectve
Rui Ueyama
2013-11-05
1
-5
/
+6
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-6
/
+6
*
[PECOFF] Suppress startup message of background processes.
Rui Ueyama
2013-10-29
1
-0
/
+1
*
Fix spelling.
Rui Ueyama
2013-10-25
1
-3
/
+3
*
[PECOFF] Handle edge case where no section alignment is specified.
Rui Ueyama
2013-10-25
1
-1
/
+11
*
[PECOFF] Resource file extension is .res, not .rc.
Rui Ueyama
2013-10-22
1
-4
/
+4
*
[PECOFF] Only COMDAT symbols are allowed to be dead-stripped.
Rui Ueyama
2013-10-18
1
-7
/
+13
*
Run CVTRES.EXE on resource files.
Rui Ueyama
2013-10-16
1
-4
/
+110
*
Fix typo
Rui Ueyama
2013-10-10
1
-1
/
+1
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-10
/
+3
*
Add a comment to ReaderCOFF::parseFile.
Rui Ueyama
2013-09-27
1
-0
/
+4
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-2
/
+2
*
Revert "[PECOFF] Allocate storage for .drective in the reader ..."
Rui Ueyama
2013-09-13
1
-6
/
+5
*
[PECOFF] Fix alignment bug.
Rui Ueyama
2013-09-13
1
-6
/
+8
*
[PECOFF] Handle weak external symbols.
Rui Ueyama
2013-09-12
1
-7
/
+54
*
Run clang-format.
Joerg Sonnenberger
2013-09-07
1
-63
/
+64
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-4
/
+5
*
[PECOFF] Fix section alignment bug in ReaderCOFF.
Rui Ueyama
2013-09-06
1
-2
/
+4
*
[PECOFF] Align section contents as specified by the object file's section hea...
Rui Ueyama
2013-09-06
1
-0
/
+14
*
[PECOFF] Ignore options starting with -?
Rui Ueyama
2013-09-04
1
-1
/
+1
*
[PECOFF] Allocate storage for .drective in the reader to avoid multiple calls...
Rui Ueyama
2013-09-03
1
-5
/
+6
*
[PECOFF] Fix fixme by making PECOFFLinkingContext non-const.
Rui Ueyama
2013-09-03
1
-10
/
+8
[prev]
[next]