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
/
LinkerScript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
[ELF] Make MergeInputSection merging aware of output sections
Fangrui Song
2019-09-24
1
-3
/
+9
*
Revert "Revert r370635, it caused PR43241."
Fangrui Song
2019-09-06
1
-0
/
+1
*
Revert r370635, it caused PR43241.
Nico Weber
2019-09-06
1
-1
/
+0
*
[ELF] Do not ICF two sections with different output sections (by SECTIONS com...
Fangrui Song
2019-09-02
1
-0
/
+1
*
[ELF] Make LinkerScript::assignAddresses iterative
Fangrui Song
2019-08-26
1
-1
/
+1
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-106
/
+106
*
[ELF] Deleted unused forward declarations. NFC
Fangrui Song
2019-05-24
1
-1
/
+0
*
Replace `typedef A B` with `using B = A`. NFC.
Rui Ueyama
2019-04-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLD][ELF] - Linker script: accept using a file name without a list of sections.
George Rimar
2018-12-06
1
-1
/
+3
*
Move forward declarations to the top of the file and sort.
Rui Ueyama
2018-10-23
1
-4
/
+4
*
[ELF] - Eliminate the AssertCommand.
George Rimar
2018-04-25
1
-10
/
+0
*
[ELF] - Reveal more information in -Map file about assignments.
George Rimar
2018-04-05
1
-4
/
+2
*
[ELF] - Cleanup. NFCI.
George Rimar
2018-04-04
1
-4
/
+8
*
This is PR36799.
George Rimar
2018-03-26
1
-0
/
+1
*
[ELF] - Fix build bot after rL327612.
George Rimar
2018-03-15
1
-1
/
+1
*
[ELF] - Fix build bot after rL327612.
George Rimar
2018-03-15
1
-2
/
+2
*
[ELF] - Show data and assignment commands in the map file.
George Rimar
2018-03-15
1
-4
/
+20
*
[ELF] - Implement INSERT BEFORE.
George Rimar
2018-03-13
1
-1
/
+2
*
[ELF] - Support "INSERT AFTER" statement.
George Rimar
2018-03-08
1
-0
/
+7
*
[ELF] - Support moving location counter when MEMORY is used.
George Rimar
2018-03-05
1
-0
/
+1
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
[ELF] - Do not remove empty output sections that are explicitly assigned to p...
George Rimar
2018-02-23
1
-1
/
+0
*
Run dos2unix in a few files. NFC.
Rafael Espindola
2018-01-30
1
-7
/
+7
*
Sort orphan section if --symbol-ordering-file is given.
Rafael Espindola
2018-01-30
1
-5
/
+2
*
[ELF] - Define linkerscript symbols early.
George Rimar
2018-01-30
1
-6
/
+7
*
Improve LMARegion handling.
Rafael Espindola
2018-01-25
1
-0
/
+1
*
Simplify. NFC.
Rafael Espindola
2018-01-25
1
-1
/
+1
*
Remove MemRegionOffset. NFC.
Rafael Espindola
2018-01-25
1
-1
/
+6
*
Delete dead code. NFC.
Rafael Espindola
2017-11-29
1
-1
/
+0
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-2
/
+2
*
Move OutputSectionFactory to LinkerScript.cpp. NFC.
Rui Ueyama
2017-11-04
1
-1
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-1
/
+1
*
[ELf] - Fix compilation after r317307.
George Rimar
2017-11-03
1
-0
/
+1
*
[ELF] - Linkerscript: fixed non-determinism when handling MEMORY.
George Rimar
2017-11-03
1
-1
/
+1
*
[ELF] - Simplify output section creation.
George Rimar
2017-10-31
1
-1
/
+0
*
[ELF] Add support for multiple passes to createThunks()
Peter Smith
2017-10-27
1
-3
/
+4
*
[ELF] Record created ThunkSections in InputSectionDescription [NFC].
Peter Smith
2017-10-27
1
-0
/
+5
*
Make Ctx a plain pointer again.
Rafael Espindola
2017-10-23
1
-1
/
+8
*
Don't call buildSectionOrder multiple times.
Rafael Espindola
2017-10-21
1
-2
/
+5
*
Remove unused argument.
Rafael Espindola
2017-10-20
1
-1
/
+1
*
[ELF] - Make LinkerScript::assignOffsets private. NFC.
George Rimar
2017-10-18
1
-1
/
+2
*
Split LinkerScript::computeInputSections into two functions.
Rui Ueyama
2017-10-11
1
-1
/
+0
*
Swap parameters of getSymbolValue.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Rename BytesDataCommand -> ByteCommand.
Rui Ueyama
2017-10-11
1
-6
/
+6
*
Use more precise type.
Rui Ueyama
2017-10-11
1
-2
/
+2
*
Rename CurAddressState -> Ctx.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Make LinkerScript::addSymbol a private member function.
Rui Ueyama
2017-10-11
1
-2
/
+2
*
Rename processCommands -> processSectionCommands.
Rui Ueyama
2017-10-11
1
-2
/
+2
[next]