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
/
wasm
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Elide data segments for .bss sections
Thomas Lively
2019-10-15
1
-1
/
+15
*
[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
1
-9
/
+13
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-115
/
+115
*
Make functions and member variables distinguishable even after the name style...
Rui Ueyama
2019-07-10
1
-6
/
+6
*
Add parentheses to silence warnings.
Bill Wendling
2019-07-08
1
-3
/
+2
*
[WebAssembly] Add option to emit passive segments
Thomas Lively
2019-07-03
1
-11
/
+17
*
[WebAssembly] make wasm-ld --verbose show data section startVA and name
Thomas Lively
2019-06-04
1
-1
/
+2
*
[WebAssembly] Refactor synthetic sections and relocation processing. NFC.
Sam Clegg
2019-05-21
1
-6
/
+1
*
[WebAssembly] Move code and data section generation to finalizeContent. NFC.
Sam Clegg
2019-05-16
1
-10
/
+9
*
[WebAssembly] Emit the DataCount section when bulk memory is enabled
Thomas Lively
2019-04-19
1
-0
/
+2
*
Fix a crash bug caused by a nested call of parallelForEach.
Rui Ueyama
2019-04-17
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Instruction renaming
Thomas Lively
2019-01-08
1
-1
/
+1
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-0
/
+2
*
[WebAssembly] Import the stack pointer when building shared libraries
Sam Clegg
2018-11-15
1
-2
/
+1
*
[WebAssembly] Initial support for shared objects (-shared)
Sam Clegg
2018-11-15
1
-3
/
+12
*
[WebAssembly] Add option to remove LEB padding at relocate sites
Sam Clegg
2018-05-18
1
-1
/
+2
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-0
/
+12
*
[WebAssembly] Add support for custom sections
Sam Clegg
2018-04-10
1
-0
/
+35
*
[WebAssembly] Remove another trivial accessor.
Rui Ueyama
2018-04-05
1
-4
/
+5
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-3
/
+2
*
[WebAssembly] Return a StringRef instead of std::string from getSectionName()...
Rui Ueyama
2018-02-28
1
-7
/
+7
*
[WebAssembly] Do not use inheritance to define SubSection.
Rui Ueyama
2018-02-28
1
-4
/
+1
*
[WebAssembly] Remove redundant local variables.
Rui Ueyama
2018-02-28
1
-10
/
+5
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
Do not create a temporary data structure for relocations.
Rui Ueyama
2018-02-20
1
-12
/
+10
*
Refactor wasm/WriterUtil.{cpp,h}.
Rui Ueyama
2018-02-16
1
-1
/
+2
*
[WebAssembly] Move relocation handling InputChunks.cpp
Sam Clegg
2018-01-10
1
-135
/
+10
*
[WebAssembly] Add InputChunk as common base class for InputSegment and InputF...
Sam Clegg
2018-01-10
1
-23
/
+18
*
[WebAssembly] Output functions individually
Sam Clegg
2018-01-09
1
-39
/
+26
*
[WebAssembly] Write out undefined symbol addresses as zero
Sam Clegg
2018-01-08
1
-5
/
+1
*
[WebAssembly] Improve toString(OutputSection). NFC.
Sam Clegg
2017-12-20
1
-9
/
+9
*
[WebAssembly] Apply data relocations in parallel. NFC.
Sam Clegg
2017-12-19
1
-10
/
+19
*
[WebAssembly] Add support for writing out init functions in linking section
Sam Clegg
2017-12-19
1
-2
/
+9
*
[WebAssebmly] Fix the single clang-format issue in `wasm` directory
Sam Clegg
2017-12-18
1
-2
/
+1
*
Prefer `ArrayRef` over `const std::vector&`
Sam Clegg
2017-12-08
1
-3
/
+3
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-7
/
+10
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[WebAssembly] Initial wasm linker implementation
Sam Clegg
2017-11-17
1
-0
/
+330