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
...
*
Remove variables. NFC.
Rui Ueyama
2016-07-15
1
-6
/
+4
*
Inline traceUndefined function.
Rui Ueyama
2016-07-15
1
-9
/
+5
*
Update comments.
Rui Ueyama
2016-07-15
1
-3
/
+5
*
ELF: Make check() always return a value.
Rui Ueyama
2016-07-15
1
-1
/
+2
*
Fix memory leak.
Rui Ueyama
2016-07-08
1
-2
/
+3
*
Fix formatting.
Rui Ueyama
2016-07-07
1
-21
/
+20
*
Fix formatting. NFC.
Rui Ueyama
2016-07-02
1
-2
/
+2
*
[BitcodeFile] Simplify shouldSkip(). NFCI.
Davide Italiano
2016-07-01
1
-5
/
+2
*
[ELF] More self-explanatory error message when e_machine can't be inferred.
Davide Italiano
2016-06-29
1
-1
/
+1
*
[LTO] Infer ELFKind/EMachine from Bitcode files
Davide Italiano
2016-06-29
1
-1
/
+40
*
Refactor ELF type inference functions.
Rui Ueyama
2016-06-29
1
-34
/
+23
*
Implement --trace-symbol=symbol option.
Rui Ueyama
2016-06-23
1
-0
/
+9
*
Internalize symbols in comdats.
Rafael Espindola
2016-06-15
1
-4
/
+6
*
Don't include --start-lib/--end-lib files twice.
Rafael Espindola
2016-06-14
1
-1
/
+8
*
Fix global version handling.
Rafael Espindola
2016-06-09
1
-3
/
+5
*
[ELF] Simplify shouldMerge() result calculation. NFC.
George Rimar
2016-06-08
1
-4
/
+1
*
[ELF] - Replaced hardcode with named constants. NFC.
George Rimar
2016-06-08
1
-1
/
+2
*
Initial support for ARM in lld.
Peter Smith
2016-06-07
1
-0
/
+5
*
Ignore the "globally available" version.
Rafael Espindola
2016-06-06
1
-1
/
+1
*
Rename EHInputSection -> EhInputSection.
Rui Ueyama
2016-05-24
1
-2
/
+2
*
Simplify. NFC.
Rui Ueyama
2016-05-24
1
-8
/
+4
*
Fix typo in comment aligment should be alignment. NFC.
Peter Smith
2016-05-18
1
-1
/
+1
*
Reorganize the cpio archiver as CpioFile class. NFC.
Rui Ueyama
2016-05-15
1
-2
/
+3
*
Print member name in undefined symbol error.
Rafael Espindola
2016-05-09
1
-0
/
+9
*
[ELF][MIPS] Read/write .MIPS.options section
Simon Atanasyan
2016-05-04
1
-6
/
+14
*
Produce cpio files for --reproduce.
Rafael Espindola
2016-05-03
1
-5
/
+8
*
Copy thin archive members with --reproduce.
Rafael Espindola
2016-05-02
1
-0
/
+3
*
Should fix all remaining MSVC problems.
Peter Collingbourne
2016-05-01
1
-5
/
+5
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
1
-59
/
+67
*
Be sure to always increment the Versym pointer.
Rafael Espindola
2016-04-29
1
-3
/
+6
*
Fix producing undefined reference to __progname.
Rafael Espindola
2016-04-29
1
-5
/
+7
*
ELF: Add -O0 (produce output as fast as possible) mode.
Rui Ueyama
2016-04-29
1
-0
/
+6
*
[ELF][MIPS] Accept MIPS 64-bit binaries
Simon Atanasyan
2016-04-29
1
-0
/
+2
*
Use a single context for lto.
Rafael Espindola
2016-04-28
1
-3
/
+2
*
Remove Size from Undefined symbol.
Rui Ueyama
2016-04-28
1
-10
/
+7
*
ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...
Peter Collingbourne
2016-04-27
1
-1
/
+60
*
ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
Peter Collingbourne
2016-04-27
1
-9
/
+15
*
[LTO] Create Undefined Bitcode symbol when we drop a comdat member.
Davide Italiano
2016-04-22
1
-19
/
+31
*
This reverts commit r267154 and r267161.
Rafael Espindola
2016-04-22
1
-18
/
+0
*
Move getRelocTarget to ObjectFile.
Rafael Espindola
2016-04-22
1
-0
/
+18
*
Internalize linkonce_odr more often.
Rafael Espindola
2016-04-21
1
-2
/
+6
*
ELF: Implement basic support for module asm in bitcode files.
Peter Collingbourne
2016-04-11
1
-7
/
+17
*
Fix another crash bug in --start-lib.
Rui Ueyama
2016-04-08
1
-1
/
+1
*
Fix a crash bug in --start-lib.
Rui Ueyama
2016-04-08
1
-2
/
+5
*
Simplify createELFFile. NFC.
Rui Ueyama
2016-04-08
1
-6
/
+8
*
Define a helper function to simplify. NFC.
Rui Ueyama
2016-04-08
1
-10
/
+13
*
ELF: Add --strip-debug option.
Rui Ueyama
2016-04-07
1
-1
/
+6
*
ELF: Implement --start-lib and --end-lib
Rui Ueyama
2016-04-07
1
-0
/
+60
*
Change the type hierarchy for undefined symbols.
Rafael Espindola
2016-04-06
1
-1
/
+1
*
Do not allocate MipsReginfo using BumpPtrAllocator.
Rui Ueyama
2016-04-06
1
-2
/
+2
[prev]
[next]