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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-2
/
+2
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+3
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-77
/
+77
*
Make functions and member variables distinguishable even after the name style...
Rui Ueyama
2019-07-10
1
-1
/
+1
*
[WebAssembly] Fix for discarded init functions
Sam Clegg
2019-06-07
1
-1
/
+4
*
[WebAssembly] Refactor synthetic sections and relocation processing. NFC.
Sam Clegg
2019-05-21
1
-0
/
+3
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-0
/
+2
*
Re-land "[WebAssembly] Improve invalid relocation error message""
Sam Clegg
2019-03-29
1
-0
/
+2
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-2
/
+0
*
Revert "[WebAssembly] Improve invalid relocation error message"
Derek Schuff
2019-03-29
1
-1
/
+1
*
[WebAssembly] Fix typo from rL357143
Sam Clegg
2019-03-28
1
-1
/
+1
*
[WebAssembly] Improve invalid relocation error message
Sam Clegg
2019-03-28
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-10
/
+1
*
[WebAssembly] Update Config member to match command line option
Sam Clegg
2018-09-27
1
-2
/
+2
*
[WebAssembly] Optimise relocation processing. NFC.
Sam Clegg
2018-08-22
1
-14
/
+11
*
[WebAssembly] Add option to remove LEB padding at relocate sites
Sam Clegg
2018-05-18
1
-2
/
+23
*
[WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entries
Sam Clegg
2018-05-15
1
-1
/
+1
*
[WebAssembly] Only perform sanity checking of relocation targets in debug builds
Sam Clegg
2018-05-05
1
-0
/
+4
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-0
/
+2
*
[WebAssembly] Implement --print-gc-sections for synthetic functions
Nicholas Wilson
2018-04-20
1
-3
/
+10
*
[WebAssembly] Match llvm change to custom section size
Sam Clegg
2018-04-12
1
-3
/
+5
*
[WebAssembly] Add support for custom sections
Sam Clegg
2018-04-10
1
-1
/
+20
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-4
/
+5
*
[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC
Sam Clegg
2018-03-12
1
-4
/
+4
*
[WebAssembly] Refactor order of creation for SyntheticFunction
Nicholas Wilson
2018-03-09
1
-5
/
+13
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-3
/
+2
*
[WebAssembly] Use StringSaver to retain ownership of ctor function body. NFC
Nicholas Wilson
2018-03-07
1
-5
/
+6
*
[WebAssembly] Pass ownership of body to SyntheticFunction. NFC
Nicholas Wilson
2018-03-02
1
-5
/
+5
*
[WebAssembly] Inline translateVA as it's trivial.
Rui Ueyama
2018-02-28
1
-4
/
+0
*
[WebAssembly] Remove trivial accessors.
Rui Ueyama
2018-02-28
1
-8
/
+1
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-5
/
+9
*
[WebAssembly] Remove unused header
Sam Clegg
2018-02-20
1
-1
/
+0
*
Do not create a temporary data structure for relocations.
Rui Ueyama
2018-02-20
1
-9
/
+8
*
[WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.
Rui Ueyama
2018-02-19
1
-0
/
+2
*
[WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.
Sam Clegg
2018-02-16
1
-1
/
+0
*
[WebAssembly] Unify concepts of discarded and non-live input chunks. NFC.
Sam Clegg
2018-02-13
1
-3
/
+3
*
[WebAssebmly] Remvoe trailing semicolon. NFC.
Sam Clegg
2018-02-09
1
-1
/
+1
*
[WebAssembly] Write minimal types section
Sam Clegg
2018-01-31
1
-4
/
+4
*
[WebAssembly] Add support for --gc-sections
Sam Clegg
2018-01-31
1
-2
/
+8
*
[WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC.
Sam Clegg
2018-01-28
1
-2
/
+4
*
clang format
Sam Clegg
2018-01-28
1
-1
/
+3
*
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
Sam Clegg
2018-01-28
1
-3
/
+12
*
[WebAssembly] Don't duplicate functions in table output
Sam Clegg
2018-01-24
1
-0
/
+4
*
[WebAssembly] Update to match llvm changes to TABLE relocations
Sam Clegg
2018-01-23
1
-0
/
+1
*
[WebAssembly] Simplify generation of "names" section
Sam Clegg
2018-01-17
1
-5
/
+8
*
[WebAssembly] Refactor InputChunk.getSize(). NFC
Sam Clegg
2018-01-17
1
-8
/
+5
*
[WebAssembly] Use ArrayRef over raw pointers
Sam Clegg
2018-01-13
1
-12
/
+10
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-12
1
-1
/
+6
*
[WebAssembly] Create synthetic __wasm_call_ctors function
Sam Clegg
2018-01-12
1
-13
/
+24
[next]