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
/
modules.js
Age
Commit message (
Expand
)
Author
2011-09-18
add x86_stdcallcc
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-04
fix bug with stub functions and implemented library functions
Alon Zakai
2011-09-04
stubs for lifecycle intrinsics, and do not generate calls to stubs
Alon Zakai
2011-09-02
generalize some more metadata regexps
Alon Zakai
2011-09-02
some metadata and label fixes
Alon Zakai
2011-09-01
generalize metadata to handle additional inputs
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-09-01
fix structure metadata parsing
Alon Zakai
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-21
add x86_fastcallcc
Alon Zakai
2011-08-05
improve Debugging.getIdentifier
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-29
fixes for strict mode warnings in compiler
Alon Zakai
2011-07-28
Ignore duplicate struct member metadata.
max99x
2011-07-23
Removed some leftover unnecessary code from the struct layout parser;
max99x
2011-07-22
Refactored the new struct layouter to work with QUANTUM_SIZE != 4.
max99x
2011-07-21
Fix for struct metadata parser; structs can reference preceding member arrays.
max99x
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-20
Added support for extracting struct member names and layout from Dwarf info.
max99x
2011-07-17
let generateStructInfo process nested structs
Alon Zakai
2011-07-16
refactor and simplify library loading in order to make type info available there
Alon Zakai
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-04
support for llvm aliases
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-05-15
indexize necessary library functions
Alon Zakai
2011-05-10
handle |byval align X|
Alon Zakai
2011-04-22
work towards QUANTUM_SIZE=1 (unused)
Alon Zakai
2011-04-13
refactor library-needing code out of jsifier
Alon Zakai
2011-04-09
fixes for llvm 2.9
Alon Zakai
2011-03-21
optimize FUNCTION_POINTER and exporting
Alon Zakai
2011-03-19
support for llvm 2.9
Alon Zakai
2011-03-12
test runner improvements
Alon Zakai
2011-03-12
optimize memory usage in jsifier
Alon Zakai
2011-03-04
minor fix in intertyper
Alon Zakai
2011-02-27
debugging info and test runner fixes
Alon Zakai
2011-02-22
optimize type discovery
Alon Zakai
2011-02-22
global Types object refactoring
Alon Zakai