aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
AgeCommit message (Expand)Author
2013-10-25use float temporary in makeIsNaN when relevantAlon Zakai
2013-10-25properly apply fround to all float constants, even if they are fractions and ...Alon Zakai
2013-10-25respect fround in fptrunc/extAlon Zakai
2013-10-25simplify fround initializerAlon Zakai
2013-10-25fix int to float conversions to differentiate float from doubleAlon Zakai
2013-10-25fround on numerical constants, and fix some related parse issuesAlon Zakai
2013-10-25use fround in asm initializers and coercionsAlon Zakai
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-18avoid allocating huge lists for [BIGNUM x type] typesAlon Zakai
2013-10-18fix simd math operations and improve testAlon Zakai
2013-10-18vector bitcastsAlon Zakai
2013-10-18support for vector types nested in othersAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-18basic support for uint32x4Alon Zakai
2013-10-18shufflevectorAlon Zakai
2013-10-18insertelementAlon Zakai
2013-10-18vector loadAlon Zakai
2013-10-18add basic float simd callsAlon Zakai
2013-10-18define vector literal typeAlon Zakai
2013-10-18setup to do vector ops in processMathopAlon Zakai
2013-10-18use HEAPF32 for <4 x float>Alon Zakai
2013-10-16emit only tokens from tokenize, avoid allocating an object to wrap themAlon Zakai
2013-10-16remove .item from tokenizer outputAlon Zakai
2013-10-16do not add ',' tokens during param list processingAlon Zakai
2013-10-12avoid creating unnecessary objects when calling tokenizeAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-09optimize parseNumericalAlon Zakai
2013-10-08use ident in alloca intertypeAlon Zakai
2013-10-02do not tack on .0 to Infinity or NaNAlon Zakai
2013-10-02do not remove '.' from floats in parseNumericalAlon Zakai
2013-10-02overflow numbers directly in js compilerAlon Zakai
2013-10-02optimize Math.x to Math_xAlon Zakai
2013-10-02if not running js opts, ensure a . in asmEnsureFloat immediatelyAlon Zakai
2013-10-02add explicit vars for illegal mathops and landingpadAlon Zakai
2013-10-02register phi variables in functionAlon Zakai
2013-10-02chunk label init with the restAlon Zakai
2013-10-02remove unnecessary function param coercion parensAlon Zakai
2013-10-02remove whitespace in mathopsAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-27fast-path simple loadsAlon Zakai
2013-09-27improve processMathOp quotingAlon Zakai
2013-09-27better check for when things need quotingAlon Zakai
2013-09-27=== in isLocalVarAlon Zakai
2013-09-26optimize parseLLVMStringAlon Zakai
2013-09-26optimize makeSignOpAlon Zakai
2013-09-26hackish optimization for pre processing of heap inits, avoid pure numeric str...Alon Zakai
2013-09-26fix getFastValue regressionAlon Zakai
2013-09-26remove makeGetPos and part of noNeedFirstAlon Zakai
2013-09-26optimize getFastValueAlon Zakai
2013-09-25optimize getFastValueAlon Zakai