aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-24Fix PNacl Module.cpp build on VS2010. TODO: Move this fix to PNacl upstream.Jukka Jylänki
2014-01-24Don't use the ambiguous pow symbol since it confuses Visual Studio, instead ↵Jukka Jylänki
generate bit masks with shifting.
2014-01-24Fix snprintf symbol name on Visual Studio.Jukka Jylänki
2014-01-24Fix CMake build by unreferring to nonexistent CppBackend.Jukka Jylänki
2014-01-22handle fptosi|ui on both floats and doublesAlon Zakai
2014-01-22typoAlon Zakai
2014-01-21support building projects with both setjmp and c++ exceptions, by avoiding ↵Alon Zakai
modifying setjmp|longjmp in the exceptions lowering code
2014-01-21do not emit pre|postinvoke calls around calls that cannot possibly throw an ↵Alon Zakai
exception
2014-01-20initialize start of setjmp tableAlon Zakai
2014-01-20commentAlon Zakai
2014-01-20fix longjmp rethrowAlon Zakai
2014-01-20emit proper void exit from rejump in void functionsAlon Zakai
2014-01-20get first setjmp test passingAlon Zakai
2014-01-20setjmp fixesAlon Zakai
2014-01-20allow only setjmp or c++ exceptions in fastcomp for nowAlon Zakai
2014-01-19add pre/post-invoke around calls we need to guard for longjmpsAlon Zakai
2014-01-19setjmp fixesAlon Zakai
2014-01-19initial work on setjmp/longjmp for emscriptenAlon Zakai
2014-01-17optimize ValueNames storageAlon Zakai
2014-01-16align non-constant allocasAlon Zakai
2014-01-15update call handlers for latest libc++ in emscriptenAlon Zakai
2014-01-15update relooperAlon Zakai
2014-01-13use flexible automatically managed buffer in relooperAlon Zakai
2014-01-13update relooperAlon Zakai
2014-01-13clean up orphan landingpadsAlon Zakai
2014-01-12handle preinvoke/postinvoke pairs where the call in the middle was optimized ↵Alon Zakai
out; helps #5
2014-01-12fix ZT* symbols we need to exportAlon Zakai
2014-01-12clear threw variable after each invokeAlon Zakai
2014-01-12export select symbols for js libraries to be able to access by nameAlon Zakai
2014-01-11fix phis from legalized switchesAlon Zakai
2014-01-11fixme commentAlon Zakai
2014-01-11properly handle identical lower 32 bits in switch legalizationAlon Zakai
2014-01-11handle i64 undef; helps #5Alon Zakai
2014-01-10implement resumeAlon Zakai
2014-01-10cast landingpad argumentsAlon 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-10cast function pointer first arguments to invokeAlon 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-10fix bug with GetHigh already being defined in moduleAlon Zakai
2014-01-10lower resumeAlon Zakai
2014-01-10handle landingpads with multiple originating invokesAlon Zakai
2014-01-10type corrections in LowerEmExceptionsPassAlon Zakai
2014-01-10exceptions support in backend itselfAlon Zakai
2014-01-10wip better approach to exceptionsAlon Zakai
2014-01-09cmake fixAlon Zakai
2014-01-09exception handling supportAlon Zakai
2014-01-09Merge pull request #4 from waywardmonkeys/rename-readmeAlon Zakai
Rename readme.txt as it clashes with README.txt.
2014-01-09Rename readme.txt as it clashes with README.txt.Bruce Mitchener
This is an issue on case-insensitive file systems.