aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
AgeCommit message (Collapse)Author
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05generalize heap access generation with getHeapOffsetAlon Zakai
2011-06-04optimize Pointer_make (both input size and processing time)Alon Zakai
2011-06-04refactor makeCopyValues and add makeSetValuesAlon Zakai
2011-06-04refactor makeCopyValueAlon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-28fixes for closure compiler advanced optsAlon Zakai
2011-05-27option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0Alon Zakai
2011-05-26improve AUTO_OPTIMIZEAlon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-25allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all ↵Alon Zakai
but these
2011-05-25shortcut for 32 bit unSignAlon Zakai
2011-05-2564-bit bitopsAlon Zakai
2011-05-24handle shifts with more than 32 bitsAlon Zakai
2011-05-19safety parentheses in makeRoundingAlon Zakai
2011-05-16compiler code is now js strict mode compliantAlon Zakai
2011-05-15indexize necessary library functionsAlon Zakai
2011-05-10handle |byval align X|Alon Zakai
2011-05-01warn about inttoptr/ptrtoint in QUANTUM == 1Alon Zakai
2011-04-22work towards QUANTUM_SIZE=1 (unused)Alon Zakai
2011-04-21update bullet test to compile from sourceAlon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-04-13refactor library-needing code out of jsifierAlon Zakai
2011-03-15stop using lots of memory to manage strings at the end of compilationAlon Zakai
2011-03-12optimize memory usage in jsifierAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-03-04fix for closure compilerAlon Zakai
2011-02-27debugging info and test runner fixesAlon Zakai
2011-02-22optimize type discoveryAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-21remove slow identinicerAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2010-12-30simple django-style substitution/macrosAlon Zakai
2010-12-29better slab selection with type infoAlon Zakai
2010-12-28minimal support for 80-bit x87 floatsAlon Zakai
2010-12-27use finalizeLLVMFunctionCall for more functions, and related minor fixesAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25clean up getNativeFieldSizeAlon Zakai
2010-12-25code cleanupAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon Zakai
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-12-02handle bitcasts etc. of call() idents +testAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-21strengthen SAFE_HEAPAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor ↵Alon Zakai
related fixes