| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit modernize the code base by replacing:
std::unique_ptr<T>(new T(...))
with:
make_unique<T>(...)
or:
wasm::make_unique<T>(...)
This is a step closer to adopt C++14 std::make_unique<T>(...).
|
| |
|
| |
|
| |
|
|
|
|
| |
presence, and eliminate explicit index counter (#633)
|
| |
|
|
|
|
| |
merging based on their names
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
testing
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Explicit registering of passes
|
| |
| |
| |
| | |
due to linker dead code elimination. Fixes #577.
|
|/
|
|
| |
trouble with some new C++11 constructs. (#581)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
variables we only use in asserts (#579)
|
| |
|
|
|
|
| |
module, which would break consistency and make some parallel passes tricky (#568)
|
|
|
|
| |
efficient parallel execution (#564)
|
| |
|
|
|
|
| |
optimization passes suitable for that, or not. refactor visitFunction/Module for this.
|
|
|
|
| |
(#556)
|
|
|
|
| |
that is clearer where it should be overridden (#551)
|
| |
|
|
|
|
| |
ties
|
| |
|
| |
|