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
/
test
/
MC
/
WebAssembly
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructions
Thomas Lively
2019-12-17
1
-1
/
+7
*
[WebAssembly] Convert MC tests to from bitcode to asm
Sam Clegg
2019-12-17
4
-258
/
+278
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+26
*
[WebAssebmly][MC] Support .import_name/.import_field asm directives
Sam Clegg
2019-12-06
2
-31
/
+33
*
DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...
David Blaikie
2019-11-08
1
-20
/
+14
*
DebugInfo: Use separate macinfo contributions for each CU
David Blaikie
2019-11-08
1
-11
/
+11
*
[WebAssembly] Add experimental SIMD dot product instruction
Thomas Lively
2019-11-01
1
-0
/
+3
*
[WebAssembly] SIMD integer min and max instructions
Thomas Lively
2019-10-31
1
-0
/
+36
*
[WebAssembly] Allow multivalue signatures in object files
Thomas Lively
2019-10-18
10
-25
/
+38
*
[WebAssembly] Allow multivalue types in block signature operands
Thomas Lively
2019-10-15
1
-0
/
+12
*
[WebAssembly] v8x16.swizzle and rewrite BUILD_VECTOR lowering
Thomas Lively
2019-10-09
1
-0
/
+3
*
[WebAssembly] v128.andnot
Thomas Lively
2019-09-27
1
-0
/
+3
*
[WebAssembly] SIMD Load and extend operations
Thomas Lively
2019-09-27
1
-0
/
+18
*
[MC][WebAssembly] Error on data symbols in the text section.
Sam Clegg
2019-09-25
1
-0
/
+13
*
[WebAssembly] vNxM.load_splat instructions
Thomas Lively
2019-09-23
1
-0
/
+12
*
[WebAssembly] Narrowing and widening SIMD ops
Thomas Lively
2019-09-13
1
-0
/
+36
*
[WebAssembly] Add SIMD QFMA/QFMS
Thomas Lively
2019-08-31
1
-0
/
+12
*
[WebAssembly] Make __attribute__((used)) not imply export.
Dan Gohman
2019-08-29
1
-2
/
+2
*
[WebAssembly] Add atomic.fence instruction
Heejin Ahn
2019-08-28
1
-0
/
+3
*
[WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.
Sam Clegg
2019-08-20
1
-0
/
+32
*
[WebAssembly][MC] Allow empty assembly functions
Sam Clegg
2019-08-19
1
-0
/
+8
*
[WebAssembly] Assembler/InstPrinter: support call_indirect type index.
Wouter van Oortmerssen
2019-08-01
3
-4
/
+72
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
2
-4
/
+4
*
[WebAssembly] Assembler: support special floats: infinity / nan
Wouter van Oortmerssen
2019-07-15
1
-0
/
+4
*
[WebAssembly] Assembler: recognize .init_array as data section.
Wouter van Oortmerssen
2019-07-15
1
-3
/
+12
*
[WebAssembly] Assembler: support negative float constants.
Wouter van Oortmerssen
2019-07-11
1
-0
/
+2
*
[WebAssembly] tablegen: distinguish float/int immediate operands.
Wouter van Oortmerssen
2019-07-08
1
-0
/
+4
*
[WebAssembly] Assembler: support .int16/32/64 directives.
Wouter van Oortmerssen
2019-06-28
1
-1
/
+7
*
[WebAssembly] Allow @object in .type directives.
Wouter van Oortmerssen
2019-06-28
1
-0
/
+1
*
[WebAssembly] Assembler: Allow offsets and p2align in symbol load.
Wouter van Oortmerssen
2019-06-28
1
-0
/
+4
*
[WebAssembly] Added visibility and ident directives to WasmAsmParser.
Wouter van Oortmerssen
2019-06-28
1
-32
/
+35
*
[WebAssembly] Enable an atomic.notify MC test
Heejin Ahn
2019-06-27
1
-3
/
+2
*
[WebAssembly] AsmParser: better atomic inst detection
Wouter van Oortmerssen
2019-06-27
1
-2
/
+6
*
[WebAssembly] Fix p2align in assembler.
Wouter van Oortmerssen
2019-06-27
4
-54
/
+56
*
[WebAssembly] Implement tail calls and unify tablegen call classes
Thomas Lively
2019-06-26
1
-0
/
+22
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
9
-9
/
+9
*
[WebAssembly] Fix test after r359602
Dan Gohman
2019-04-30
1
-1
/
+1
*
[WebAssembly] Add DataCount section to object files
Thomas Lively
2019-04-12
13
-33
/
+47
*
[WebAssembly] Add new explicit relocation types for PIC relocations
Sam Clegg
2019-04-04
1
-2
/
+91
*
[WebAssembly] Merge used feature sets, update atomics linkage policy
Thomas Lively
2019-03-29
10
-51
/
+0
*
[WebAssembly] Initial implementation of PIC code generation
Sam Clegg
2019-03-26
1
-0
/
+99
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
10
-0
/
+51
*
[WebAssembly] Remove trailing whitespaces in tests (NFC)
Heejin Ahn
2019-03-06
11
-37
/
+37
*
[WebAssembly] Disable MachineBlockPlacement pass
Heejin Ahn
2019-03-05
1
-2
/
+2
*
[WebAssembly] Add support for data sections in the assembler.
Wouter van Oortmerssen
2019-03-04
2
-2
/
+108
*
[WebAssembly] Remove uses of ThreadModel
Thomas Lively
2019-02-28
11
-35
/
+10
*
[WebAssembly] Remove unneeded MCSymbolRefExpr variants
Sam Clegg
2019-02-22
3
-11
/
+11
*
[WebAssembly] MC: Handle aliases of aliases
Sam Clegg
2019-02-22
1
-0
/
+9
*
[WebAssembly] Fix load/store name detection for atomic instructions
Heejin Ahn
2019-02-20
1
-0
/
+149
[next]