Commits
User selector
Commit History
Commits on Oct 2, 2020
Add a flag to disable generator compilation.
Show description for dee3b53authored andcommitted
Commits on Sep 22, 2020
feat: enable bitcode (#365)
Show description for 6f24585authored andcommitted
Commits on Sep 18, 2020
Add cause to jsi::instrumentation::collectGarbage
Show description for cfaf270authored andcommitted
Add cause to GCAnalyticsEvent
Show description for 1d8d495authored andcommitted
Fix compiler warnings
Show description for 3cdc5bdauthored andcommitted
Commits on Sep 14, 2020
Make the preemptive compilation threshold configurable
Show description for 99f46feauthored andcommitted
Commits on Sep 11, 2020
Add LLVM_NODISCARD to runtime error throwing functions.
Show description for 61dd028authored andcommitted
Commits on Sep 9, 2020
Build Hermes for iOS (#332)
Show description for 09be792authored andcommitted
Commits on Aug 24, 2020
Allow Hermes to be built as a DLL on Windows
Show description for 55c0607authored andcommitted
Commits on Jul 27, 2020
hermesLog exceptions on Android
Show description for 01906adauthored andcommitted
Commits on Jul 16, 2020
Add explicit option to build Apple dSYM (#296)
Show description for faa5c24authored andcommitted
Commits on Jul 15, 2020
restore CMake build for development on MacOS
Show description for 7e470deauthored andcommitted
Commits on Jul 9, 2020
Build macOS framework and add CocoaPods podspec (#285)
Show description for a9b5645authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommitted
Commits on Jun 27, 2020
Add OSS Intl build
Show description for 35da03fauthored andcommitted
Commits on Jun 25, 2020
Add support for numeric literal separators.
Show description for f0006aaauthored andcommitted
Commits on Jun 16, 2020
Fix buffer prefix used in error msg
Show description for 94f6541authored andcommitted
Commits on Jun 15, 2020
Have TraceInterpreter use RuntimeConfig as a part of ExecuteOptions
Show description for 19a8193authored andcommitted
Commits on Jun 11, 2020
Remove TODOs and add explanatory comments instead for WeakObject APIs
Show description for e318806authored andcommitted
Expose Hermes bytecode version
Show description for f95f929authored andcommitted
Commits on Jun 10, 2020
Add weak ref read barrier
Show description for dd04888authored andcommitted
Commits on Jun 4, 2020
Handle stack overflow in JSError construction gracefully
Show description for 17a2925authored andcommitted
Commits on Jun 3, 2020
More details on compilation failure
Show description for 74ae81eauthored andcommitted
Commits on Jun 1, 2020
Use PseudoHandle in JSObject API.
Show description for 8f95074authored andcommitted
Commits on May 26, 2020
Change jsi::Runtime::lockWeakObject to take a mutable ref
Show description for 0c9daa5authored andcommitted
Commits on May 13, 2020
Improve sanityCheck error message for buffer too small
Show description for 63a5ae6authored andcommitted
Commits on May 1, 2020
Prevent internal header dependencies from sneaking into external JSI headers
Show description for cdc4ea7authored andcommitted
Commits on Apr 28, 2020
Add ability to dump sampling profiler output to stream
Show description for 2e68687authored andcommitted
Commits on Apr 26, 2020
Treat Strings as pointer types.
Show description for 136b5c0authored andcommitted
Add ability to get unique IDs for PropNameIds (= SymbolIDs).
Show description for 37bf50fauthored andcommitted
Small simplification in some operator== methods.
Show description for b5ab085authored andcommitted
Test demonstrating that replay does extra string allocs.
Show description for c0d1d6fauthored andcommitted
Keep a record of GC executions.
Show description for 975ca2cauthored andcommitted
Use the TracingRuntime when creating a PropNameID in marker function.
Show description for faacdd8authored andcommitted
Add a "build properties" section to the synth trace.
Show description for 26c0b91authored andcommitted