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-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
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-04
support for llvm aliases
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-12
add warning for not running with -show-annotations
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-03
refactor call and invoke into a single method, so invoke supports all possibl...
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-05-10
handle <{ structures that are nested
Alon Zakai
2011-04-22
work towards QUANTUM_SIZE=1 (unused)
Alon Zakai
2011-04-18
refactor parsing of globals
Alon Zakai
2011-04-16
proper support for packed structs
Alon Zakai
2011-03-19
support for llvm 2.9
Alon Zakai
2011-03-04
minor fix in intertyper
Alon Zakai
2011-02-22
optimize type discovery
Alon Zakai
2011-02-22
global Types object refactoring
Alon Zakai
2011-02-21
remove slow identinicer
Alon Zakai
2011-02-20
generate strict mode javascript
Alon Zakai
2011-02-19
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
Alon Zakai
2011-02-18
parse debugging metadata for original filenames
Alon Zakai
2011-02-13
debugging fixes
Alon Zakai
2011-02-12
line number debugging info
Alon Zakai
2011-01-12
make sure our warning about show-annotations always shows up
Alon Zakai
2010-12-29
better slab selection with type info
Alon Zakai
[next]