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
path:
root
/
lib
/
Target
/
CppBackend
Age
Commit message (
Collapse
)
Author
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 unique name handling
Alon Zakai
2013-12-18
remove some unneeded code
Alon Zakai
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-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
handle short floats
Alon Zakai
2013-12-14
improve float emitting
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
2013-12-14
legalize sitofp and uitofp
Alon Zakai
2013-12-14
fix fcmp
Alon Zakai
2013-12-14
fix FPtoIHigh
Alon Zakai
2013-12-14
export used redirects
Alon Zakai
2013-12-14
assume ridiculous alignment in load and store are from constant pointers, so ↵
Alon Zakai
segfault
2013-12-14
import all library redirects
Alon Zakai
2013-12-14
remove unnecessary cast in redirect handlers
Alon Zakai
2013-12-13
use signed by default, unless explicitly unsigned
Alon Zakai
2013-12-13
support global constants that are an add on a ptrtoint
Alon Zakai
2013-12-13
support multiple global initializers
Alon Zakai
2013-12-13
fix trunc of const
Alon Zakai
2013-12-13
fix unaligned reads
Alon Zakai
2013-12-13
fix global extern detection
Alon Zakai
2013-12-13
fix unaligned load code
Alon Zakai
2013-12-13
fix zext signedness
Alon Zakai
2013-12-13
fix relooper usage where we created duplicate branches in switches
Alon Zakai
2013-12-13
fix pointer type cast
Alon Zakai
2013-12-12
implement AtomicCmpXchg
Alon Zakai
2013-12-12
atol alias
Alon Zakai
2013-12-12
ntohl and ntohs aliases
Alon Zakai
2013-12-08
legalize fptosi
Alon Zakai
[next]