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
/
CPPBackend.cpp
Age
Commit message (
Expand
)
Author
2013-12-27
CPPBackend => JSBackend
Alon Zakai
2013-12-27
optimize generateInstruction code emitting
Alon Zakai
2013-12-27
clean up some unneeded code
Alon Zakai
2013-12-27
optimize some string usages
Alon Zakai
2013-12-26
update relooper and prepare to use emulation in it when necessary
Alon Zakai
2013-12-24
fix phi cycle detection getting confused by non-relevant values
Alon Zakai
2013-12-24
name backend passes
Alon Zakai
2013-12-22
use function alignment to pack function tables more efficiently
Alon Zakai
2013-12-22
use comma operator for float <-> int bitcasts, to ensure they are not treated...
Alon Zakai
2013-12-22
fix type of nativized allocas
Alon Zakai
2013-12-22
use simplify allocas pass
Alon Zakai
2013-12-22
limit # of vars on one line
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 unique name handling
Alon Zakai
2013-12-18
remove some unneeded code
Alon Zakai
2013-12-18
fix ftostr_exact on small doubles
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
fix cast on final missing returns
Alon Zakai
2013-12-15
fix shifs of <32 bits
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
fix fcmp
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
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
[next]