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: 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
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
1
-1
/
+1
*
WebAssembly: fix build breakage.
JF Bastien
2015-07-14
2
-5
/
+6
*
WebAssembly: add basic int/fp instruction codegen.
JF Bastien
2015-07-14
3
-28
/
+63
*
WebAssembly: basic instructions todo, and basic register info.
JF Bastien
2015-07-10
16
-19
/
+331
*
Unbreak WebAssembly build
JF Bastien
2015-07-09
4
-26
/
+6
*
[WebAssembly] Set the scheduling preference.
Dan Gohman
2015-07-07
1
-0
/
+2
*
WebAssembly: add some TODO
JF Bastien
2015-07-06
1
-0
/
+11
*
[WebAssembly] Set the HasFloatingPointExceptions flag for WebAssembly.
Dan Gohman
2015-07-02
1
-1
/
+5
*
WebAssembly: start instructions
JF Bastien
2015-07-01
8
-13
/
+31
*
[WebAssembly] Define separate Target instances for 32-bit and 64-bit.
Dan Gohman
2015-07-01
4
-6
/
+9
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
47
-0
/
+1839