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
/
src
/
intertyper.js
Age
Commit message (
Expand
)
Author
2011-12-11
simplify and slim down value intertype
Alon Zakai
2011-12-09
improve parsing of mathops to more properly detect types
Alon Zakai
2011-12-07
automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ...
Alon Zakai
2011-12-05
support for external variables in runtime linking
Alon Zakai
2011-12-04
fix line numbers with multiple linked files
Alon Zakai
2011-12-04
batch function lines to speed up processing of many tiny functions
Alon Zakai
2011-12-03
various minor compiler optimizations
Alon Zakai
2011-12-03
debug info cleanup
Alon Zakai
2011-12-03
optimize metadata parsing
Alon Zakai
2011-12-02
misc compiler optimizations, now takes half as long to compile freetype
Alon Zakai
2011-12-02
various fixes from js strict mode testing
Alon Zakai
2011-12-01
misc minor but important memory fixes
Alon Zakai
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-29
refactor parseFunctions ==> sidePass
Alon Zakai
2011-11-29
refactor unparsedFunctions a tiny bit
Alon Zakai
2011-11-29
more memory debugging stuff, and a disabled option to throttle the framework ...
Alon Zakai
2011-11-29
discard almost all .tokens when intertyper ends, to save memory (all except f...
Alon Zakai
2011-11-28
fix test_lua by supporting lines beginning with ; inside functions
Alon Zakai
2011-11-28
allow more GCing inside our big compiler loops
Alon Zakai
2011-11-28
partial fix for breakinthemiddle in test_cases
Alon Zakai
2011-11-28
memory debugging code, and some minor optimizations from it
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-11
fix i64 extension bug not being done
Alon Zakai
2011-11-10
more i64 fixes and tests
Alon Zakai
2011-11-10
fixes; i64 passes
Alon Zakai
2011-10-13
fix bug with externs
Alon Zakai
2011-10-13
two minor intertyper fixes for haskell
Alon Zakai
2011-10-12
handle function calls to null (at compile-time..)
Alon Zakai
2011-10-07
take note of types in getelementptr
Alon Zakai
2011-10-06
fix for = hidden alias
Alon Zakai
2011-09-27
fix for parsing landingpad elements
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-08
expose branch condition to analysis; fixes ta2 bug with test_if
Alon Zakai
2011-09-06
handle llvm funcs in aliases
Alon Zakai
2011-09-06
mark types in global constants as needing analysis
Alon Zakai
2011-09-01
fix intertyper parsing bug
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-09-01
fix parsing of packed structs
Alon Zakai
2011-09-01
fix bugs with parsing anonymous structure types
Alon Zakai
2011-09-01
misc minor bugs
Alon Zakai
2011-08-31
merge tokens with }* }** etc., as they can be types of anonymous structs
Alon Zakai
2011-08-31
initial work to support resume, landingpad and insertvalue
Alon Zakai
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-28
FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix
Alon Zakai
2011-08-27
intertyper tweaks
Alon Zakai
2011-08-25
Style fixes in response to code review. No change in functionality.
max99x
2011-08-25
JSifier and Intertyper changes to support external varargs functions.
max99x
2011-08-25
Made intertyper track whether external functions have varargs.
max99x
2011-08-14
allow walking of allocatedNum in alloca items
Alon Zakai
[prev]
[next]