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
/
InputFiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use LoadedObjectInfoHelper to simplify/delegate the implementation of 'clone'
David Blaikie
2017-07-05
1
-4
/
+1
*
Tweak to match change in LLVM API, in r306699
Paul Robinson
2017-06-29
1
-3
/
+3
*
Implement the --exclude-libs option.
Rui Ueyama
2017-06-21
1
-1
/
+2
*
[ELF] Initial migration of AVR target
Leslie Zhai
2017-06-15
1
-0
/
+2
*
Allow the GNU gold-style nonstandard SHT_GROUP section.
Rui Ueyama
2017-06-12
1
-9
/
+26
*
Simplify. NFC.
Rui Ueyama
2017-06-09
1
-13
/
+15
*
[ELF] - Do not allow -r to eat comdats.
George Rimar
2017-05-29
1
-6
/
+16
*
Simplify. NFC.
Rui Ueyama
2017-05-26
1
-4
/
+6
*
Revert "Simplify a variable type by using StringRef instead of CachedHashStri...
Rafael Espindola
2017-05-25
1
-9
/
+12
*
Simplify a variable type by using StringRef instead of CachedHashStringRef.
Rui Ueyama
2017-05-24
1
-12
/
+9
*
Reduce template usage. NFC.
Rafael Espindola
2017-05-11
1
-3
/
+3
*
Remember OffsetInArchive in LazyObjectFile.
Rafael Espindola
2017-05-05
1
-1
/
+1
*
Remember archive name when creating LazyObjectFile.
Rafael Espindola
2017-05-05
1
-1
/
+1
*
Reduce code duplication. NFC.
Rafael Espindola
2017-05-04
1
-0
/
+7
*
Accept archive files with no symbol table instad of warning on them.
Rui Ueyama
2017-05-03
1
-9
/
+5
*
Fix typo.
Rui Ueyama
2017-05-02
1
-1
/
+1
*
Update commetns.
Rui Ueyama
2017-05-02
1
-3
/
+5
*
Add comments about how we handle mergeable sections with relocations.
Rui Ueyama
2017-05-01
1
-6
/
+18
*
[ELF] When a rel points to a SHF_MERGE section, don't merge the sec.
Davide Italiano
2017-04-29
1
-3
/
+7
*
Eliminate .debug_gnu_pub{names,types} if -gdb-index is given.
Rui Ueyama
2017-04-28
1
-0
/
+9
*
Use toString(Inputfile*) to format a file object.
Rui Ueyama
2017-04-28
1
-2
/
+2
*
Simplify BinaryFile::parse and add comments.
Rui Ueyama
2017-04-27
1
-19
/
+18
*
Remove needless type conversions.
Rui Ueyama
2017-04-27
1
-4
/
+4
*
Remove unnecessary instantiation of StringRef.
Rui Ueyama
2017-04-26
1
-1
/
+1
*
Removes createELFFile which takes a template class as a template parameter.
Rui Ueyama
2017-04-26
1
-56
/
+53
*
Remove DefaultSoName.
Rafael Espindola
2017-04-24
1
-16
/
+26
*
Object, LTO: Add target triple to irsymtab and LTO API.
Peter Collingbourne
2017-04-14
1
-27
/
+28
*
ELF: Remove some dead code.
Peter Collingbourne
2017-04-14
1
-5
/
+0
*
Do not initialize this->SoName with this->DefaultSoName.
Rui Ueyama
2017-04-13
1
-7
/
+9
*
[lld] Keep full library path in DT_NEEDED.
Evgeniy Stepanov
2017-04-12
1
-1
/
+1
*
Revert "[lld] Keep full library path in DT_NEEDED."
Evgeniy Stepanov
2017-04-12
1
-1
/
+1
*
[lld] Keep full library path in DT_NEEDED.
Evgeniy Stepanov
2017-04-11
1
-1
/
+1
*
Remove InputFiles::LogName.
Rui Ueyama
2017-04-03
1
-37
/
+43
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
1
-5
/
+3
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
1
-3
/
+5
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
1
-5
/
+3
*
Include filenames in error messages to report broken files.
Rui Ueyama
2017-03-30
1
-45
/
+62
*
Change the error message format for undefined symbols.
Rui Ueyama
2017-03-30
1
-5
/
+15
*
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
Peter Collingbourne
2017-03-28
1
-5
/
+4
*
[ELF] - Fix one more access to Sections member.
George Rimar
2017-03-21
1
-1
/
+1
*
[ELF] Follow-up to r298345 "[ELF] - Detemplate GdbIndexSection."
George Rimar
2017-03-21
1
-15
/
+17
*
Move OffsetInArchive to BitcodeFile.
Rafael Espindola
2017-03-20
1
-4
/
+4
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-2
/
+2
*
Define Config::isLE and Config::wordsize.
Rui Ueyama
2017-03-17
1
-2
/
+1
*
recommend using llvm-ar when finding undefined references and empty archives
Bob Haarman
2017-03-17
1
-1
/
+5
*
Rename one of the getOffset methods.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Remove redundant member of InputSectionBase. NFC.
Rafael Espindola
2017-03-08
1
-1
/
+1
*
Detemplate EhInputSection. NFC.
Rafael Espindola
2017-03-06
1
-1
/
+1
*
Detemplate merge (input and synthetic) sections. NFC.
Rafael Espindola
2017-03-06
1
-2
/
+2
*
Use make<> instead of new (BAlloc). NFC.
Rui Ueyama
2017-02-28
1
-4
/
+3
[prev]
[next]