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] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
2
-56
/
+0
*
Fix build of WebAssembly and AVR backends after r321692
Alex Bradbury
2018-01-03
1
-2
/
+2
*
[WebAssembly] Remove WASM_STACK_POINTER.
Dan Gohman
2017-12-06
2
-22
/
+0
*
[WebAssembly] Implement WASM_STACK_POINTER.
Dan Gohman
2017-12-05
2
-9
/
+10
*
[WebAssembly] Fix trapping behavior in fptosi/fptoui.
Dan Gohman
2017-11-28
1
-2
/
+7
*
[WebAssembly] MC: Fix crash when -g specified.
Sam Clegg
2017-10-20
1
-4
/
+4
*
[WebAssembly] Update MCObjectWriter and associated interfaces after r315327
Derek Schuff
2017-10-10
4
-13
/
+22
*
[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriter
Lang Hames
2017-10-10
1
-2
/
+2
*
Fix Wasm build after r315254
Reid Kleckner
2017-10-10
1
-3
/
+2
*
[WebAssembly] Add the rest of the atomic loads
Derek Schuff
2017-10-05
1
-0
/
+6
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
1
-5
/
+2
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-3
/
+3
*
[WebAssembly] Add target feature for atomics
Derek Schuff
2017-08-30
1
-0
/
+1
*
Fix WebAssembly target after r309911.
Daniel Jasper
2017-08-03
1
-12
/
+0
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
2
-10
/
+26
*
[WebAssembly] Fix build after r306177
Derek Schuff
2017-06-24
1
-10
/
+14
*
[wasm] Fix WebAssembly asm backend after r305968
Reid Kleckner
2017-06-22
1
-10
/
+12
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
4
-14
/
+11
*
[WebAssembly] Cleanup WebAssemblyWasmObjectWriter
Sam Clegg
2017-06-13
2
-16
/
+13
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
3
-3
/
+3
*
[WebAssembly] MC: Refactor relocation handling
Sam Clegg
2017-06-06
1
-0
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
3
-3
/
+3
*
[WebAssembly] Encode block signatures as SLEB instead of ULEB
Derek Schuff
2017-04-17
1
-0
/
+2
*
Unbreak build of the wasm backend after r300463.
Benjamin Kramer
2017-04-17
1
-2
/
+2
*
Fix WebAssembly after r299529.
Alexander Kornienko
2017-04-05
1
-4
/
+4
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
2
-12
/
+61
*
[WebAssembly] Fix some broken type encodings in wasm binary
Derek Schuff
2017-03-16
2
-3
/
+11
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
3
-47
/
+23
*
[WebAssembly] Add some comments and tidy up whitespace.
Dan Gohman
2017-02-27
1
-1
/
+1
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
2
-0
/
+28
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
7
-41
/
+213
*
[WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman
2017-02-22
9
-9
/
+228
*
[WebAssembly] Add a cast to void to fix an unused private member warning, for...
Dan Gohman
2017-02-16
1
-1
/
+3
*
[WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.
Dan Gohman
2017-02-10
3
-6
/
+10
*
[WebAssembly] Add instruction definitions for drop and get/set_global.
Dan Gohman
2017-02-02
1
-0
/
+2
*
[WebAssembly] Annotate call and load/store immediates.
Dan Gohman
2016-12-23
1
-0
/
+4
*
[WebAssembly] Add an "explicit" keyword to a constructor.
Dan Gohman
2016-12-22
1
-1
/
+1
*
[WebAssembly] Emit .import_global assembler directives
Derek Schuff
2016-12-01
2
-0
/
+11
*
[WebAssembly] Reorder load/store operands to match binary encoding.
Dan Gohman
2016-10-25
1
-4
/
+4
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
6
-67
/
+80
*
[WebAssembly] Add an option to make get_local/set_local explicit.
Dan Gohman
2016-10-24
2
-14
/
+58
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-3
/
+4
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
3
-11
/
+31
*
[WebAssembly] Remove the output operand from stores.
Dan Gohman
2016-10-06
1
-3
/
+6
*
[WebAssembly] Add binary-encoding opcode values to instruction descriptions.
Dan Gohman
2016-10-05
1
-0
/
+4
*
[WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.
Dan Gohman
2016-10-03
1
-2
/
+2
*
[WebAssembly] Support CFI for WebAssembly target
Derek Schuff
2016-08-01
3
-2
/
+18
*
[WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...
David Blaikie
2016-07-25
1
-1
/
+2
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-9
/
+3
[next]