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
2012-12-07
properly count pointer sizes in structural types
Alon Zakai
2012-12-07
legalize illegal parts of structural types
Alon Zakai
2012-12-07
properly legalize return
Alon Zakai
2012-12-07
properly decide when to legalize a call return value
Alon Zakai
2012-12-07
standardize tempRet to start at 0
Alon Zakai
2012-12-07
generalize handling of zeroinitializer and undef in legalizer code
Alon Zakai
2012-12-07
legalize insertvalue
Alon Zakai
2012-12-07
properly legalize storing an entire structure literal
Alon Zakai
2012-12-07
legalize loads and stores of entire structures
Alon Zakai
2012-12-07
do not legalize landingpad, for now
Alon Zakai
2012-12-07
legalize select structurals
Alon Zakai
2012-12-07
fix bug when we legalize call params and assume return value is also in need ...
Alon Zakai
2012-12-07
start to legalize structural return values into one direct return plus the re...
Alon Zakai
2012-12-07
start to legalize structural types
Alon Zakai
2012-12-07
shorten temp var name
Alon Zakai
2012-12-07
64-bit dynamic shifts in asm
Alon Zakai
2012-11-20
comment
Alon Zakai
2012-11-20
warn on very large structural types that slow us down
Alon Zakai
2012-11-12
handle as best we can surprising types for legalized bitcasts. fixes #701
Alon Zakai
2012-11-09
remove dead code
Alon Zakai
2012-11-08
initial hacking
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-10-26
do not do signalyzer pass if sign correction is on - it can only hurt there
Alon Zakai
2012-10-12
remove some phi warnings by default
Alon Zakai
2012-08-29
fix extension of non-i32s to >i32s
Alon Zakai
2012-08-24
check for additional stack allocations and varargs in the whole function, not...
Alon Zakai
2012-07-16
handle i64 icmp using processMathOp code
Alon Zakai
2012-07-16
handle illegal icmps; fixes #514
Alon Zakai
2012-05-14
allow nonexistent phis in another location + add test
Alon Zakai
2012-05-14
allow nonexistend phi labels, llvm generates unneeded ones sometimes
Alon Zakai
2012-05-12
simply compiler by always pushing back phis
Alon Zakai
2012-05-11
fix bug with missing entry labels being misused between original labels and n...
Alon Zakai
2012-04-19
zext sign correction for bitcasting from <32 bits to i64
Alon Zakai
2012-03-02
comment
Alon Zakai
2012-03-02
minify label ids to numbers early in the analysis
Alon Zakai
2012-03-01
emit smaller labels for loops
Alon Zakai
2012-02-29
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
properly handle illegal phi literals
Alon Zakai
2012-02-27
legalize switch i64
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
support more mathops in legalizer
Alon Zakai
2012-02-25
refactor out paramX in mathops
Alon Zakai
2012-02-20
generate signed legalized 32-bit chunks
Alon Zakai
2012-02-18
basic support for setjmp/longjmp
Alon Zakai
2012-02-14
handle the case of the initial alloca being a variable one
Alon Zakai
2012-02-11
do not try to legalize bitcasts between doubles and floats
Alon Zakai
2012-02-11
legalize invoke
Alon Zakai
2012-02-11
fix typo in select legalization
Alon Zakai
2012-02-11
fix bug with i64 return values
Alon Zakai
[next]