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
/
ELF
/
SectionChunks.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-616
/
+0
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-3
/
+3
*
[ELF] Apply segments from linker scripts
Denis Protivensky
2015-07-23
1
-0
/
+4
*
elf: Make error output from AtomSection<ELFT>::write() deterministic.
Nico Weber
2015-07-12
1
-2
/
+2
*
[ELF] Make OutputSection::memSize `const` member function. NFC
Simon Atanasyan
2015-07-01
1
-1
/
+1
*
[ELF] Simplify dynamic table entry creation.
Davide Italiano
2015-05-21
1
-1
/
+1
*
[ELF] Change return type of the OutputSection::flags() method
Simon Atanasyan
2015-04-21
1
-1
/
+1
*
[ELF] Narrow down the type of OutputSection::_sections container
Simon Atanasyan
2015-04-21
1
-4
/
+4
*
[Mips] Write .reginfo section into the separate PT_MIPS_REGINFO segment
Simon Atanasyan
2015-04-21
1
-1
/
+1
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-7
/
+6
*
ELF: Split SectionChunks.h to SectionChunks.{h,cpp}.
Rui Ueyama
2015-04-14
1
-919
/
+52
*
[ELF] Use type helper Elf_Word instead of plain uint32_t data type
Simon Atanasyan
2015-04-14
1
-6
/
+9
*
[ELF] Write whole std::vector using a single `memcpy` call
Simon Atanasyan
2015-04-14
1
-10
/
+3
*
[ELF] Remove redundant type cast to `char*` before passing array to memcpy
Simon Atanasyan
2015-04-14
1
-1
/
+1
*
Remove redundant virtual on member functions marked 'override'.
David Blaikie
2015-04-08
1
-1
/
+1
*
ELF: Minimum alignment value is 1, not 0. NFC.
Rui Ueyama
2015-04-07
1
-1
/
+1
*
Remove unused includes and forward declarations.
Rui Ueyama
2015-04-04
1
-0
/
+1
*
[ELF] Merge Layout and TargetLayout class
Simon Atanasyan
2015-04-03
1
-4
/
+8
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-1
/
+1
*
[ELF] Change type of `OutputSection::setType()` argument to int64_t
Simon Atanasyan
2015-03-30
1
-1
/
+1
*
ELF: Use C++11 non-member initialization.
Rui Ueyama
2015-03-28
1
-47
/
+35
*
Use override keyword instead of virtual.
Rui Ueyama
2015-03-27
1
-1
/
+1
*
Remove empty constructors.
Rui Ueyama
2015-03-27
1
-3
/
+1
*
ELF: Remove blank doPreFlight and finalize member functions.
Rui Ueyama
2015-03-27
1
-2
/
+0
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-36
/
+33
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-36
/
+37
*
[ELF] Add missing override keyword
Simon Atanasyan
2015-03-23
1
-16
/
+16
*
[ELF] Use parallel_for_each for writing.
Shankar Easwaran
2015-03-17
1
-4
/
+4
*
[ELF] Use pcrel format for eh_frame_ptr field encoding
Simon Atanasyan
2015-03-16
1
-8
/
+12
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-0
/
+10
*
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
2015-03-16
1
-2
/
+6
*
Use setVisibility() rather than assigning the value directly.
Davide Italiano
2015-03-14
1
-2
/
+3
*
[ELF] Fix DenseMapInfo for StringRef
Shankar Easwaran
2015-03-14
1
-1
/
+1
*
[ELF] Remove ambiguity
Shankar Easwaran
2015-03-14
1
-1
/
+1
*
Remove "inline" from inlined functions.
Rui Ueyama
2015-03-04
1
-39
/
+25
*
[ELF] Add section group/COMDAT support.
Shankar Easwaran
2015-02-23
1
-6
/
+5
*
[ELF] Add .gnu.linkonce support.
Shankar Easwaran
2015-02-23
1
-0
/
+3
*
[ELF] Update for LLVM api change
Simon Atanasyan
2015-01-25
1
-2
/
+2
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-2
/
+36
*
[ELF] Make `TargetRelocationHandler` a regular non-template class
Simon Atanasyan
2015-01-16
1
-1
/
+1
*
[ELF] Allow target to adjust a symbol's value for using in a dynamic tag
Simon Atanasyan
2014-12-10
1
-2
/
+10
*
[ELF] Make -init/-fini options compatible with the gnu linker
Simon Atanasyan
2014-12-10
1
-0
/
+28
*
Fix a bunch of -Winconsistent-missing-override warnings.
Eric Christopher
2014-12-04
1
-7
/
+7
*
[ELF] Adjust ELF header entry symbol value if this symbol is microMIPS encoded
Simon Atanasyan
2014-12-04
1
-9
/
+8
*
[ELF] Rename align2 to alignment.
Shankar Easwaran
2014-11-30
1
-21
/
+21
*
[ELF] Create input and output section names
Shankar Easwaran
2014-11-30
1
-12
/
+27
*
[ELF] Rename MergedSection to OutputSection.
Shankar Easwaran
2014-11-30
1
-40
/
+38
*
Revert "[ELF] Rename MergedSection to OutputSection."
Shankar Easwaran
2014-11-19
1
-38
/
+40
[next]