aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
AgeCommit message (Expand)Author
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-07-03commentsAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper fun...Alon Zakai
2011-06-29backout previous broken commitAlon Zakai
2011-06-29indexize external functions (for shared libraries, primarily), +some code cle...Alon Zakai
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-27Merge remote-tracking branch 'upstream/master'max99x
2011-06-27Support for negative infinity in IEEEUnHex().max99x
2011-06-26cleanup: do indexizeFunctions inside finalizeLLVMParameterAlon Zakai
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-26Fixed function indexing issues between parent and child;max99x
2011-06-25indexize Math.* properly. fixes issue 29Alon Zakai
2011-06-11simplify memcpy/memset for ta2Alon Zakai
2011-06-11optimize memset and memcpy in ta2Alon Zakai
2011-06-11fix operator precedence bug with overflow correction, improve dlmalloc testAlon Zakai
2011-06-11always sign/unsign constants at compile timeAlon Zakai
2011-06-09better warning about 64-bit overflowsAlon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-08optimize 32bit unsignAlon Zakai
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 but...Alon Zakai
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