summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly: floating-point comparisonsJF Bastien2015-08-122-0/+16
* WebAssembly: implement comparison.JF Bastien2015-08-114-25/+36
* WebAssembly: implement WebAssemblyTargetLowering::getTargetNodeNameJF Bastien2015-08-112-1/+13
* Use llvm::make_unique to fix the MSVC build.Rafael Espindola2015-08-111-1/+1
* WebAssembly: NFC fix release build break, unused variable.JF Bastien2015-08-111-0/+1
* WebAssembly: add basic floating-point testsJF Bastien2015-08-111-4/+8
* WebAssembly: simply assert on SNaN and NaNs with payloadsJF Bastien2015-08-111-4/+5
* WebAssembly: print immediatesJF Bastien2015-08-103-20/+42
* WebAssembly: textual emission uses expected opcode namesJF Bastien2015-08-071-12/+13
* WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with...JF Bastien2015-08-032-0/+7
* WebAssembly: handle more than int32 argument/returnJF Bastien2015-08-014-8/+30
* WebAssembly: handle `ret void`.JF Bastien2015-07-313-3/+3
* WebAssembly: handle unused function arguments.JF Bastien2015-07-311-4/+6
* WebAssembly: print basic integer assembly.JF Bastien2015-07-316-10/+134
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* WebAssembly: MCAsmInfo only has one syntax variant for now.JF Bastien2015-07-281-5/+3
* WebAssembly: add a generic CPUJF Bastien2015-07-271-0/+3
* WebAssembly: more MCAsmInfo nits.JF Bastien2015-07-271-5/+1
* WebAssembly: minor MCAsmInfo fixesJF Bastien2015-07-271-1/+8
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-2215-18/+310
* Targets: commonize some stack realignment codeJF Bastien2015-07-202-23/+0
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-1/+1
* WebAssembly: fix build breakage.JF Bastien2015-07-142-5/+6
* WebAssembly: add basic int/fp instruction codegen.JF Bastien2015-07-143-28/+63
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-1016-19/+331
* Unbreak WebAssembly buildJF Bastien2015-07-094-26/+6
* [WebAssembly] Set the scheduling preference.Dan Gohman2015-07-071-0/+2
* WebAssembly: add some TODOJF Bastien2015-07-061-0/+11
* [WebAssembly] Set the HasFloatingPointExceptions flag for WebAssembly.Dan Gohman2015-07-021-1/+5
* WebAssembly: start instructionsJF Bastien2015-07-018-13/+31
* [WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman2015-07-014-6/+9
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-2947-0/+1839
OpenPOWER on IntegriCloud