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] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[WebAssembly] Move InstPrinter files to MCTargetDesc. NFC
David L. Jones
2019-05-13
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-2
/
+1
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-10
/
+3
*
[WebAssembly] Merge used feature sets, update atomics linkage policy
Thomas Lively
2019-03-29
1
-32
/
+27
*
[WebAssembly][NFC] Fix formatting error from rL356610
Thomas Lively
2019-03-20
1
-2
/
+3
*
[WebAssembly] Target features section
Thomas Lively
2019-03-20
1
-0
/
+58
*
[WebAssembly] Remove unneeded MCSymbolRefExpr variants
Sam Clegg
2019-02-22
1
-9
/
+0
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
1
-0
/
+1
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-15
/
+15
*
[WebAssembly] Add codegen support for the import_field attribute
Dan Gohman
2019-02-01
1
-1
/
+8
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] Add languages from debug info to producers section
Thomas Lively
2019-01-18
1
-13
/
+38
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-17
1
-0
/
+30
*
Revert "[WebAssembly] Parse llvm.ident into producers section"
Thomas Lively
2019-01-17
1
-30
/
+0
*
[WebAssembly] Parse llvm.ident into producers section
Thomas Lively
2019-01-16
1
-0
/
+30
*
[WebAssembly] TargetStreamer cleanup (NFC)
Heejin Ahn
2018-12-11
1
-0
/
+3
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
1
-4
/
+5
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
1
-3
/
+4
*
[WebAssembly] Added a .globaltype directive to .s output.
Wouter van Oortmerssen
2018-11-02
1
-0
/
+9
*
[WebAssembly][NFC] Unify ARGUMENT classes
Thomas Lively
2018-10-13
1
-8
/
+8
*
[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm
Derek Schuff
2018-10-03
1
-17
/
+25
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-2
/
+2
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-27
1
-8
/
+28
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-08-13
1
-28
/
+8
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-08-10
1
-8
/
+28
*
[WebAssembly] Update SIMD binary arithmetic
Derek Schuff
2018-08-07
1
-2
/
+6
*
Revert "[WebAssembly] Added default stack-only instruction mode for MC."
Wouter van Oortmerssen
2018-07-27
1
-24
/
+8
*
[WebAssembly] Added default stack-only instruction mode for MC.
Wouter van Oortmerssen
2018-07-27
1
-8
/
+24
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-26
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Allow for the creation of user-defined custom sections
Sam Clegg
2018-04-05
1
-1
/
+22
*
[WebAssembly] Fix casting MCSymbol to MCSymbolWasm on ELF
Jacob Gravelle
2018-02-12
1
-3
/
+5
*
[WebAssembly] Add mechanisms for specifying an explicit import module name.
Dan Gohman
2018-02-09
1
-2
/
+8
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Fix WebAssembly backend for some LLVM API changes
David Blaikie
2017-12-15
1
-1
/
+1
*
[WebAssembly] Don't try to emit size information for unsized types
Dan Gohman
2017-12-07
1
-5
/
+7
*
[WebAssembly] Remove WASM_STACK_POINTER.
Dan Gohman
2017-12-06
1
-6
/
+0
*
[WebAssembly] Only emit stack pointer delcaration in BinFormatWasm assembly
Derek Schuff
2017-12-06
1
-2
/
+4
*
[WebAssembly] Implement WASM_STACK_POINTER.
Dan Gohman
2017-12-05
1
-0
/
+4
*
[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
[next]