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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
2
-0
/
+13
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
3
-4
/
+7
*
[WebAssembly] Allow multivalue types in block signature operands
Thomas Lively
2019-10-15
3
-12
/
+31
*
[WebAssembly] Make returns variadic
Thomas Lively
2019-10-09
1
-1
/
+4
*
[WebAssembly] SIMD Load and extend operations
Thomas Lively
2019-09-27
1
-0
/
+12
*
[WebAssembly][NFC] Remove duplicate SIMD instructions and predicates
Thomas Lively
2019-09-25
1
-24
/
+4
*
[WebAssembly] vNxM.load_splat instructions
Thomas Lively
2019-09-23
1
-0
/
+8
*
[WebAssembly] Make __attribute__((used)) not imply export.
Dan Gohman
2019-08-29
3
-10
/
+13
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[WebAssembly] Assembler/InstPrinter: support call_indirect type index.
Wouter van Oortmerssen
2019-08-01
4
-37
/
+36
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[WebAssembly] Add missing utility methods for exnref type
Heejin Ahn
2019-07-15
1
-0
/
+4
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
3
-15
/
+15
*
[WebAssembly] refactored utilities to not depend on MachineInstr
Wouter van Oortmerssen
2019-07-12
1
-19
/
+236
*
[WebAssembly] Fix p2align in assembler.
Wouter van Oortmerssen
2019-06-27
1
-1
/
+9
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[WebAssembly] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
2
-3
/
+1
*
[WebAssembly] Move InstPrinter files to MCTargetDesc. NFC
David L. Jones
2019-05-13
6
-8
/
+370
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
2
-17
/
+34
*
[WebAssembly] Remove unneeded target operand flags
Sam Clegg
2019-04-03
1
-7
/
+1
*
[WebAssembly] Merge used feature sets, update atomics linkage policy
Thomas Lively
2019-03-29
1
-3
/
+1
*
[WebAssembly] Rename wasm fixup kinds
Sam Clegg
2019-03-28
4
-14
/
+12
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
2
-2
/
+11
*
[WebAssembly] Use named operands to identify loads and stores
Thomas Lively
2019-03-09
1
-8
/
+0
*
[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
[next]