Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a9a7bf68ee35ffbe2fd6a8ac06290f24f94e16f9
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyAsmPrinter.cpp
ec977b0
[WebAssembly] Minor code formatting cleanups. NFC.
by Dan Gohman
· 10 years ago
3469ee1
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
by Dan Gohman
· 10 years ago
1d68e80f
[WebAssembly] Make CFG stackification independent of basic-block labels.
by Dan Gohman
· 10 years ago
26c6765
[WebAssembly] Define WebAssembly-specific relocation codes.
by Dan Gohman
· 10 years ago
35e4a28
[WebAssembly] Minor code cleanups. NFC.
by Dan Gohman
· 10 years ago
a2b2cdc
[WebAssembly] Trim unneeded #includes. NFC.
by Dan Gohman
· 10 years ago
993d35b4
Remove now-unused include
by Derek Schuff
· 10 years ago
83717cc
Iterate over phys regs instead
by Derek Schuff
· 10 years ago
45cd5a7
[WebAssembly] Print an extra local decl when the user stack pointer is used
by Derek Schuff
· 10 years ago
e2831b4
[WebAssembly] Use the new offset syntax for memory operands in inline asm.
by Dan Gohman
· 10 years ago
30a42bf
[WebAssembly] Support more kinds of inline asm operands
by Dan Gohman
· 10 years ago
dcba338
[WebAssembly] Remove .import printing.
by Dan Gohman
· 10 years ago
6d63f96
[WebAssembly] Remove an unneeded getAnalysisUsage override.
by Dan Gohman
· 10 years ago
5e0886b
[WebAssembly] Factor out a TypeToString function, since we need it in multiple places.
by Dan Gohman
· 10 years ago
7a6b982
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
by Dan Gohman
· 10 years ago
04c0401
[WebAssembly] Whitespace consistency. NFC.
by Dan Gohman
· 10 years ago
f685722
[WebAssembly] Always print loop end labels
by Dan Gohman
· 10 years ago
53828fd
[WebAssembly] Emit .param, .result, and .local through MC.
by Dan Gohman
· 10 years ago
d962527
[WebAssembly] Remove the AsmPrinter code for printing physical registers.
by Dan Gohman
· 10 years ago
4ba4816
[WebAssembly] Enable register coloring and register stackifying.
by Dan Gohman
· 10 years ago
46e3316
[WebAssembly] Fix function return type printing
by Derek Schuff
· 10 years ago
f19ed56
[WebAssembly] Inline asm support.
by Dan Gohman
· 10 years ago
058fce5
[WebAssembly] Introduce a new pseudo-operand for unused expression results.
by Dan Gohman
· 10 years ago
b0311c5
Roll an expression into an assert to fix -Wunused-variable in a -Asserts build
by David Blaikie
· 10 years ago
cf4748f
[WebAssembly] Reapply r252858, with svn add for the new file.
by Dan Gohman
· 10 years ago
7384a2d
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
by Hans Wennborg
· 10 years ago
9dd55a8
[WebAssembly] Switch to MC for instruction printing.
by Dan Gohman
· 10 years ago
754cd11
[WebAssembly] Support non-legal argument and return types.
by Dan Gohman
· 10 years ago
16d314d
[WebAssembly] Remove special cases for things that are no longer special. NFC.
by Dan Gohman
· 10 years ago
4b96d8d
[WebAssembly] Make expression-stack pushing explicit
by Dan Gohman
· 10 years ago
da7f428
[WebAssembly] Rename Immediate instructions to Const.
by Dan Gohman
· 10 years ago
5789a69
[WebAssembly] Fix import statement
by JF Bastien
· 10 years ago
7b452e2
[WebAssembly] Update opcode name format for conversions
by JF Bastien
· 10 years ago
f2364bf
WebAssembly: fix more syntax
by JF Bastien
· 10 years ago
1a59c6b
WebAssembly: support imports
by JF Bastien
· 10 years ago
c8f89e8
WebAssembly: fix call/return syntax.
by JF Bastien
· 10 years ago
3428ed4
WebAssembly: don't omit dead vregs from locals
by JF Bastien
· 10 years ago
1d20a5e
WebAssembly: update syntax
by JF Bastien
· 10 years ago
e51c058
[WebAssembly] Switch to a more traditional assembly syntax
by Dan Gohman
· 10 years ago
6a050f3
[WebAssembly] Rename setlocal to set_local to match the spec.
by Dan Gohman
· 10 years ago
979840d
[WebAssembly] Fix hasAddr64 being used before being initializer.
by Dan Gohman
· 10 years ago
a3eaa20
Fix CodeGen/WebAssembly/global.ll test under ASAN.
by Alexander Kornienko
· 10 years ago
950a13c
[WebAssembly] Check in an initial CFG Stackifier pass
by Dan Gohman
· 10 years ago
1ce7ba5
[WebAssembly] Tidy up some unneeded newline characters.
by Dan Gohman
· 10 years ago
4f52e00
[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
by Dan Gohman
· 10 years ago
73ff6af
WebAssembly: generate load/store
by JF Bastien
· 10 years ago
b1b61eb
WebAssembly: NFC comment update
by JF Bastien
· 10 years ago
45479f6
WebAssembly: handle private/internal globals.
by JF Bastien
· 10 years ago
54be3b1
WebAssembly: assert that there aren't any constant pools
by JF Bastien
· 10 years ago
b6091df
WebAssembly: emit `(func (param t) (result t))` s-expressions
by JF Bastien
· 10 years ago
af111db
WebAssembly: Implement call
by JF Bastien
· 10 years ago
19c2e66
Revert two bad commits.
by JF Bastien
· 10 years ago
744ad10
Missing print.
by JF Bastien
· 10 years ago
12e1997
[WebAssembly] Make the assembly printer indent instructions.
by Dan Gohman
· 10 years ago
69c4c76
[WebAssembly] CodeGen support for __builtin_wasm_page_size()
by Dan Gohman
· 10 years ago
e419a7c
[WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC.
by Dan Gohman
· 10 years ago
11bf0da
WebAssembly: NFC fix release build break, unused variable.
by JF Bastien
· 10 years ago
e73ce68
WebAssembly: simply assert on SNaN and NaNs with payloads
by JF Bastien
· 10 years ago
4a64225
WebAssembly: print immediates
by JF Bastien
· 10 years ago
315cc06
WebAssembly: textual emission uses expected opcode names
by JF Bastien
· 10 years ago
8f9aea0
WebAssembly: handle more than int32 argument/return
by JF Bastien
· 10 years ago
600aee9
WebAssembly: print basic integer assembly.
by JF Bastien
· 10 years ago
b9073fb
WebAssembly: basic bitcode → assembly CodeGen test
by JF Bastien
· 10 years ago