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
/
analyzer.js
Age
Commit message (
Collapse
)
Author
2011-10-07
fix bug with analyzing {..}* types
Alon Zakai
2011-09-08
expose branch condition to analysis; fixes ta2 bug with test_if
Alon Zakai
2011-09-06
handle anonymous packed struct types
Alon Zakai
2011-09-02
some metadata and label fixes
Alon Zakai
2011-09-01
fix bugs with parsing anonymous structure types
Alon Zakai
2011-09-01
misc minor bugs
Alon Zakai
2011-08-31
initial work to support resume, landingpad and insertvalue
Alon Zakai
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-28
disable q1 analyses in non-q1 builds
Alon Zakai
2011-08-14
handle i1 in signalyzer
Alon Zakai
2011-07-31
Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();
max99x
Updated all references to the above.
2011-07-04
support for llvm aliases
Alon Zakai
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-26
optimize inclusion of default library items
Alon Zakai
2011-06-26
Fixes for review notes.
max99x
2011-06-26
Added support for including the whole library.
max99x
2011-06-12
tweak relooper to generate tighter inner loops
Alon Zakai
2011-06-09
signalyzer fixes
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-06
fix stack size on TA2
Alon Zakai
2011-06-05
fix alignment issues with USE_TYPED_ARRAYS == 2
Alon Zakai
2011-05-27
fix bug with invalid [#uses=?] parsing
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix ↵
Alon Zakai
issue 14
2011-05-22
quantum 1 fix
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-04-25
tweak relooper, improves fannkuch
Alon Zakai
2011-04-24
cleanup unneeded params in addType
Alon Zakai
2011-04-22
work towards QUANTUM_SIZE=1 (unused)
Alon Zakai
2011-03-03
autodebug improvements
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-12
fix for compiling with spidermonkey
Alon Zakai
2011-01-19
Optimize out some loop labels
Alon Zakai
2011-01-17
handle odd llvm with branches in the middle of labels; all tests pass
Alon Zakai
2010-12-25
comments + clean up compiler.js
Alon Zakai
2010-12-25
refactor and fix global variables, should they be needed for analysis
Alon Zakai
2010-12-25
code cleanup
Alon Zakai
2010-12-19
CHECK_OVERFLOWS option
Alon Zakai
2010-12-15
clean up enzymatic ==> framework
Alon Zakai
--HG-- rename : src/enzymatic.js => src/framework.js
2010-12-09
code cleanup of |,;|s
David LaPalomento
2010-12-04
library additions
Alon Zakai
2010-12-04
fix 2 bugs in variable analyzer
Alon Zakai
2010-11-27
fix bug in laying out of constant structures +tests
Alon Zakai
2010-11-25
generate [0 x type] types automatically
Alon Zakai
2010-11-19
analyze types of function parameters
Alon Zakai
2010-11-18
fix parsing of |noalias| in function calls, minor fix to |getelementptr| ↵
Alon Zakai
type discovery error
2010-11-16
handle identifiers with quotes and ignore |hidden| +test
puffnfresh
2010-11-14
parse each function in a separate pass, to save RAM
Alon Zakai
[next]