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-02-03
Merge pull request #214 from ehsan/suffixes
Alon Zakai
2012-02-03
Add the so and dll suffixes as bitcode suffixes as well
Ehsan Akhgari
2012-02-03
enable full optimizations with bindings generator
Alon Zakai
2012-02-02
fix for handling of suffixes in emcc
Alon Zakai
2012-02-02
add .a and .dylib as suffixes assumed to be bitcode
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
2012-02-01
make it clear that some emcc messages are warnings
Alon Zakai
2012-02-01
refactor build checks for standalone and unsafe opts
Alon Zakai
2012-01-31
fix usage of llvm opt level in emcc, and test_emcc fixes
Alon Zakai
2012-01-31
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-30
Import shared.py properly
Ehsan Akhgari
2012-01-30
do not do -Ox or LTO when building a linkable module
Alon Zakai
2012-01-29
split LLVM LTO into separate pass
Alon Zakai
2012-01-29
save raw and optimized bc in EMCC_DEBUG
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-27
Add support for using a shell file except than the built-in one
Ehsan Akhgari
2012-01-25
do not include libraries when autodebugging
Alon Zakai
2012-01-25
autodebugger support in emcc
Alon Zakai
2012-01-23
do not suppress child process output in emcc in DEBUG mode
Alon Zakai
2012-01-23
emcc help fix
Alon Zakai
2012-01-23
simplify llvm opt picking code, and allow up to level 3
Alon Zakai
2012-01-23
enable unsafe llvm opts in emcc
Alon Zakai
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
[next]