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] Don't emit .import_global for the wasm target.
Dan Gohman
2017-12-05
1
-1
/
+2
*
[WebAssembly] Revise the strategy for inline asm.
Dan Gohman
2017-11-08
1
-6
/
+5
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
1
-5
/
+2
*
[WebAssembly] Use __stack_pointer global when writing wasm binary
Sam Clegg
2017-06-16
1
-7
/
+0
*
[WebAssembly] Fix symbol type for addresses of external functions
Sam Clegg
2017-06-13
1
-2
/
+8
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-2
/
+1
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
[WebAssembly] Initial linking metadata support
Dan Gohman
2017-03-30
1
-0
/
+2
*
[WebAssembly] Add support for using a wasm global for the stack pointer.
Dan Gohman
2017-02-24
1
-0
/
+6
*
[WebAssembly] Basic support for Wasm object file encoding.
Dan Gohman
2017-02-24
1
-71
/
+28
*
[WebAssembly] Emit .import_global assembler directives
Derek Schuff
2016-12-01
1
-0
/
+5
*
[WebAssembly] Implement more WebAssembly binary encoding.
Dan Gohman
2016-10-24
1
-7
/
+6
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
[WebAssemby] Implement block signatures.
Dan Gohman
2016-10-06
1
-34
/
+5
*
[WebAssembly] Delete an unused function. NFC.
Dan Gohman
2016-10-03
1
-5
/
+0
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[WebAssembly] Initial SIMD128 support.
Derek Schuff
2016-08-02
1
-2
/
+11
*
[WebAssembly] Support CFI for WebAssembly target
Derek Schuff
2016-08-01
1
-1
/
+10
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-03
1
-10
/
+37
*
Revert "[WebAssembly] Emit type signatures for declared functions"
Derek Schuff
2016-06-02
1
-31
/
+10
*
[WebAssembly] Emit type signatures for declared functions
Derek Schuff
2016-06-02
1
-10
/
+31
*
[WebAssembly] Optimize away return instructions using fallthroughs.
Dan Gohman
2016-05-21
1
-0
/
+24
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-11
/
+1
*
[WebAssembly] Minor code formatting cleanups. NFC.
Dan Gohman
2016-01-25
1
-2
/
+1
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
1
-20
/
+24
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
1
-4
/
+0
*
[WebAssembly] Define WebAssembly-specific relocation codes.
Dan Gohman
2016-01-11
1
-0
/
+9
*
[WebAssembly] Minor code cleanups. NFC.
Dan Gohman
2016-01-08
1
-3
/
+3
*
[WebAssembly] Trim unneeded #includes. NFC.
Dan Gohman
2015-12-22
1
-1
/
+0
*
Remove now-unused include
Derek Schuff
2015-12-16
1
-1
/
+0
*
Iterate over phys regs instead
Derek Schuff
2015-12-16
1
-4
/
+9
*
[WebAssembly] Print an extra local decl when the user stack pointer is used
Derek Schuff
2015-12-16
1
-0
/
+6
*
[WebAssembly] Use the new offset syntax for memory operands in inline asm.
Dan Gohman
2015-12-16
1
-1
/
+3
*
[WebAssembly] Support more kinds of inline asm operands
Dan Gohman
2015-12-16
1
-4
/
+24
*
[WebAssembly] Remove .import printing.
Dan Gohman
2015-12-15
1
-58
/
+0
*
[WebAssembly] Remove an unneeded getAnalysisUsage override.
Dan Gohman
2015-12-10
1
-4
/
+0
*
[WebAssembly] Factor out a TypeToString function, since we need it in multipl...
Dan Gohman
2015-12-06
1
-15
/
+1
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-6
/
+3
*
[WebAssembly] Whitespace consistency. NFC.
Dan Gohman
2015-11-25
1
-1
/
+0
*
[WebAssembly] Always print loop end labels
Dan Gohman
2015-11-23
1
-0
/
+4
*
[WebAssembly] Emit .param, .result, and .local through MC.
Dan Gohman
2015-11-23
1
-23
/
+26
*
[WebAssembly] Remove the AsmPrinter code for printing physical registers.
Dan Gohman
2015-11-20
1
-3
/
+2
*
[WebAssembly] Enable register coloring and register stackifying.
Dan Gohman
2015-11-18
1
-25
/
+20
*
[WebAssembly] Fix function return type printing
Derek Schuff
2015-11-16
1
-22
/
+32
*
[WebAssembly] Inline asm support.
Dan Gohman
2015-11-13
1
-0
/
+41
*
[WebAssembly] Introduce a new pseudo-operand for unused expression results.
Dan Gohman
2015-11-13
1
-1
/
+3
*
Roll an expression into an assert to fix -Wunused-variable in a -Asserts build
David Blaikie
2015-11-12
1
-2
/
+1
*
[WebAssembly] Reapply r252858, with svn add for the new file.
Dan Gohman
2015-11-12
1
-145
/
+36
*
Revert r252858: "[WebAssembly] Switch to MC for instruction printing."
Hans Wennborg
2015-11-12
1
-36
/
+145
[prev]
[next]