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
2012-02-02
optimize makeGet/SetValue to do 16-bit reads/writes when possible
Alon Zakai
2012-02-02
fix negative i64 comparisons
Alon Zakai
2012-02-01
use ',' to separate in makeSetValues inside function calls
Alon Zakai
2012-02-01
re-enable support for non-fixed i64 bitshifts
Alon Zakai
2012-01-31
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-30
support bitcasts of doubles to i64s in i64 mode 1
Alon Zakai
2012-01-30
handle 32-bit bitcasts int <-> float properly
Alon Zakai
2012-01-29
Fix string global name when use as a function parameter
julien.hamaide
2012-01-28
fix arbitrary int parsing bug
Alon Zakai
2012-01-28
legalize lshr
Alon Zakai
2012-01-27
support legalizing stores with tails of non-32 (but legal) size
Alon Zakai
2012-01-27
refactor i64 constant parsing to handle integers of arbitrary size
Alon Zakai
2012-01-25
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-25
fix some spacing stuff
Alon Zakai
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-24
do not check for corrections in makeSignOp if we are ignoring corrections
Alon Zakai
2012-01-24
fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s
Alon Zakai
2012-01-23
unaligned loads and stores for floats and doubles
Alon Zakai
2012-01-23
fix unaligned reads
Alon Zakai
2012-01-23
fix typo
Alon Zakai
2012-01-23
support unaligned reads/writes in ta2; fixes test_cubescript
Alon Zakai
2012-01-10
compress pointer type names in constant globals, if not using SAFE_HEAP
Alon Zakai
2012-01-09
fix crash bug in processing a mathop with a param2 without an ident
Alon Zakai
2012-01-09
tweak unrolling parameters and add copy benchmark that uses ta2
Alon Zakai
2012-01-09
notice alignment in byval params
Alon Zakai
2012-01-09
optimize memcpy/memset in ta0/1
Alon Zakai
2012-01-08
fix safe heap usage in memcpy for ta0
Alon Zakai
2012-01-08
optimize ta2 memset/memcpy loops
Alon Zakai
2012-01-08
fix ta1 breakage
Alon Zakai
2012-01-08
fix breakage in ta0 and ta1
Alon Zakai
2012-01-08
fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...
Alon Zakai
2012-01-08
support alignment in memset and memcpy in ta2
Alon Zakai
2012-01-07
postfix temp vars in makeCopyValues for ta2
Alon Zakai
2012-01-07
fix safe heap bug with memmove
Alon Zakai
2011-12-31
handle truncation inside ptrtoint when needed, and fix some potential bugs (a...
Alon Zakai
2011-12-31
support ptrtoint into i64 in i64 mode 1
Alon Zakai
2011-12-30
makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue
Alon Zakai
2011-12-26
add missing srem for i64 mode 1
Alon Zakai
2011-12-15
rewrite variable analysis code. eliminate unused variables without side effec...
Alon Zakai
2011-12-11
simplify and slim down value intertype
Alon Zakai
2011-12-10
do unsigned 32-bit loads properly in ta1
Alon Zakai
2011-12-09
fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor correc...
Alon Zakai
2011-12-09
fixes for isNiceIdent
Alon Zakai
2011-12-08
properly resolve multilevel function aliases, fixes bug with adding indexing ...
Alon Zakai
2011-12-08
fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...
Alon Zakai
2011-12-07
fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1
Alon Zakai
2011-12-07
fix test_pgo by not looking for a debug identifier for sign corrections in in...
Alon Zakai
2011-12-07
various i64 fixes, including preventing rounding of small negatives
Alon Zakai
2011-12-07
parseInt test is problematic, mark it as such, and fix some i64 issues with r...
Alon Zakai
2011-12-06
DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...
Alon Zakai
[next]