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 (
Expand
)
Author
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 iss...
Alon Zakai
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
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| type...
Alon Zakai
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
2010-11-02
support for struct/aggregate values in load&store; all tests pass
alon@honor
2010-10-26
proper blockIds, fixes relooper bug
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-23
small simplification for variable analyzer
alon@honor
2010-10-23
fix for phi-in-phi, and fix uncovered bug with llvm function calls inside phi
alon@honor
2010-10-23
optimize out unneeded item[0]
alon@honor
2010-10-21
gettimeofday(), and more stuff in Runtime
alon@honor
2010-10-21
properly analyze [0 x ...] types (used only for indexing)
alon@honor
2010-10-21
support phi with >2 params
alon@honor
2010-10-21
tweak stack allocation optimization
alon@honor
2010-10-20
dynamic stack allocation support; demangler test closer to passing
alon@honor
2010-10-19
cleanup structure packing calculation
alon@honor
2010-10-19
cleanup discovery of block types
alon@honor
2010-10-18
minor fixes and cleanups
alon@honor
2010-10-18
fix bug with size of small structures, and parsing them
alon@honor
2010-10-17
optimize reintegrator
alon@honor
[next]