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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
COFF: Chagne weak alias' type from SymbolBody** to SymbolBody*. NFC.
Rui Ueyama
2015-07-01
1
-6
/
+7
*
COFF: Simplify SymbolTable::findLazy. NFC.
Rui Ueyama
2015-06-30
1
-14
/
+2
*
COFF: Change the order of adding symbols to the symbol table.
Rui Ueyama
2015-06-30
1
-65
/
+125
*
[opt] Hoist the call throuh SymbolBody::getReplacement out of the inline
Chandler Carruth
2015-06-29
1
-0
/
+1
*
COFF: Fix /export.
Rui Ueyama
2015-06-29
1
-0
/
+4
*
COFF: Fix logic to find default entry name or subsystem.
Rui Ueyama
2015-06-29
1
-36
/
+23
*
COFF: Allow mangled symbols as arguments for /export.
Rui Ueyama
2015-06-28
1
-0
/
+23
*
COFF: Undefined weak aliases are not fatal if /force is given.
Rui Ueyama
2015-06-28
1
-7
/
+4
*
COFF: Support /force flag.
Rui Ueyama
2015-06-28
1
-0
/
+6
*
COFF: Remove dead code.
Rui Ueyama
2015-06-26
1
-9
/
+0
*
COFF: Implement /lldmap flag.
Peter Collingbourne
2015-06-26
1
-0
/
+11
*
COFF: Change symbol resolution order for entry and /include.
Rui Ueyama
2015-06-26
1
-8
/
+0
*
COFF: Better error message for duplicate symbols.
Rui Ueyama
2015-06-25
1
-1
/
+2
*
COFF: Fix a bug of __imp_ symbol.
Rui Ueyama
2015-06-25
1
-1
/
+3
*
COFF: Handle undefined symbols starting with __imp_ in a special way.
Rui Ueyama
2015-06-25
1
-2
/
+11
*
COFF: Add some error checking to SymbolTable::addCombinedLTOObject().
Peter Collingbourne
2015-06-24
1
-1
/
+2
*
COFF: Make link order compatible with MSVC link.exe.
Rui Ueyama
2015-06-23
1
-54
/
+58
*
COFF: Combine add{Object,Archive,Bitcode,Import} functions. NFC.
Rui Ueyama
2015-06-20
1
-47
/
+19
*
COFF: Continue reading object files until converge.
Rui Ueyama
2015-06-19
1
-1
/
+5
*
COFF: Don't add new undefined symbols for /alternatename.
Rui Ueyama
2015-06-19
1
-1
/
+10
*
COFF: Rename a function. NFC.
Rui Ueyama
2015-06-18
1
-2
/
+2
*
COFF: Fix entry point inference bug.
Rui Ueyama
2015-06-18
1
-0
/
+9
*
COFF: Support creating DLLs.
Rui Ueyama
2015-06-17
1
-0
/
+8
*
COFF: Symbol resolution for common and comdat symbols defined in bitcode.
Peter Collingbourne
2015-06-11
1
-0
/
+15
*
COFF: Split SymbolTable::addCombinedLTOObject. NFC.
Rui Ueyama
2015-06-09
1
-29
/
+36
*
COFF: Handle references from LTO object to lazy symbols correctly.
Peter Collingbourne
2015-06-09
1
-0
/
+18
*
COFF: Allow the combined LTO object to define new symbols.
Peter Collingbourne
2015-06-09
1
-4
/
+10
*
COFF: Add more log messages.
Rui Ueyama
2015-06-08
1
-6
/
+12
*
COFF: Print out log messages to stdout.
Rui Ueyama
2015-06-08
1
-1
/
+1
*
COFF: Read linker directives from bitcode files.
Peter Collingbourne
2015-06-06
1
-11
/
+14
*
COFF: /include'd symbols must be preserved.
Rui Ueyama
2015-06-04
1
-8
/
+5
*
COFF: SymbolTable to manage symbols using BumpPtrAllocator.
Rui Ueyama
2015-06-03
1
-9
/
+4
*
COFF: Initial implementation of link-time optimization.
Peter Collingbourne
2015-06-01
1
-0
/
+77
*
COFF: Define an error category for the linker.
Rui Ueyama
2015-06-01
1
-4
/
+7
*
COFF: Add /alternatename option.
Rui Ueyama
2015-05-31
1
-0
/
+9
*
COFF: Add /include option.
Rui Ueyama
2015-05-31
1
-1
/
+5
*
COFF: Create LinkerDriver class.
Rui Ueyama
2015-05-31
1
-1
/
+1
*
COFF: Use range-based for loop.
Rui Ueyama
2015-05-31
1
-9
/
+8
*
Fix unsafe memory access.
Rui Ueyama
2015-05-31
1
-1
/
+3
*
COFF: Infer entry symbol name if /entry is not given.
Rui Ueyama
2015-05-31
1
-9
/
+34
*
COFF: Add a new PE/COFF port.
Rui Ueyama
2015-05-28
1
-0
/
+175
[prev]