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 (
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
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
segfault
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-04
legalize sexts to i64 from <= i32
Alon Zakai
2013-12-03
assert on i64 stores
Alon Zakai
2013-12-03
emit global initializers
Alon Zakai
2013-12-03
make return a nonspecific cast
Alon Zakai
2013-12-03
fix tempDoublePtr additions
Alon Zakai
2013-12-03
emit nonspecific asm casts in function calls
Alon Zakai
2013-12-03
prevent some warnings
Alon Zakai
2013-12-03
ensure function tables
Alon Zakai
2013-12-03
use function types for signature generation
Alon Zakai
2013-12-03
ensure power-of-two function tables
Alon Zakai
2013-12-03
assert on i64s
Alon Zakai
2013-12-03
emit function tables
Alon Zakai
2013-12-02
use switch only based on heuristics for when that is profitable
Alon Zakai
2013-12-02
use externs for fastcomp vars and declare for fastcomp funcs
Alon Zakai
2013-12-02
unaligned reads fixes
Alon Zakai
2013-12-02
missing store breaks
Alon Zakai
2013-12-02
missing breaks
Alon Zakai
[next]