[release-tools] Tool to find related commits
[platform/upstream/v8.git] / BUILD.gn
2015-05-04 titzerExtract Signature from src/compiler/machine-type.h...
2015-04-29 svenpanneCalculate blocks needing a frame and frame (de)construc...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-20 svenpanneImport Reversed adapter from Chromium and use it in v8.
2015-04-20 titzerReland "Refactor compilation dependency handling."
2015-04-17 machenbachRevert of Refactor compilation dependency handling...
2015-04-16 titzerRefactor compilation dependency handling.
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-16 bmeurer[turbofan] Split ControlEquivalence implementation...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-14 jochenRevert of Reland "Remove support for thread-based recom...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-09 caitpotter88[es6] implement spread calls
2015-04-09 brettwWindows GN component build fixes.
2015-04-08 yangguoRevert of Remove support for thread-based recompilation...
2015-04-07 Jochen EisingerRemove support for thread-based recompilation
2015-04-01 halton.huo[GN] Use correct toolchain for x64 target on Android
2015-03-31 rmcilroyFix libdl dependency on Android and remove librt hack.
2015-03-27 yangguoSerializer: move to a subfolder and clean up includes.
2015-03-26 titzer[turbofan]: Integrate basic type feedback for property...
2015-03-23 caitpotter88[es6] remove --harmony-templates flag
2015-03-20 dslomovRemove harmony-strings flag.
2015-03-19 jochenUse libdl to get symbols for backtraces
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-19 dprankeFix a stray reference to 'build_os' in BUILD.gn.
2015-03-17 wtcFix the GN build for MIPS.
2015-03-17 jarin[turbofan] Variable liveness analysis for deopt.
2015-03-16 jarin[turbofan] Cache for reusing parts of value vector...
2015-03-16 jochenClarify arm gn configuration
2015-03-13 jochenDon't assert that we only cross compile on linux
2015-03-12 jochenUse target_cpu instead of cpu_arch in BUILD.gn
2015-03-11 dprankeFix the toolchain used to build the snapshots in GN.
2015-03-09 yangguoHide Math function implementations in a closure.
2015-02-25 marjaMove compilation error handling into a separate class.
2015-02-24 bmeurer[turbofan] Strength reduction for inline comparisons.
2015-02-23 dprankeUpdate GN build files with the cpu_arch -> current_cpu...
2015-02-20 loisloCpuProfiler: move StringsStorage class to separate...
2015-02-20 Benedikt Meurer[turbofan] Finally get rid of the generic algorithm.
2015-02-20 machenbachRevert of [turbofan] Finally get rid of the generic...
2015-02-20 Benedikt Meurer[turbofan] Finally get rid of the generic algorithm.
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 bmeurer[turbofan] Optimize certain chains of Branch into a...
2015-02-16 tfarinaRename source_prereqs to inputs in the GN Build file.
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-12 bmeurer[turbofan] Merge node-aux-data-inl.h into node-aux...
2015-02-10 arvRemove Function.prototype.toMethod
2015-02-10 vogelheimFix cctest + unittest to work with an external snapshot.
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-02 titzer[turbofan] Put StructuredGraphBuilder out of its misery...
2015-01-29 bmeurer[turbofan] Cleanup the NodeProperties.
2015-01-29 bmeurerMinor refactoring for Zone class and friends.
2015-01-26 titzer[turbofan] Remove GenericAlgorithm from verifier and...
2015-01-26 bmeurer[turbofan] Add new JSIntrinsicsLowering reducer.
2015-01-22 machenbachFix typo in build.gn.
2015-01-20 jochenAdd initial support for v8_target_arch == "arm" to...
2015-01-20 jochenAdd d8 target to BUILD.gn
2015-01-20 titzer[turbofan] First version of loop peeling.
2015-01-18 machenbachRevert of Reland Auto-generate v8 version based on...
2015-01-18 machenbachReland Auto-generate v8 version based on tags.
2015-01-16 bmeurer[turbofan] Initial attempt to cleanup Node and related...
2015-01-15 machenbachRevert of Auto-generate v8 version based on tags. ...
2015-01-14 machenbachAuto-generate v8 version based on tags.
2015-01-14 dcarneyRevert of Revert of Revert of Add d8 target to the...
2015-01-12 titzer[turbofan] Implement OSR for outer loops.
2015-01-08 jochenRemove "extra checks"
2015-01-08 yangguoRevert of Revert of Add d8 target to the GN build....
2015-01-08 machenbachRevert of Hack around broken snapshot generation in...
2015-01-08 machenbachRevert of Run "gn format" on v8's BUILD.gn file. (patch...
2015-01-08 brettwRun "gn format" on v8's BUILD.gn file.
2015-01-08 yangguoRevert of Add d8 target to the GN build. (patchset...
2015-01-08 brettwAdd d8 target to the GN build.
2015-01-07 eseidelHack around broken snapshot generation in the GN build...
2015-01-07 bmeurer[turbofan] Cleanup Graph and related classes.
2014-12-23 bmeurer[turbofan] Turn IrOpcode::Mnemonic() into a table lookup.
2014-12-23 bmeurer[turbofan] Cache float32 constants on the JSGraph level.
2014-12-23 bmeurer[turbofan] Deinlinify OperatorProperties implementation.
2014-12-22 Benedikt Meurer[turbofan] Introduce CommonOperatorReducer.
2014-12-16 titzer[turbofan] First version of loop analysis: loop finder...
2014-12-16 Benedikt Meurer[base] Add iterator_range helper class.
2014-12-15 rmcilroy[GN] Output external snapshot blobs in out directory.
2014-12-10 mathiasbImplement the `RegExp.prototype.flags` getter
2014-12-10 yangguoReland "Use same blob format for internal and external...
2014-12-10 dAdd Array.prototype.includes
2014-12-09 machenbachRevert of Use same blob format for internal and externa...
2014-12-09 yangguoUse same blob format for internal and external snapshots.
2014-12-05 baixoGN: Enable embedder to decide whether or not the extern...
2014-12-05 Benedikt Meurer[turbofan] Redundant load elimination.
2014-12-02 mstarzingerRestrict floating control to minimal control-connected...
2014-12-02 mstarzingerMake generic algorithm a little less generic.
2014-11-28 dslomovIntroduce a kill-switch for shipping features.
2014-11-28 dslomovRevert of Introduce a kill-switch for shipping features...
2014-11-28 mstarzingerDe-generify the GenericNode.
2014-11-28 Dmitry LomovIntroduce a kill-switch for shipping features.
2014-11-28 mstarzingerDe-generify the GenericGraph.
2014-11-28 dslomovharmony-classes: Implement 'super(...)' call syntactic...
2014-11-27 dslomovShip harmony-strings
2014-11-27 dcarney[turbofan] add initial move optimizer
2014-11-26 titzer[turbofan] Implement jump threading after register...
2014-11-21 yangguoRip out bzip compression for native sources.
2014-11-14 caitpotter88Implement ES6 Template Literals
next