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-11-29
discard almost all .tokens when intertyper ends, to save memory (all except f...
Alon Zakai
2011-11-27
tiny fix for needAnalysis being a dictionary
Alon Zakai
2011-11-23
replace compiler tricks for one-time loop removal and label removal with a pr...
Alon Zakai
2011-11-23
optimize relooper optimizer
Alon Zakai
2011-11-22
remove buggy condition stealing optimization, that is no longer useful anyhow
Alon Zakai
2011-11-21
properly handle branches to phi from invokes in assigns
Alon Zakai
2011-11-19
fix for phis from invoke
Alon Zakai
2011-11-18
support reaching phi from invoke, and a workaround with vars in phi sets for ...
Alon Zakai
2011-11-18
support switches to phi
Alon Zakai
2011-11-18
phi progress, almost all unoptimized tests pass
Alon Zakai
2011-11-18
add new var intertype for hollowed-out phis
Alon Zakai
2011-11-18
further refactoring of phi, and work towards optimized phi
Alon Zakai
2011-11-18
refactor phi code for unoptimized case
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-11
fix phi semantics with multiple dependent phis
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-10-09
try to handle q1 cases where only part of a structure is copied. code is not ...
Alon Zakai
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
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 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
[next]