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
/
InputSection.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...
Fangrui Song
2020-04-10
1
-0
/
+4
*
[ELF] Improve --gc-sections compatibility with GNU ld regarding section groups
Fangrui Song
2019-11-19
1
-0
/
+4
*
[ELF] Delete SectionBase::assigned
Fangrui Song
2019-09-24
1
-17
/
+4
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-2
/
+2
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-113
/
+113
*
ELF: Create synthetic sections for loadable partitions.
Peter Collingbourne
2019-06-07
1
-0
/
+4
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-6
/
+11
*
Revert r358069 "Discard debuginfo for object files empty after GC"
Bob Haarman
2019-05-16
1
-7
/
+3
*
[ELF] Place SectionPiece::{Live,Hash} bit fields together
Fangrui Song
2019-04-18
1
-5
/
+4
*
Discard debuginfo for object files empty after GC
Rui Ueyama
2019-04-10
1
-3
/
+7
*
ELF: Use bump pointer allocator for uncompressed section buffers. NFCI.
Peter Collingbourne
2019-03-12
1
-5
/
+6
*
ELF: Reduce the size of InputSectionBase by two words. NFCI.
Peter Collingbourne
2019-03-07
1
-21
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not use a hash table to uniquify mergeable strings.
Rui Ueyama
2018-12-05
1
-1
/
+0
*
[LLD][ELF] - Simplify. NFCI.
George Rimar
2018-11-23
1
-1
/
+0
*
Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama
2018-10-08
1
-14
/
+22
*
Revert r342297: Discard uncompressed buffer after creating .gdb_index contents.
Rui Ueyama
2018-09-14
1
-0
/
+1
*
Discard uncompressed buffer after creating .gdb_index contents.
Rui Ueyama
2018-09-14
1
-1
/
+0
*
Support RISC-V
Rui Ueyama
2018-08-09
1
-0
/
+2
*
Implement framework for linking split-stack object files, and x86_64 support.
Sterling Augustine
2018-07-17
1
-1
/
+15
*
ELF: Do not ICF two sections with different output sections.
Peter Collingbourne
2018-05-23
1
-1
/
+1
*
[ELF] Implement --keep-unique option
Peter Smith
2018-05-15
1
-2
/
+5
*
Split merge sections early.
Rafael Espindola
2018-04-27
1
-8
/
+0
*
Define InputSection::getOffset inline.
Rafael Espindola
2018-04-19
1
-0
/
+2
*
Rename MergeInputSection::getOffset.
Rafael Espindola
2018-04-19
1
-3
/
+3
*
Reduce code duplication.
Rafael Espindola
2018-04-13
1
-1
/
+1
*
Initialize OutputOff to zero.
Rafael Espindola
2018-04-05
1
-1
/
+1
*
Inline initOffsetMap.
Rafael Espindola
2018-04-03
1
-3
/
+1
*
Initialize OffsetMap in a known location.
Rafael Espindola
2018-03-28
1
-4
/
+2
*
Define a trivial method inline.
Rafael Espindola
2018-03-28
1
-1
/
+3
*
Store live offsets as uint32_t.
Rafael Espindola
2018-03-28
1
-1
/
+1
*
Add a SectionBase::getVA helper. NFC.
Rafael Espindola
2018-03-24
1
-0
/
+2
*
s/uncompress/decompress/g.
Rui Ueyama
2018-02-12
1
-3
/
+3
*
Move function to the file where it is used.
Rafael Espindola
2018-01-30
1
-4
/
+0
*
Detemplate reportDuplicate.
Rafael Espindola
2017-12-23
1
-1
/
+0
*
Pass an InputFile to the InputSection constructor.
Rafael Espindola
2017-12-21
1
-1
/
+1
*
Convert a few more InputFiles to references.
Rafael Espindola
2017-12-21
1
-4
/
+4
*
Detemplate createCommentSection.
Rafael Espindola
2017-12-21
1
-0
/
+3
*
Move Repl to SectionBase.
Rafael Espindola
2017-12-13
1
-10
/
+10
*
Fix the type of the Discared section.
Rafael Espindola
2017-12-13
1
-8
/
+2
*
Fix line endings. NFC.
Rafael Espindola
2017-12-12
1
-5
/
+5
*
[ELF] Reset OutputSection size prior to processing linker script commands
James Henderson
2017-12-12
1
-7
/
+9
*
Delete dead code.
Rafael Espindola
2017-11-30
1
-2
/
+0
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-2
/
+2
*
ELF: Remove DefinedCommon.
Peter Collingbourne
2017-11-06
1
-2
/
+3
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-2
/
+3
*
[ELF] - Teach LLD to report line numbers for data symbols.
George Rimar
2017-11-01
1
-1
/
+1
*
Revert r316305: Remove a fast lookup table from MergeInputSection.
Rui Ueyama
2017-10-31
1
-0
/
+3
*
Move "Assigned" bit from SectionBase to InputSectionBase.
Rui Ueyama
2017-10-29
1
-14
/
+14
*
Initialize members not by assignment but by the member initializer list.
Rui Ueyama
2017-10-29
1
-9
/
+4
[next]