index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2013-12-22
use simplify allocas pass
Alon Zakai
2013-12-22
limit # of vars on one line
Alon Zakai
2013-12-22
add pass to simplify allocas, so they can better be nativized later
Alon Zakai
2013-12-21
nativize variables on the stack that are just loaded and stored
Alon Zakai
2013-12-21
optimize integer multiply with a constant
Alon Zakai
2013-12-20
emit debug info
Alon Zakai
2013-12-20
dump IR on illegal stuff hit in backend
Alon Zakai
2013-12-20
fix 16-bit aligned loads
Alon Zakai
2013-12-20
fix branch on constant
Alon Zakai
2013-12-20
fix parens in ashr/lshr
Alon Zakai
2013-12-20
fix load duplication bug
Alon Zakai
2013-12-20
fix lshr on <32 bits
Alon Zakai
2013-12-19
rename CppWriter to JSWriter
Alon Zakai
2013-12-19
rip out a lot of unnecessary c++ backend code
Alon Zakai
2013-12-19
fix phis from legalized switches properly, both targets and default target
Alon Zakai
2013-12-19
don't break phis with switch legalization
Alon Zakai
2013-12-19
fix alignment of load/store of high 4 bytes
Alon Zakai
2013-12-19
legalize switch i64
Alon Zakai
2013-12-19
fix unique name handling
Alon Zakai
2013-12-18
remove some unneeded code
Alon Zakai
2013-12-18
remove bitcasts that were introduced while legalizing functions in i64 ↵
Alon Zakai
legalization of functions
2013-12-18
be more careful about sext/zext of i32 to i64, the input element may be ↵
Alon Zakai
modified, so copy it
2013-12-18
don't try to legalize llvm.dbg.declare, and ignore it later
Alon Zakai
2013-12-18
fix ftostr_exact on small doubles
Alon Zakai
2013-12-18
fix FPtoIHigh
Alon Zakai
2013-12-18
fix
Alon Zakai
2013-12-18
fix i64 signed icmp
Alon Zakai
2013-12-17
fix i64 icmp
Alon Zakai
2013-12-17
legalize fptoui
Alon Zakai
2013-12-16
ignore llvm_dbg_declare
Alon Zakai
2013-12-15
bitcast double to i64, and fix BItoD
Alon Zakai
2013-12-15
fix coercions in bitcast
Alon Zakai
2013-12-15
do not try to sign boolean constants
Alon Zakai
2013-12-15
fix float undefs
Alon Zakai
2013-12-15
abort on asm(), and direct people to EM_ASM()
Alon Zakai
2013-12-15
do not redirect to Math builtins, just call them
Alon Zakai
2013-12-15
handle i64 to float, not just double
Alon Zakai
2013-12-15
fix cast on final missing returns
Alon Zakai
2013-12-15
fix shifs of <32 bits
Alon Zakai
2013-12-14
remove unneeded casts in bitshifts
Alon Zakai
2013-12-14
fix unaligned read
Alon Zakai
2013-12-14
fix ptr+offset in global constant
Alon Zakai
2013-12-14
fix some casts
Alon Zakai
2013-12-14
fix i64 zext
Alon Zakai
2013-12-14
handle short floats
Alon Zakai
2013-12-14
improve float emitting
Alon Zakai
2013-12-14
fix legalization of sext
Alon Zakai
2013-12-14
unaligned fixes
Alon Zakai
2013-12-14
inline llvm_expect_i32
Alon Zakai
2013-12-14
legalize bitcast of i64
Alon Zakai
[prev]
[next]