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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Implement calls with void return types.
Dan Gohman
2015-09-09
4
-8
/
+17
*
[WebAssembly] Tidy up some unneeded newline characters.
Dan Gohman
2015-09-09
1
-10
/
+9
*
[WebAssembly] Fix lowering of calls with more than one argument.
Dan Gohman
2015-09-09
1
-2
/
+5
*
[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
Dan Gohman
2015-09-09
3
-22
/
+38
*
[WebAssembly] Support running without a register allocator in the default Cod...
Dan Gohman
2015-09-08
1
-35
/
+0
*
WebAssembly: NFC rename shr/sar
JF Bastien
2015-09-08
1
-2
/
+2
*
[WebAssembly] Enable SSA lowering and other pre-regalloc passes
Dan Gohman
2015-09-08
1
-1
/
+21
*
WebAssembly: generate load/store
JF Bastien
2015-08-31
3
-49
/
+113
*
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: add small FIXME for AsmPrinter.
JF Bastien
2015-08-26
1
-0
/
+1
*
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: comment out .globl when printing textual assembly
JF Bastien
2015-08-25
1
-1
/
+4
*
[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
Dan Gohman
2015-08-24
1
-1
/
+1
*
WebAssembly: Implement call
JF Bastien
2015-08-24
10
-36
/
+163
*
Revert two bad commits.
JF Bastien
2015-08-24
8
-96
/
+24
*
Missing print.
JF Bastien
2015-08-24
2
-13
/
+14
*
call
JF Bastien
2015-08-24
7
-8
/
+144
*
[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
2
-1
/
+8
*
[WebAssembly] Skeleton FastISel support
Dan Gohman
2015-08-24
5
-0
/
+97
*
[WebAssembly] Implement floating point rounding operators.
Dan Gohman
2015-08-24
2
-12
/
+16
*
[WebAssembly] Tell TargetTransformInfo about popcnt and sqrt.
Dan Gohman
2015-08-24
2
-4
/
+10
*
[WebAssembly] Use the checked form of MachineFunction::getSubtarget. NFC.
Dan Gohman
2015-08-24
2
-4
/
+3
*
[WebAssembly] Implement the is_zero_undef forms of cttz and ctlz
Dan Gohman
2015-08-24
1
-0
/
+6
*
[WebAssembly] Mark more operators as Expand.
Dan Gohman
2015-08-20
1
-0
/
+26
*
[WebAssembly] Use the default alignment for SIMD types.
Dan Gohman
2015-08-19
1
-2
/
+2
*
[WebAssembly] Add Relooper
JF Bastien
2015-08-15
3
-0
/
+1121
*
WebAssembly: floating-point comparisons
JF Bastien
2015-08-12
2
-0
/
+16
*
WebAssembly: implement comparison.
JF Bastien
2015-08-11
4
-25
/
+36
*
WebAssembly: implement WebAssemblyTargetLowering::getTargetNodeName
JF Bastien
2015-08-11
2
-1
/
+13
*
Use llvm::make_unique to fix the MSVC build.
Rafael Espindola
2015-08-11
1
-1
/
+1
*
WebAssembly: NFC fix release build break, unused variable.
JF Bastien
2015-08-11
1
-0
/
+1
*
WebAssembly: add basic floating-point tests
JF Bastien
2015-08-11
1
-4
/
+8
*
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
3
-20
/
+42
*
WebAssembly: textual emission uses expected opcode names
JF Bastien
2015-08-07
1
-12
/
+13
*
WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with...
JF Bastien
2015-08-03
2
-0
/
+7
*
WebAssembly: handle more than int32 argument/return
JF Bastien
2015-08-01
4
-8
/
+30
*
WebAssembly: handle `ret void`.
JF Bastien
2015-07-31
3
-3
/
+3
*
WebAssembly: handle unused function arguments.
JF Bastien
2015-07-31
1
-4
/
+6
*
WebAssembly: print basic integer assembly.
JF Bastien
2015-07-31
6
-10
/
+134
*
Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...
Nick Lewycky
2015-07-29
1
-1
/
+1
*
WebAssembly: MCAsmInfo only has one syntax variant for now.
JF Bastien
2015-07-28
1
-5
/
+3
*
WebAssembly: add a generic CPU
JF Bastien
2015-07-27
1
-0
/
+3
*
WebAssembly: more MCAsmInfo nits.
JF Bastien
2015-07-27
1
-5
/
+1
*
WebAssembly: minor MCAsmInfo fixes
JF Bastien
2015-07-27
1
-1
/
+8
*
WebAssembly: basic bitcode → assembly CodeGen test
JF Bastien
2015-07-22
15
-18
/
+310
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
2
-23
/
+0
[next]