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
/
InputFiles.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.
Sam Clegg
2020-01-10
1
-0
/
+4
*
[lld][WebAssembly] Fix use after free of archive path
Sam Clegg
2019-09-18
1
-1
/
+1
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-60
/
+60
*
[WebAssembly] Handle object parsing more like the ELF backend
Sam Clegg
2019-06-05
1
-8
/
+3
*
[WebAssembly] Move direct call tracking from member to local. NFC.
Sam Clegg
2019-05-29
1
-7
/
+0
*
[WebAssembly] Relax signature checking for undefined functions that are not c...
Sam Clegg
2019-05-24
1
-1
/
+8
*
[WebAssebmly] Add support for --wrap
Sam Clegg
2019-05-24
1
-0
/
+2
*
[WebAssembly] Add --reproduce.
Rui Ueyama
2019-05-21
1
-0
/
+8
*
[WebAssembly] LTO: Honor comdat groups when loading bitcode files
Sam Clegg
2019-05-15
1
-6
/
+6
*
[WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.
Sam Clegg
2019-04-09
1
-3
/
+9
*
[WebAssembly] Apply data relocations at runtime in shared objects
Sam Clegg
2019-04-04
1
-0
/
+3
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-1
/
+0
*
[WebAssembly] Improve support for "needed" list in dylink section
Sam Clegg
2019-03-13
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Merge producers section
Thomas Lively
2019-01-17
1
-1
/
+2
*
Revert "[WebAssembly] Merge producers section"
Thomas Lively
2019-01-17
1
-2
/
+1
*
[WebAssembly] Merge producers section
Thomas Lively
2019-01-16
1
-1
/
+2
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-12-08
1
-0
/
+3
*
[WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg
2018-11-27
1
-14
/
+2
*
[WebAssembly] Delete unused using statements (NFC)
Heejin Ahn
2018-11-21
1
-3
/
+0
*
[WebAssembly] Add support for --whole-archive.
Sam Clegg
2018-07-23
1
-0
/
+4
*
[WebAssembly] Fix archive member display in error messages
Sam Clegg
2018-07-18
1
-1
/
+1
*
[WebAssembly] Initial support for LTO
Sam Clegg
2018-05-30
1
-4
/
+22
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-0
/
+3
*
[WebAssembly] Add support for custom sections
Sam Clegg
2018-04-10
1
-0
/
+2
*
[WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC
Nicholas Wilson
2018-03-14
1
-0
/
+1
*
[WebAssembly] Verify contents of relocation target before writing it
Sam Clegg
2018-03-12
1
-0
/
+4
*
[WebAssembly] Run clang-format. NFC
Nicholas Wilson
2018-03-07
1
-1
/
+1
*
[WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.
Rui Ueyama
2018-02-28
1
-6
/
+0
*
[WebAssembly] Refactor ObjFile::initializeSymbols.
Rui Ueyama
2018-02-28
1
-4
/
+1
*
[WebAssembly] Inline accessor functions that are called only once.
Rui Ueyama
2018-02-28
1
-7
/
+0
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-20
/
+14
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-5
/
+5
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-3
/
+1
*
[WebAssembly] Remove unused header
Sam Clegg
2018-02-20
1
-1
/
+0
*
[WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.
Sam Clegg
2018-02-16
1
-2
/
+2
*
[WebAssembly] Use a Symbol class heirarchy. NFC.
Sam Clegg
2018-02-14
1
-6
/
+8
*
[WebAssembly] Write minimal types section
Sam Clegg
2018-01-31
1
-0
/
+1
*
[WebAssembly] Add support for --gc-sections
Sam Clegg
2018-01-31
1
-0
/
+2
*
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
Sam Clegg
2018-01-28
1
-2
/
+1
*
[WebAssembly] Update to match llvm changes to TABLE relocations
Sam Clegg
2018-01-23
1
-6
/
+7
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-12
1
-0
/
+2
*
[WebAssembly] Move relocation handling InputChunks.cpp
Sam Clegg
2018-01-10
1
-3
/
+6
*
[WebAssembly] Add InputChunk as common base class for InputSegment and InputF...
Sam Clegg
2018-01-10
1
-1
/
+1
*
[WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references
Sam Clegg
2018-01-10
1
-6
/
+6
*
[WebAssembly] Output functions individually
Sam Clegg
2018-01-09
1
-18
/
+14
*
[WebAssembly] De-dup indirect function table.
Sam Clegg
2017-12-11
1
-5
/
+9
*
Prefer `ArrayRef` over `const std::vector&`
Sam Clegg
2017-12-08
1
-1
/
+1
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-1
/
+0
*
toString function take a const refs where possible
Sam Clegg
2017-12-05
1
-1
/
+1
[next]