[runtime] Initial step towards switching Execution::Call to callable.
[platform/upstream/v8.git] / test / cctest / compiler / function-tester.h
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-08-10 bmeurer[turbofan] Drop V8_TURBOFAN_BACKEND and V8_TURBOFAN_TAR...
2015-07-24 yangguoMove Full-codegen into its own folder.
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-05-21 bmeurer[turbofan] Enable deoptimization for non-asm.js TurboFa...
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-20 dannoGeneralize builtins inlining flag to allow forced inlin...
2015-03-24 mstarzingerRemove CompilationInfoWithZone from public API.
2015-03-19 mstarzinger[turbofan] Remove stale TODO from FunctionTester.
2015-03-09 titzerExtract ParseInfo from CompilationInfo.
2015-03-09 Benedikt Meurer[turbofan] Add support for inlining of builtins.
2015-02-12 marjaParsing: Make Parser not know about Isolate during...
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2014-12-20 machenbachRevert of Remove obsolete V8_INFINITY macro. (patchset...
2014-12-19 bmeurerRemove obsolete V8_INFINITY macro.
2014-11-17 Dan Carney[turbofan] add ForTesting to pipeline entry points...
2014-10-28 wingo@igalia.comMove AST node counting to post-pass
2014-10-27 wingo@igalia.comRevert "Move AST node counting to post-pass"
2014-10-27 wingo@igalia.comMove AST node counting to post-pass
2014-10-27 dcarney@chromium.org[turbofan] reduce allocations outside of pipeline
2014-10-21 wingo@igalia.comAssign bailout and type feedback IDs in a post-pass
2014-10-21 svenpanne@chromium.orgRevert "Assign bailout and type feedback IDs in a post...
2014-10-21 svenpanne@chromium.orgAssign bailout and type feedback IDs in a post-pass
2014-10-08 titzer@chromium.orgThe empty husk of a JSFunction is useful to us.
2014-09-18 mstarzinger@chromi... Unify use-sites of EnsureDeoptimizationSupport.
2014-09-17 titzer@chromium.orgMinor compiler pipeline refactoring. Inline UpdateShare...
2014-09-15 jarin@chromium.orgRemove deoptimization by patching the call stack.
2014-08-28 mstarzinger@chromi... Preliminary lowering of typed array loads in TF.
2014-08-28 sigurds@chromium.orgFix build.
2014-08-28 sigurds@chromium.orgRemove dependency from generic lowering on compilation...
2014-08-26 mstarzinger@chromi... Move context specialization flag into CompilationInfo.
2014-08-21 sigurds@chromium.orgReland "Load global object and builtins from activation."
2014-08-19 sigurds@chromium.orgSet ScopeInfo when compiling for unit tests.
2014-07-30 danno@chromium.orgLand the Fan (disabled)