index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intertyper.js
Age
Commit message (
Expand
)
Author
2013-01-18
fix mathop param types detection
Alon Zakai
2013-01-18
detect correct type of all LLVM conversions
Alon Zakai
2013-01-18
set correct type for uitofp and sitofp
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-14
fix type of [i|f]cmp
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-31
improve parsing of globals and types
Alon Zakai
2012-12-27
allow (unoptimal) single-phase compiler.js invocation
Alon Zakai
2012-12-09
merge incoming
Alon Zakai
2012-12-08
properly use identifier given to resume instruction, avoids issues with cxa_c...
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the outsid...
Alon Zakai
2012-12-07
add type to atomic
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-11-27
fix alias precheck
Alon Zakai
2012-11-27
external globals and not indexable
Alon Zakai
2012-11-27
notice type of aliases when no named globals
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
remove STRING_TABLE in preparation for better system to reduce # of globals
Alon Zakai
2012-11-19
handle empty inline js
Alon Zakai
2012-11-15
optimize token closing brace check
Alon Zakai
2012-11-15
use test in makeToken as a minor optimization
Alon Zakai
2012-06-14
ignore phi assigns of undef
Alon Zakai
2012-05-28
fix string detection regexp and add test
Alon Zakai
2012-05-25
allow - in globals, aliases and types
Alon Zakai
2012-05-18
ignore module asm, in some cases it is ok to do so, but warn
Alon Zakai
2012-04-11
show compiler warnings to console, not in source
Alon Zakai
2012-04-09
experimental support for inline js
Alon Zakai
2012-04-08
add support for quoted labels; fixes #360
Alon Zakai
2012-04-07
handle dollar in alias names
Alon Zakai
2012-03-06
ignore fence llvm items
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-25
refactor out paramX in mathops
Alon Zakai
2012-02-20
Polymorphic exception handling.
Adrian Taylor
2012-02-11
initial work on legalizing i64s
Alon Zakai
2012-02-06
accept all mathops in inline llvm function calls
Alon Zakai
2012-02-04
refactor out the 'assign' intertype, simplifying and optimizing the compiler
Alon Zakai
2012-02-02
fix bug with using an implicit label in a phi more than once
Alon Zakai
2012-01-30
handle 32-bit bitcasts int <-> float properly
Alon Zakai
2012-01-27
first working part of legalizing stores
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-21
do not generate annotations when disassembling bitcode
Alon Zakai
2012-01-17
handle atomic operations appearing in libc++
Alon Zakai
2012-01-05
add debug output of which functions are being processed in side passes
Alon Zakai
2011-12-31
support ptrtoint into i64 in i64 mode 1
Alon Zakai
2011-12-17
do not replace type of later parameters in mathops, if they are themselves ty...
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-09
improve parsing of mathops to more properly detect types
Alon Zakai
[next]