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
2011-07-04
support for llvm aliases
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-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-12
add warning for not running with -show-annotations
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-03
refactor call and invoke into a single method, so invoke supports all possibl...
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-05-10
handle <{ structures that are nested
Alon Zakai
2011-04-22
work towards QUANTUM_SIZE=1 (unused)
Alon Zakai
2011-04-18
refactor parsing of globals
Alon Zakai
2011-04-16
proper support for packed structs
Alon Zakai
2011-03-19
support for llvm 2.9
Alon Zakai
2011-03-04
minor fix in intertyper
Alon Zakai
2011-02-22
optimize type discovery
Alon Zakai
2011-02-22
global Types object refactoring
Alon Zakai
2011-02-21
remove slow identinicer
Alon Zakai
2011-02-20
generate strict mode javascript
Alon Zakai
2011-02-19
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
Alon Zakai
2011-02-18
parse debugging metadata for original filenames
Alon Zakai
2011-02-13
debugging fixes
Alon Zakai
2011-02-12
line number debugging info
Alon Zakai
2011-01-12
make sure our warning about show-annotations always shows up
Alon Zakai
2010-12-29
better slab selection with type info
Alon Zakai
2010-12-26
clean up parsing of llvm calling conventions
Alon Zakai
2010-12-25
comments + clean up compiler.js
Alon Zakai
2010-12-25
code cleanup
Alon Zakai
2010-12-23
error message when encountering asm calls
Alon Zakai
2010-12-18
fixes for llvm optimized code in 2 tests
Alon Zakai
2010-12-15
clean up enzymatic ==> framework
Alon Zakai
2010-12-09
code cleanup of |,;|s
David LaPalomento
2010-12-02
handle bitcasts etc. of call() idents +test
Alon Zakai
2010-11-26
improve varargs support
Alon Zakai
2010-11-25
identify all llvm linkages
Alon Zakai
2010-11-21
SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...
Alon Zakai
2010-11-20
misc minor fixes and additions
Alon Zakai
2010-11-18
fix parsing of |noalias| in function calls, minor fix to |getelementptr| type...
Alon Zakai
2010-11-18
correct lineNums in unparsedFunctions
Alon Zakai
2010-11-17
tweaks for frontend-optimized input
Alon Zakai
2010-11-16
handle identifiers with quotes and ignore |hidden| +test
puffnfresh
2010-11-14
handle global constants that are llvm function calls +test
Alon Zakai
2010-11-14
handle all llvm functions in |store|
Alon Zakai
2010-11-14
parse each function in a separate pass, to save RAM
Alon Zakai
2010-11-13
remove unnecessary line splitting and recombining
Alon Zakai
2010-11-13
fix for global constant pointers to pointers
Alon Zakai
2010-11-13
recognize varargs in function pointer types
Alon Zakai
2010-11-13
cleanup in function header
Alon Zakai
2010-10-25
fix for type of |inttoptr|,|ptrtoint|
alon@honor
2010-10-25
fix bug with type of |select|
alon@honor
[next]