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
/
LinkerGeneratedSymbolFile.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-309
/
+0
*
Fix -Wextra-semi.
Rui Ueyama
2015-07-23
1
-3
/
+3
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-3
/
+3
*
Separate atom_collection type into two different types. NFC.
Rui Ueyama
2015-04-08
1
-1
/
+1
*
Merge atom_collection_vector with atom_collection.
Rui Ueyama
2015-04-08
1
-1
/
+1
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-1
/
+1
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
1
-42
/
+8
*
Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.
Rui Ueyama
2015-03-09
1
-1
/
+1
*
Remove COFFReference and use SimpleReference instead.
Rui Ueyama
2015-03-09
1
-7
/
+13
*
Make File non-const in the resolver.
Rui Ueyama
2015-03-04
1
-2
/
+2
*
[PECOFF] Remove ResolvableSymbols to simplify.
Rui Ueyama
2015-01-16
1
-14
/
+9
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-46
/
+7
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-8
/
+47
*
Remove InputGraph::registerObserver.
Rui Ueyama
2015-01-13
1
-46
/
+7
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-1
/
+1
*
[PECOFF] Improve /export compatibility.
Rui Ueyama
2014-12-04
1
-23
/
+5
*
[PECOFF] Fix a bug in /export option handler.
Rui Ueyama
2014-12-03
1
-7
/
+10
*
[PECOFF] Improve subsystem inference
Rui Ueyama
2014-11-06
1
-15
/
+4
*
[PECOFF] Do not write duplicate directives to .def file.
Rui Ueyama
2014-10-22
1
-3
/
+22
*
[PECOFF] Look for decorated entry symbol name.
Rui Ueyama
2014-10-21
1
-1
/
+5
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[PECOFF] Fix /entry option.
Rui Ueyama
2014-09-30
1
-3
/
+10
*
[PECOFF] Move helper function out of class
Rui Ueyama
2014-09-30
1
-33
/
+6
*
[PECOFF] Fix __imp_ prefix on x64.
Rui Ueyama
2014-09-30
1
-8
/
+8
*
[PECOFF] Exported name should match C++ mangled name
Rui Ueyama
2014-09-24
1
-21
/
+31
*
[PECOFF] Keep renamed undefined symbol name in export descriptor
Rui Ueyama
2014-09-24
1
-4
/
+6
*
[PECOFF] Explicitly pass machine type
Rui Ueyama
2014-08-22
1
-2
/
+4
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-5
/
+11
*
[PECOFF] Exported symbols are dead-strip roots.
Rui Ueyama
2014-08-06
1
-2
/
+7
*
[PECOFF] Fix entry point address.
Rui Ueyama
2014-07-23
1
-0
/
+2
*
[PECOFF] Fix entry point functions selection
Rui Ueyama
2014-07-23
1
-0
/
+101
*
[PECOFF] Parameterize ResovalbeSymbols object.
Rui Ueyama
2014-07-22
1
-6
/
+5
*
[PECOFF] Split ExportedSymbolRenameFile.
Rui Ueyama
2014-07-17
1
-31
/
+44
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Fix pecoff/export.test on Windows.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[PECOFF] Fix unsafe memory access.
Rui Ueyama
2014-05-21
1
-3
/
+5
*
[PECOFF] Acquire mutex before accessing shared objects.
Rui Ueyama
2014-05-20
1
-0
/
+1
*
[PECOFF] Do not use anonymous namespace in a header.
Rui Ueyama
2014-05-20
1
-6
/
+6
*
[PECOFF] Read files lazily.
Rui Ueyama
2014-05-14
1
-9
/
+20
*
[PECOFF] Find symbols with @number suffix for dllexported symbols
Rui Ueyama
2014-05-14
1
-0
/
+107
*
Revert "temporary commit."
Rui Ueyama
2014-05-09
1
-61
/
+0
*
temporary commit.
Rui Ueyama
2014-05-09
1
-0
/
+61
*
[PECOFF] Split LocallyImportedSymbolFile into two classes.
Rui Ueyama
2014-05-08
1
-29
/
+36
*
[PECOFF] Fix _imp_ implicit symbols.
Rui Ueyama
2014-04-29
1
-20
/
+83
*
[PECOFF] Assign unique ordinals to __imp_ symbols.
Rui Ueyama
2014-04-25
1
-4
/
+10
*
[PECOFF] Do not copy-construct ExportDesc.
Rui Ueyama
2014-04-24
1
-1
/
+1
*
[PECOFF] Define implicit symbols for exported ones.
Rui Ueyama
2014-04-24
1
-0
/
+34
[next]