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
/
ELF
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Symbols re-defined with -wrap and -defsym need to be excluded from inter-
Dmitry Mikulin
2017-06-05
1
-6
/
+10
*
[lld][ELF]Add option to make .dynamic read only
Petr Hosek
2017-05-26
1
-0
/
+1
*
ELF: The later of --build-id and --build-id= wins.
Peter Collingbourne
2017-05-23
1
-2
/
+6
*
[ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger().
George Rimar
2017-05-16
1
-4
/
+4
*
Remember OffsetInArchive in LazyObjectFile.
Rafael Espindola
2017-05-05
1
-2
/
+2
*
Use the archive offset with --whole-archive.
Rafael Espindola
2017-05-05
1
-8
/
+8
*
Remember archive name when creating LazyObjectFile.
Rafael Espindola
2017-05-05
1
-2
/
+2
*
Remove a comment that is no longer true.
Rui Ueyama
2017-05-03
1
-2
/
+1
*
Accept archive files with no symbol table instad of warning on them.
Rui Ueyama
2017-05-03
1
-2
/
+19
*
Make getArchiveMembers function a non-member function.
Rui Ueyama
2017-05-02
1
-1
/
+1
*
Rename RPath Rpath for consistency. NFC.
Rui Ueyama
2017-04-29
1
-2
/
+2
*
Simplify by using getString instead of getLastArg. NFC.
Rui Ueyama
2017-04-29
1
-15
/
+9
*
Report an error if --compress-debug-sections is given while zlib is not avail...
Rui Ueyama
2017-04-29
1
-8
/
+8
*
Do flag compatibility check in checkOptions. NFC.
Rui Ueyama
2017-04-26
1
-3
/
+3
*
Factor out code to parse -build-id. NFC.
Rui Ueyama
2017-04-26
1
-23
/
+28
*
Move code to emit error messages from Filesystem.cpp to Driver.cpp.
Rui Ueyama
2017-04-26
1
-3
/
+5
*
[ELF] - Implemented --defsym option.
George Rimar
2017-04-26
1
-0
/
+19
*
Make it explicit that -export-dynamic overrides -dynamic-list and -export-dyn...
Rui Ueyama
2017-04-25
1
-18
/
+24
*
Remove DefaultSoName.
Rafael Espindola
2017-04-24
1
-4
/
+2
*
Fallthrough to reduce code a bit. NFC.
Rui Ueyama
2017-04-19
1
-3
/
+2
*
[ELF] - Implemented --compress-debug-sections option.
George Rimar
2017-04-17
1
-0
/
+14
*
Do not initialize this->SoName with this->DefaultSoName.
Rui Ueyama
2017-04-13
1
-3
/
+11
*
[lld] Keep full library path in DT_NEEDED.
Evgeniy Stepanov
2017-04-12
1
-3
/
+8
*
Revert "[lld] Keep full library path in DT_NEEDED."
Evgeniy Stepanov
2017-04-12
1
-8
/
+3
*
[lld] Keep full library path in DT_NEEDED.
Evgeniy Stepanov
2017-04-11
1
-3
/
+8
*
[lld] --export-dynamic overrides --dynamic-list.
Evgeniy Stepanov
2017-04-11
1
-0
/
+3
*
Rename ScriptConfig::UndefinedSymbols ReferencedSymbols.
Rui Ueyama
2017-04-05
1
-1
/
+1
*
Move the parser for the linker script to a separate file.
Rui Ueyama
2017-04-05
1
-0
/
+1
*
[ELF] Fail the link early if the map file path is invalid
James Henderson
2017-04-04
1
-4
/
+6
*
Update comments.
Rui Ueyama
2017-03-24
1
-2
/
+2
*
Move a few functions to a new file Filesystem.{cpp,h}.
Rui Ueyama
2017-03-24
1
-22
/
+2
*
Fix varaible names that correspond to command line options.
Rui Ueyama
2017-03-23
1
-4
/
+4
*
[ELF] Allow references to reserved symbols in linker scripts
Petr Hosek
2017-03-23
1
-0
/
+5
*
[ELF] Add -z nodlopen option.
Davide Italiano
2017-03-23
1
-0
/
+1
*
Rename forEach -> parallelForEach and forLoop -> parallelFor.
Rui Ueyama
2017-03-22
1
-8
/
+9
*
Add "(compatible with GNU linkers)" to the -version output.
Rui Ueyama
2017-03-22
1
-5
/
+21
*
Define Config::Is64.
Rui Ueyama
2017-03-22
1
-3
/
+3
*
Make elf::ScriptConfig a LinkerScript class member variable.
Rui Ueyama
2017-03-21
1
-2
/
+1
*
Rename LinkerScriptBase -> LinkerScript.
Rui Ueyama
2017-03-21
1
-1
/
+1
*
Define Config::Endianness.
Rui Ueyama
2017-03-21
1
-0
/
+2
*
[ELF] - Detemplate InputSectionBase::uncompress(). NFC
George Rimar
2017-03-21
1
-1
/
+1
*
[ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
George Rimar
2017-03-20
1
-1
/
+2
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-1
/
+25
*
ELF: Add cache pruning support.
Peter Collingbourne
2017-03-17
1
-0
/
+3
*
Remove a useless temporary variable.
Rui Ueyama
2017-03-13
1
-3
/
+1
*
Simplify and add comments. NFC.
Rui Ueyama
2017-03-13
1
-14
/
+24
*
Add a comment to say that -build-id=sha1 is a synonym for tree.
Rui Ueyama
2017-03-13
1
-1
/
+3
*
[ELF] Fail the link early if an output path is invalid
Rui Ueyama
2017-03-13
1
-0
/
+19
*
[ELF] - Implemented -znotext
George Rimar
2017-03-09
1
-0
/
+1
*
Remove Config->Rela and define Config->isRela() instead.
Rui Ueyama
2017-03-07
1
-2
/
+0
[next]