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
/
llvm
/
lib
/
Target
/
WebAssembly
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Remove unneeded MCSymbolRefExpr variants
Sam Clegg
2019-02-22
1
-38
/
+15
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
5
-33
/
+32
*
[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_
Sam Clegg
2019-02-04
1
-11
/
+11
*
[WebAssembly] Add codegen support for the import_field attribute
Dan Gohman
2019-02-01
2
-5
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
11
-44
/
+33
*
[WebAssembly] Fixed disassembler not knowing about new brlist operand
Wouter van Oortmerssen
2019-01-03
1
-0
/
+2
*
[WebAssembly] Made InstPrinter more robust
Wouter van Oortmerssen
2019-01-03
1
-7
/
+7
*
[WebAssembly] made assembler parse block_type
Wouter van Oortmerssen
2019-01-02
1
-1
/
+2
*
[WebAssembly] Fix assembler parsing of br_table.
Wouter van Oortmerssen
2018-12-17
2
-16
/
+0
*
[WebAssembly] Add '.eventtype' directive support
Heejin Ahn
2018-12-11
2
-20
/
+34
*
[WebAssembly] TargetStreamer cleanup (NFC)
Heejin Ahn
2018-12-11
2
-42
/
+29
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
2
-78
/
+34
*
[WebAssembly] Add null streamer support
Heejin Ahn
2018-11-18
2
-0
/
+23
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
5
-9
/
+49
*
[WebAssembly] Renumber and LEB128-encode SIMD opcodes
Thomas Lively
2018-11-09
1
-1
/
+2
*
[WebAssembly] Added a .globaltype directive to .s output.
Wouter van Oortmerssen
2018-11-02
2
-8
/
+11
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
2
-43
/
+15
*
[WebAssembly] Add V128 value type to binary format
Thomas Lively
2018-09-20
1
-0
/
+7
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
8
-31
/
+33
*
[WebAssembly] SIMD loads and stores
Thomas Lively
2018-08-30
1
-0
/
+25
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-2
/
+5
*
[WebAssembly] v128.const
Thomas Lively
2018-08-21
2
-7
/
+32
*
[WebAssembly] Replace SIMD expression types with V128
Derek Schuff
2018-08-06
1
-12
/
+6
*
[WebAssembly] Cleanup of the way globals and global flags are handled
Nicholas Wilson
2018-08-03
4
-5
/
+18
*
[WebAssembly] Support for atomic.wait / atomic.wake instructions
Heejin Ahn
2018-08-02
1
-0
/
+6
*
[WebAssembly] Support for a ternary atomic RMW instruction
Heejin Ahn
2018-08-01
1
-0
/
+14
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
9
-181
/
+7
*
[WebAssembly] Support for binary atomic RMW instructions
Heejin Ahn
2018-07-09
1
-0
/
+84
*
[WebAssembly] Add missing _S opcodes of atomic stores to InstPrinter
Heejin Ahn
2018-07-05
1
-0
/
+7
*
[WebAssembly] Support for atomic stores
Heejin Ahn
2018-07-02
1
-0
/
+7
*
[WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.
Wouter van Oortmerssen
2018-06-18
1
-0
/
+30
*
Fix compilation of WebAssembly and RISCV after r334078
Ilya Biryukov
2018-06-06
1
-3
/
+8
*
Simplified WebAssemblyAsmBackend by removing explicit ELF variant.
Derek Schuff
2018-06-04
1
-82
/
+8
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
4
-28
/
+21
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-10
/
+10
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-2
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
10
-10
/
+10
*
[WebAssembly] Write DWARF data into wasm object file
Sam Clegg
2018-04-26
1
-1
/
+28
*
[WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32
Sam Clegg
2018-04-04
1
-0
/
+5
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
2
-12
/
+14
*
Reland "[WebAssembly] More uses of uint8_t for single byte values"
Heejin Ahn
2018-03-02
2
-14
/
+14
*
Revert "[WebAssembly] More uses of uint8_t" and "[WebAssembly] Update tests"
Nicholas Wilson
2018-03-02
1
-13
/
+13
*
[WebAssembly] More uses of uint8_t for single byte values
Heejin Ahn
2018-03-02
1
-13
/
+13
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-1
/
+1
*
[WebAssembly] Add exception handling option and feature
Heejin Ahn
2018-02-24
1
-6
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-1
/
+1
*
[WebAssembly] Add mechanisms for specifying an explicit import module name.
Dan Gohman
2018-02-09
2
-0
/
+21
*
[WebAssembly] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
2
-56
/
+0
[next]