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-01
differentiate external vars from funcs
Alon Zakai
2013-11-30
convert float and double constants even more carefully
Alon Zakai
2013-11-30
fix variable-size alloca cast
Alon Zakai
2013-11-30
refactor global constant allocation, and assume worst-case 8-byte alignment f...
Alon Zakai
2013-11-29
handle memmove intrinsic
Alon Zakai
2013-11-29
emit float constants properly
Alon Zakai
2013-11-29
generate postSets
Alon Zakai
2013-11-29
refactor getPtr
Alon Zakai
2013-11-29
add a final return if necessary
Alon Zakai
2013-11-29
support runtime-sized allocas
Alon Zakai
2013-11-28
atomicrmw
Alon Zakai
2013-11-28
getStore
Alon Zakai
2013-11-28
getLoad
Alon Zakai
2013-11-28
fix alloca
Alon Zakai
2013-11-28
fix emitting of doubles with lots of digits
Alon Zakai
2013-11-27
index functions from getPtr as well
Alon Zakai
2013-11-27
fix ptrtoint
Alon Zakai
2013-11-27
emit externals
Alon Zakai
2013-11-27
simplify getPtrUse
Alon Zakai
2013-11-27
emit 0 for undef
Alon Zakai
2013-11-27
fix switches
Alon Zakai
2013-11-27
global constant cleanups
Alon Zakai
2013-11-25
handle ptrtoint of functions
Alon Zakai
2013-11-25
debug stuff
Alon Zakai
2013-11-25
start to parse global constants
Alon Zakai
2013-11-25
make constant parsing occur in 2 passes, one to calculate their addresses and...
Alon Zakai
2013-11-25
fcmp
Alon Zakai
2013-11-25
add an easy way to customize name and number of arguments in a callhandler
Alon Zakai
2013-11-25
sign/unsign constants
Alon Zakai
2013-11-25
add missing coercion on Math.imul
Alon Zakai
2013-11-24
try to emit the same register names as llvm ir has
Alon Zakai
2013-11-24
fixes
Alon Zakai
2013-11-24
CallHandler system
Alon Zakai
2013-11-24
remove unneeded code in unreachable
Alon Zakai
2013-11-24
fix select assign
Alon Zakai
2013-11-24
cleanup
Alon Zakai
2013-11-24
select
Alon Zakai
2013-11-24
emit switches
Alon Zakai
2013-11-24
handle unreachable
Alon Zakai
2013-11-24
coerce loads
Alon Zakai
2013-11-24
fix memory initializer emitting
Alon Zakai
2013-11-24
fix CAZ locations
Alon Zakai
2013-11-24
semicolons
Alon Zakai
2013-11-24
handle zeroinit global constants
Alon Zakai
2013-11-23
handle unaligned loads
Alon Zakai
2013-11-23
fixes
Alon Zakai
2013-11-23
handle all unaligned double stores
Alon Zakai
2013-11-23
alignment fixes
Alon Zakai
2013-11-23
handle unaligned stores
Alon Zakai
2013-11-23
refactor getPtrUse to handle extra offsets and forced byte alignment
Alon Zakai
[prev]
[next]