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
/
WebAssemblyISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
1
-17
/
+18
*
[WebAssembly] Fix inline asm support for i64 operands.
Dan Gohman
2015-11-25
1
-1
/
+5
*
[WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman
2015-11-25
1
-0
/
+4
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
1
-2
/
+4
*
[WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman
2015-11-25
1
-0
/
+13
*
[WebAssembly] Add 'final' to some classes. NFC.
Dan Gohman
2015-11-25
1
-1
/
+1
*
[WebAssembly] Whitespace consistency. NFC.
Dan Gohman
2015-11-25
1
-1
/
+0
*
[WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in th...
Dan Gohman
2015-11-20
1
-3
/
+3
*
[WebAssembly] Implement isCheapToSpeculateCtlz and isCheapToSpeculateCttz.
Dan Gohman
2015-11-19
1
-0
/
+10
*
[WebAssembly] Fix function return type printing
Derek Schuff
2015-11-16
1
-3
/
+0
*
[WebAssembly] Minor code simplification. NFC.
Dan Gohman
2015-11-14
1
-3
/
+1
*
[WebAssembly] Support signext, zeroext, and several other function attributes.
Dan Gohman
2015-11-14
1
-22
/
+0
*
[WebAssembly] Inline asm support.
Dan Gohman
2015-11-13
1
-0
/
+17
*
[WebAssembly] Support non-legal argument and return types.
Dan Gohman
2015-11-11
1
-13
/
+31
*
[WebAssembly] Support for floating point min and max.
Dan Gohman
2015-11-10
1
-0
/
+3
*
[WebAssembly] Support 'unreachable' expression
Derek Schuff
2015-11-10
1
-0
/
+3
*
[WebAssembly] Switch to a more traditional assembly syntax
Dan Gohman
2015-10-06
1
-1
/
+6
*
[WebAssembly] Support calls marked as "tail", fastcc, and coldcc.
Dan Gohman
2015-10-02
1
-4
/
+14
*
[WebAssembly] Rename several functions and types according to the new spec.
Dan Gohman
2015-09-26
1
-4
/
+4
*
[WebAssembly] Check in an initial CFG Stackifier pass
Dan Gohman
2015-09-16
1
-0
/
+51
*
[WebAssembly] Implement calls with void return types.
Dan Gohman
2015-09-09
1
-1
/
+3
*
[WebAssembly] Fix lowering of calls with more than one argument.
Dan Gohman
2015-09-09
1
-2
/
+5
*
WebAssembly: generate load/store
JF Bastien
2015-08-31
1
-2
/
+10
*
[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
Dan Gohman
2015-08-24
1
-1
/
+1
*
WebAssembly: Implement call
JF Bastien
2015-08-24
1
-20
/
+60
*
Revert two bad commits.
JF Bastien
2015-08-24
1
-21
/
+19
*
Missing print.
JF Bastien
2015-08-24
1
-13
/
+13
*
call
JF Bastien
2015-08-24
1
-3
/
+70
*
[WebAssembly] Skeleton FastISel support
Dan Gohman
2015-08-24
1
-0
/
+5
*
[WebAssembly] Implement floating point rounding operators.
Dan Gohman
2015-08-24
1
-3
/
+6
*
[WebAssembly] Mark more operators as Expand.
Dan Gohman
2015-08-20
1
-0
/
+26
*
WebAssembly: floating-point comparisons
JF Bastien
2015-08-12
1
-0
/
+2
*
WebAssembly: implement comparison.
JF Bastien
2015-08-11
1
-3
/
+8
*
WebAssembly: implement WebAssemblyTargetLowering::getTargetNodeName
JF Bastien
2015-08-11
1
-0
/
+10
*
WebAssembly: print immediates
JF Bastien
2015-08-10
1
-1
/
+5
*
WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with...
JF Bastien
2015-08-03
1
-0
/
+5
*
WebAssembly: handle more than int32 argument/return
JF Bastien
2015-08-01
1
-2
/
+0
*
WebAssembly: handle `ret void`.
JF Bastien
2015-07-31
1
-2
/
+1
*
WebAssembly: handle unused function arguments.
JF Bastien
2015-07-31
1
-4
/
+6
*
WebAssembly: print basic integer assembly.
JF Bastien
2015-07-31
1
-4
/
+38
*
WebAssembly: basic bitcode → assembly CodeGen test
JF Bastien
2015-07-22
1
-0
/
+117
*
[WebAssembly] Set the scheduling preference.
Dan Gohman
2015-07-07
1
-0
/
+2
*
[WebAssembly] Set the HasFloatingPointExceptions flag for WebAssembly.
Dan Gohman
2015-07-02
1
-1
/
+5
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+59