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-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-17
fix ta2 memcpy bug, and enable ta2 in sqlite test
Alon Zakai
2011-09-16
Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svn
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-14
always correct signs in the autodebugger code
Alon Zakai
2011-09-13
faster shortcuts for sign/unsign
Alon Zakai
2011-09-13
do not do some unnecessary signing/unsigning
Alon Zakai
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
2011-09-13
Added guard for getelementptr param type parsing (needed for Ruby).
max99x
2011-09-10
force shifts on i64s to remain integers
Alon Zakai
2011-09-07
improve global alias processing, including sort by dependency. poppler test p...
Alon Zakai
2011-09-06
do not indexize global aliases
Alon Zakai
2011-09-06
handle anonymous packed struct types
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-09-01
fix bugs with parsing anonymous structure types
Alon Zakai
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-28
FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix
Alon Zakai
2011-08-27
intertyper tweaks
Alon Zakai
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
[next]