aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/JSBackend.cpp
AgeCommit message (Expand)Author
2014-01-31Implement unordered comparisons.Dan Gohman
2014-01-31Implement FNeg operators.Dan Gohman
2014-01-29fix switch choice codeAlon Zakai
2014-01-29clean up some fixmesAlon Zakai
2014-01-27fix missing separator in unaligned read codeAlon Zakai
2014-01-24Merge pull request #6 from juj/win_build_fixesAlon Zakai
2014-01-24Fix serialization of nans, infs and negative floats to JS. Fixes test_float_l...Jukka Jylänki
2014-01-24Don't use the ambiguous pow symbol since it confuses Visual Studio, instead g...Jukka Jylänki
2014-01-24Fix snprintf symbol name on Visual Studio.Jukka Jylänki
2014-01-17optimize ValueNames storageAlon Zakai
2014-01-16align non-constant allocasAlon Zakai
2014-01-13use flexible automatically managed buffer in relooperAlon Zakai
2014-01-12fix ZT* symbols we need to exportAlon Zakai
2014-01-12export select symbols for js libraries to be able to access by nameAlon Zakai
2014-01-10allow function signatures to be customized by the function nameAlon Zakai
2014-01-10handle some more odd constants that exception code can containAlon Zakai
2014-01-10handle some [bitcast x] constants that can show up in landingpad inputsAlon Zakai
2014-01-10fix call handler call with NULLAlon Zakai
2014-01-10lower resumeAlon Zakai
2014-01-10exceptions support in backend itselfAlon Zakai
2014-01-10wip better approach to exceptionsAlon Zakai
2014-01-09exception handling supportAlon Zakai
2014-01-08implement shufflevectorAlon Zakai
2014-01-08fix alloca of vector typeAlon Zakai
2014-01-08avoid compiler warning on variable defAlon Zakai
2014-01-07do not nativize vectorsAlon Zakai
2014-01-07emit zero for simd definesAlon Zakai
2014-01-07emit simd signal in metadataAlon Zakai
2014-01-07initial work to support SIMD vector types and operationsAlon Zakai
2014-01-03emit ? when debug info filename is not knownAlon Zakai
2013-12-27CPPBackend => JSBackendAlon Zakai