index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emcc
Age
Commit message (
Expand
)
Author
2012-01-30
Import shared.py properly
Ehsan Akhgari
2012-01-27
Add support for using a shell file except than the built-in one
Ehsan Akhgari
2012-01-21
do not generate annotations when disassembling bitcode
Alon Zakai
2012-01-21
EMCC_DEBUG info for library inclusion
Alon Zakai
2012-01-21
test fixes, and fail on trying to use q1 with libcxx
Alon Zakai
2012-01-20
turn on all CORRECT options for libcxx, just to be safe for now
Alon Zakai
2012-01-19
emcc comment
Alon Zakai
2012-01-18
always include dlmalloc if including libcxx, since libcxx uses new internally
Alon Zakai
2012-01-18
move libc++ new into dlmalloc in terms of emcc library autolinking
Alon Zakai
2012-01-18
move dlmalloc to system/lib
Alon Zakai
2012-01-18
LINKABLE options, disabling dead code elimination for shared libraries and ma...
Alon Zakai
2012-01-18
fix bug with doing dead code elimination even with LEAVE_INPUTS_RAW
Alon Zakai
2012-01-18
use llvm internalive and globaldce to remove unneeded code before compiling t...
Alon Zakai
2012-01-18
automatically use libcxx when needed
Alon Zakai
2012-01-18
further refactor the library scanning code, and prepare for libcxx
Alon Zakai
2012-01-18
refactor library def scanning code
Alon Zakai
2012-01-17
fix typo
Alon Zakai
2012-01-17
preparations for libcxx building
Alon Zakai
2012-01-17
fix emcc bug from last commit
Alon Zakai
2012-01-17
refactor emcc compiled library code which handles dlmalloc
Alon Zakai
2012-01-17
cache for dlmalloc and soon libc++
Alon Zakai
2012-01-15
run multiple js optimizer passes in batches
Alon Zakai
2012-01-12
emcc option to compress js whitespace
Alon Zakai
2012-01-07
do not do redundant llvm optimizations on bitcode; do them only when actually...
Alon Zakai
2012-01-07
automatic malloc need detection for new
Alon Zakai
2012-01-05
fix bug with emcc not respecting absolute paths and always placing outputs in...
Alon Zakai
2012-01-04
fix bug with not creating proper bitcode output with proper file name when em...
Alon Zakai
2012-01-04
fix suffix of saved .ll file in emcc debug mode
Alon Zakai
2012-01-04
--js-transform option for emcc
Alon Zakai
2012-01-01
additional emcc debugging output
Alon Zakai
2012-01-01
use reloop-relevant js optimizer passes only when actually relooping
Alon Zakai
2012-01-01
add .ll debugging output option to emcc
Alon Zakai
2011-12-30
add optimizeShiftsConservative to emcc
Alon Zakai
2011-12-28
better debug info from emcc
Alon Zakai
2011-12-26
fix for debug printing in emcc
Alon Zakai
2011-12-26
refactor emcc debug saving of intermediates
Alon Zakai
2011-12-23
emcc debug info
Alon Zakai
2011-12-22
debugging stuff in emcc
Alon Zakai
2011-12-22
better temp dir definition and usage, and more debugging output in emcc
Alon Zakai
2011-12-22
make reloop warning appear only exactly when needed
Alon Zakai
2011-12-21
emcc debugger output
Alon Zakai
2011-12-21
fix for o1.test_cases
Alon Zakai
2011-12-21
add internal option to let emcc not compile inputs to bc. fixes test_cases
Alon Zakai
2011-12-20
refactoring and fixes for running more tests in new o1 and o2 modes
Alon Zakai
2011-12-20
refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-...
Alon Zakai
2011-12-20
hoist multiples into branchings right before them
Alon Zakai
2011-12-19
nicer output in emcc when there are source code errors, plus test
Alon Zakai
2011-12-19
fix closure compiler warning in emcc and add sanity test
Alon Zakai
2011-12-18
sanity checks
Alon Zakai
2011-12-17
remove wip message from emcc
Alon Zakai
[next]