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
/
WebAssemblyAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Switch to MC for instruction printing.
Dan Gohman
2015-11-12
1
-145
/
+36
*
[WebAssembly] Support non-legal argument and return types.
Dan Gohman
2015-11-11
1
-62
/
+88
*
[WebAssembly] Remove special cases for things that are no longer special. NFC.
Dan Gohman
2015-11-10
1
-16
/
+0
*
[WebAssembly] Make expression-stack pushing explicit
Dan Gohman
2015-11-06
1
-7
/
+19
*
[WebAssembly] Rename Immediate instructions to Const.
Dan Gohman
2015-11-05
1
-4
/
+4
*
[WebAssembly] Fix import statement
JF Bastien
2015-10-30
1
-9
/
+10
*
[WebAssembly] Update opcode name format for conversions
JF Bastien
2015-10-29
1
-2
/
+10
*
WebAssembly: fix more syntax
JF Bastien
2015-10-22
1
-1
/
+1
*
WebAssembly: support imports
JF Bastien
2015-10-21
1
-1
/
+23
*
WebAssembly: fix call/return syntax.
JF Bastien
2015-10-20
1
-1
/
+6
*
WebAssembly: don't omit dead vregs from locals
JF Bastien
2015-10-17
1
-2
/
+4
*
WebAssembly: update syntax
JF Bastien
2015-10-16
1
-31
/
+59
*
[WebAssembly] Switch to a more traditional assembly syntax
Dan Gohman
2015-10-06
1
-132
/
+100
*
[WebAssembly] Rename setlocal to set_local to match the spec.
Dan Gohman
2015-10-03
1
-1
/
+1
*
[WebAssembly] Fix hasAddr64 being used before being initializer.
Dan Gohman
2015-09-23
1
-20
/
+36
*
Fix CodeGen/WebAssembly/global.ll test under ASAN.
Alexander Kornienko
2015-09-23
1
-1
/
+1
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-0
/
+8
*
[WebAssembly] Tidy up some unneeded newline characters.
Dan Gohman
2015-09-09
1
-10
/
+9
*
[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
Dan Gohman
2015-09-09
1
-22
/
+26
*
WebAssembly: generate load/store
JF Bastien
2015-08-31
1
-21
/
+30
*
WebAssembly: NFC comment update
JF Bastien
2015-08-26
1
-1
/
+1
*
WebAssembly: handle private/internal globals.
JF Bastien
2015-08-26
1
-22
/
+96
*
WebAssembly: assert that there aren't any constant pools
JF Bastien
2015-08-25
1
-0
/
+7
*
WebAssembly: emit `(func (param t) (result t))` s-expressions
JF Bastien
2015-08-25
1
-0
/
+61
*
WebAssembly: Implement call
JF Bastien
2015-08-24
1
-0
/
+6
*
Revert two bad commits.
JF Bastien
2015-08-24
1
-1
/
+0
*
Missing print.
JF Bastien
2015-08-24
1
-0
/
+1
*
[WebAssembly] Make the assembly printer indent instructions.
Dan Gohman
2015-08-24
1
-0
/
+2
*
[WebAssembly] CodeGen support for __builtin_wasm_page_size()
Dan Gohman
2015-08-24
1
-1
/
+1
*
[WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC.
Dan Gohman
2015-08-24
1
-2
/
+1
*
WebAssembly: NFC fix release build break, unused variable.
JF Bastien
2015-08-11
1
-0
/
+1
*
WebAssembly: simply assert on SNaN and NaNs with payloads
JF Bastien
2015-08-11
1
-4
/
+5
*
WebAssembly: print immediates
JF Bastien
2015-08-10
1
-19
/
+27
*
WebAssembly: textual emission uses expected opcode names
JF Bastien
2015-08-07
1
-12
/
+13
*
WebAssembly: handle more than int32 argument/return
JF Bastien
2015-08-01
1
-1
/
+14
*
WebAssembly: print basic integer assembly.
JF Bastien
2015-07-31
1
-5
/
+39
*
WebAssembly: basic bitcode → assembly CodeGen test
JF Bastien
2015-07-22
1
-0
/
+91
[prev]