index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parseTools.js
Age
Commit message (
Expand
)
Author
2011-09-13
Added guard for getelementptr param type parsing (needed for Ruby).
max99x
2011-08-26
optimize generateStructTypes and flatten
Alon Zakai
2011-08-25
Style fixes in response to code review. No change in functionality.
max99x
2011-08-25
Added an "ignore" parameter to makeGetValue().
max99x
2011-08-24
whitespace
Alon Zakai
2011-08-24
fix bug with not signing/unsigning pointer types
Alon Zakai
2011-08-21
add missing blockaddr support
Alon Zakai
2011-08-14
fix bug with storing aggregates
Alon Zakai
2011-08-14
allow walking of allocatedNum in alloca items
Alon Zakai
2011-08-07
clearer warnings about 64-bit ops
Alon Zakai
2011-08-05
improve Debugging.getIdentifier
Alon Zakai
2011-07-31
Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();
max99x
2011-07-29
fixes for strict mode warnings in compiler
Alon Zakai
2011-07-15
refactor Pointer_make into allocate
Alon Zakai
2011-07-03
comments
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-27
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-27
Support for negative infinity in IEEEUnHex().
max99x
2011-06-26
cleanup: do indexizeFunctions inside finalizeLLVMParameter
Alon Zakai
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-06-25
indexize Math.* properly. fixes issue 29
Alon Zakai
2011-06-11
simplify memcpy/memset for ta2
Alon Zakai
2011-06-11
optimize memset and memcpy in ta2
Alon Zakai
2011-06-11
fix operator precedence bug with overflow correction, improve dlmalloc test
Alon Zakai
2011-06-11
always sign/unsign constants at compile time
Alon Zakai
2011-06-09
better warning about 64-bit overflows
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-08
optimize 32bit unsign
Alon Zakai
2011-06-05
fix alignment issues with USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-05
generalize heap access generation with getHeapOffset
Alon Zakai
2011-06-04
optimize Pointer_make (both input size and processing time)
Alon Zakai
2011-06-04
refactor makeCopyValues and add makeSetValues
Alon Zakai
2011-06-04
refactor makeCopyValue
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-28
fixes for closure compiler advanced opts
Alon Zakai
2011-05-27
option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0
Alon Zakai
2011-05-26
improve AUTO_OPTIMIZE
Alon Zakai
2011-05-26
improve CHECK_* options, add initial version of AUTO_OPTIMIZE
Alon Zakai
2011-05-25
allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all but...
Alon Zakai
2011-05-25
shortcut for 32 bit unSign
Alon Zakai
2011-05-25
64-bit bitops
Alon Zakai
2011-05-24
handle shifts with more than 32 bits
Alon Zakai
2011-05-19
safety parentheses in makeRounding
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-05-15
indexize necessary library functions
Alon Zakai
[next]