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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entries
Sam Clegg
2018-05-15
1
-14
/
+4
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-5
/
+5
*
[WebAssembly] Add support for debug (DWARF) sections
Sam Clegg
2018-05-04
1
-6
/
+65
*
[WebAssembly] Implement -print-gc-sections, to better test GC of globals
Nicholas Wilson
2018-04-20
1
-1
/
+1
*
[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
-3
/
+8
*
[WebAssembly] Fix expected contents of relocations with addends
Sam Clegg
2018-03-14
1
-2
/
+3
*
[WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC
Sam Clegg
2018-03-12
1
-2
/
+2
*
[WebAssembly] Verify contents of relocation target before writing it
Sam Clegg
2018-03-12
1
-0
/
+47
*
[WebAssembly] Improve logging and comments around relocations. NFC.
Sam Clegg
2018-03-11
1
-4
/
+3
*
[WebAssembly] Handle weak undefined functions with a synthetic stub
Nicholas Wilson
2018-03-09
1
-8
/
+2
*
[WebAssembly] Simplify createDefined. NFC.
Rui Ueyama
2018-03-02
1
-10
/
+9
*
[WebAssembly] Simplify COMDAT handling.
Rui Ueyama
2018-03-01
1
-5
/
+4
*
[WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.
Rui Ueyama
2018-02-28
1
-64
/
+43
*
[WebAssembly] Refactor ObjFile::initializeSymbols.
Rui Ueyama
2018-02-28
1
-62
/
+46
*
[WebAssembly] Inline accessor functions that are called only once.
Rui Ueyama
2018-02-28
1
-56
/
+19
*
[WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}.
Rui Ueyama
2018-02-28
1
-3
/
+12
*
Do not use `auto` for type that is not obvious in a local context.
Rui Ueyama
2018-02-24
1
-2
/
+2
*
[WebAssembly] Add explicit symbol table
Sam Clegg
2018-02-23
1
-114
/
+96
*
[WebAssembly] Rename GlobalSymbol types. NFC.
Sam Clegg
2018-02-20
1
-17
/
+17
*
Consistent (non) use of empty lines in include blocks
Sam Clegg
2018-02-20
1
-1
/
+0
*
[WebAssembly] Split addDefined into two different methods. NFC.
Sam Clegg
2018-02-20
1
-2
/
+2
*
[WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.
Sam Clegg
2018-02-16
1
-7
/
+7
*
Remove `else` after `break`.
Rui Ueyama
2018-02-16
1
-6
/
+4
*
[WebAssembly] Use a Symbol class heirarchy. NFC.
Sam Clegg
2018-02-14
1
-15
/
+20
*
[WebAssembly] Unify concepts of discarded and non-live input chunks. NFC.
Sam Clegg
2018-02-13
1
-2
/
+2
*
[WebAssembly] Remove redundant check global output index
Sam Clegg
2018-02-09
1
-1
/
+1
*
[WebAssembly] Write minimal types section
Sam Clegg
2018-01-31
1
-0
/
+4
*
[WebAssembly] Update to match llvm change rL323901. NFC
Sam Clegg
2018-01-31
1
-3
/
+3
*
[WebAssembly] Add support for --gc-sections
Sam Clegg
2018-01-31
1
-4
/
+4
*
clang format
Sam Clegg
2018-01-28
1
-4
/
+3
*
[WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.
Sam Clegg
2018-01-28
1
-7
/
+5
*
[WebAssembly] Update to match llvm changes to TABLE relocations
Sam Clegg
2018-01-23
1
-24
/
+25
*
[WebAssembly] Allow non-zero table offset in input object
Sam Clegg
2018-01-19
1
-3
/
+3
*
[WebAssembly] Remove DEBUG_FUNCTION_NAME after llvm change
Sam Clegg
2018-01-17
1
-3
/
+0
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-12
1
-11
/
+38
*
[WebAssembly] Create synthetic __wasm_call_ctors function
Sam Clegg
2018-01-12
1
-6
/
+2
*
[WebAssembly] Move relocation handling InputChunks.cpp
Sam Clegg
2018-01-10
1
-0
/
+23
*
[WebAssembly] Add InputChunk as common base class for InputSegment and InputF...
Sam Clegg
2018-01-10
1
-16
/
+5
*
[WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references
Sam Clegg
2018-01-10
1
-17
/
+23
*
[WebAssembly] Output functions individually
Sam Clegg
2018-01-09
1
-43
/
+58
*
[WebAssembly] Write out undefined symbol addresses as zero
Sam Clegg
2018-01-08
1
-2
/
+2
*
[WebAssmebly] Fix references to weak aliases
Sam Clegg
2017-12-21
1
-0
/
+9
*
[WebAssembly] Move code for copying of data segment relocation. NFC.
Sam Clegg
2017-12-17
1
-2
/
+15
*
Fix error messages.
Rui Ueyama
2017-12-15
1
-1
/
+1
*
[WebAssembly] De-dup indirect function table.
Sam Clegg
2017-12-11
1
-9
/
+36
*
[WebAssembly] Fix symbol exports under -r/--relocatable
Sam Clegg
2017-12-07
1
-17
/
+6
*
Always evaluate the second argument for CHECK() lazily.
Rui Ueyama
2017-12-06
1
-4
/
+4
*
[WebAssembly] Remove wasm/Strings.cpp+h
Sam Clegg
2017-12-06
1
-2
/
+1
*
toString function take a const refs where possible
Sam Clegg
2017-12-05
1
-1
/
+1
[prev]
[next]