Updates to the license information of third party components.
[platform/upstream/v8.git] / BUILD.gn
2015-06-12 bmeurer[turbofan] Move RawMachineAssembler to unittests.
2015-06-09 dslomov[destructuring] Refactor duplicate parameter name detec...
2015-06-09 brettwMake v8 snapshot public in component build.
2015-06-03 binjiImplement Atomics API
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-29 jarinRemove the experimental perf jit support until the...
2015-05-28 bmeurer[turbofan] Remove the useless SimplifiedOperatorReducer.
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-19 brettwMake the snapshot a public dependency of v8.
2015-05-15 arv[es6] Iterators and generators should "extend" %Iterato...
2015-05-15 dslomov[destructuring] Adapting PatternRewriter to work in...
2015-05-11 dslomov[destructuring] Implement basic binding destructuring...
2015-05-11 titzer[turbofan] Extract frame-states.h from common-operator.h
2015-05-08 domenicRe-land: Make V8 extras a separate type of native
2015-05-07 domenicRevert of Make V8 extras a separate type of native...
2015-05-07 domenicMake V8 extras a separate type of native
2015-05-06 caitpotter88[es6] implement Object.assign
2015-05-06 titzerImplement IdentityMap<V>, a robust, GC-safe object...
2015-05-05 dprankeAdjust the visibility of the standalone targets in...
2015-05-05 bmeurer[turbofan] Fix tail call optimization.
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.
next