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
/
InputChunks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC
Fangrui Song
2019-10-10
1
-4
/
+7
*
[WebAssembly][lld] Fix crash when applying relocations to debug sections
Sam Clegg
2019-08-20
1
-1
/
+1
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-145
/
+145
*
[lld][WebAssembly] Fix __start/__stop symbols when combining input segments
Sam Clegg
2019-07-08
1
-2
/
+4
*
[WebAssembly] Fix list of relocations with addends in lld
Keno Fischer
2019-06-26
1
-8
/
+1
*
[WebAssembly] Always take into account added when applying runtime relocations
Sam Clegg
2019-04-25
1
-26
/
+25
*
[WebAssembly] Assign GOT entries symbols used in data relocations
Sam Clegg
2019-04-10
1
-6
/
+7
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-0
/
+55
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
1
-0
/
+4
*
Re-land "[WebAssembly] Improve invalid relocation error message""
Sam Clegg
2019-03-29
1
-3
/
+3
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-1
/
+1
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-3
/
+3
*
[WebAssembly] Fix typo from rL357143
Sam Clegg
2019-03-28
1
-3
/
+3
*
[WebAssembly] Improve invalid relocation error message
Sam Clegg
2019-03-28
1
-1
/
+1
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-5
/
+8
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-3
/
+3
*
[WebAssembly] Update relocation naming to match llvm change. NFC.
Sam Clegg
2019-02-04
1
-41
/
+41
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-0
/
+4
*
[WebAssembly] Update Config member to match command line option
Sam Clegg
2018-09-27
1
-2
/
+2
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-08-29
1
-2
/
+5
*
[WebAssembly] Optimise relocation processing. NFC.
Sam Clegg
2018-08-22
1
-11
/
+1
*
Replace last DEBUG occurrence with LLVM_DEBUG in lld.
Nicola Zaghen
2018-05-23
1
-9
/
+9
*
[WebAssembly] Remove dead code from LEB compression pass.
Sam Clegg
2018-05-22
1
-9
/
+2
*
[WebAssembly] Fix two bugs in LEB compression: properly calculate function bo...
Sam Clegg
2018-05-22
1
-1
/
+2
*
Fix unused variable warning in non-debug builds.
Richard Trieu
2018-05-19
1
-1
/
+1
*
[WebAssembly] Add option to remove LEB padding at relocate sites
Sam Clegg
2018-05-18
1
-1
/
+121
*
[lld] Make helpers static. NFC.
Benjamin Kramer
2018-05-15
1
-1
/
+1
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-11
/
+12
*
[WebAssembly] Only perform sanity checking of relocation targets in debug builds
Sam Clegg
2018-05-05
1
-10
/
+41
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-1
/
+5
*
[WebAssembly] Fix bug where reloc addends were written as unsigned
Sam Clegg
2018-04-19
1
-1
/
+1
*
[WebAssembly] Match llvm change to custom section size
Sam Clegg
2018-04-12
1
-10
/
+0
*
[WebAssembly] Add support for custom sections
Sam Clegg
2018-04-10
1
-0
/
+10
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-0
/
+7
*
[WebAssembly] Fix expected contents of relocations with addends
Sam Clegg
2018-03-14
1
-1
/
+2
*
[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC
Sam Clegg
2018-03-12
1
-4
/
+4
*
[WebAssembly] Verify contents of relocation target before writing it
Sam Clegg
2018-03-12
1
-0
/
+10
*
[WebAssembly] Improve logging and comments around relocations. NFC.
Sam Clegg
2018-03-11
1
-4
/
+13
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-2
/
+4
*
[WebAssembly] Inline translateVA as it's trivial.
Rui Ueyama
2018-02-28
1
-6
/
+0
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-6
/
+4
*
Do not create a temporary data structure for relocations.
Rui Ueyama
2018-02-20
1
-60
/
+54
*
Merge two small functions and add comments.
Rui Ueyama
2018-02-19
1
-9
/
+9
*
Removed a variable that is used only once.
Rui Ueyama
2018-02-19
1
-3
/
+3
*
[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.
Rui Ueyama
2018-02-19
1
-0
/
+4
*
Use write32le instead of write32<little>.
Rui Ueyama
2018-02-16
1
-1
/
+2
*
[WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC.
Sam Clegg
2018-01-28
1
-2
/
+2
*
[WebAssembly] Don't duplicate functions in table output
Sam Clegg
2018-01-24
1
-0
/
+6
*
[WebAssembly] Update to match llvm changes to TABLE relocations
Sam Clegg
2018-01-23
1
-18
/
+4
[next]