Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / tools / gyp / v8.gyp
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-22 bmeurer@chromium.org[turbofan] Initial import of SimplifiedOperatorReducer.
2014-08-21 dslomov@chromium.orgImplement Function.prototype.toMethod.
2014-08-20 sigurds@chromium.orgReland "Add initial support for inlining."
2014-08-20 hpayer@chromium.orgUse actual incremental marking throughput in IdleNotifi...
2014-08-19 sigurds@chromium.orgRevert "Add initial support for inlining."
2014-08-19 sigurds@chromium.orgAdd initial support for inlining.
2014-08-19 yangguo@chromium.orgReorder native javascript files.
2014-08-14 mstarzinger@chromi... Deprecate LoweringBuilder in favor of Reducer.
2014-08-14 titzer@chromium.orgUnify MachineType and RepType.
2014-08-14 bmeurer@chromium.org[turbofan] Introduce WordRor machine operator.
2014-08-12 bmeurer@chromium.orgInitial import of ChangeLowering.
2014-08-11 titzer@chromium.orgMove MachineRepresentation to machine-type.h and rename...
2014-08-11 hpayer@chromium.orgMove store-buffer to heap and remove some unnecessary...
2014-08-08 rossberg@chromium.orgEnable ES6 unscopables
2014-08-07 wingo@igalia.comEnable ES6 iteration by default
2014-08-07 hpayer@chromium.orgMove objects-visiting into heap.
2014-08-06 rossberg@chromium.orgThis implements unscopables
2014-08-06 yangguo@chromium.orgReland "Implement trigonometric functions using a fdlib...
2014-08-06 yangguo@chromium.orgRevert "Implement trigonometric functions using a fdlib...
2014-08-06 yangguo@chromium.orgImplement trigonometric functions using a fdlibm port.
2014-08-05 adamk@chromium.orgEnable ES6 Map and Set by default
2014-08-05 verwaest@chromium.orgInline LookupInHolder and NextHolder
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 adamk@chromium.orgEnable ES6 Symbols by default
2014-07-31 mstarzinger@chromi... Add new files to the GN build after r22709.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-24 ernstm@chromium.orgMove GCTracer to separate files.
2014-07-16 yangguo@chromium.orgShip ES6 Math functions.
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-07-03 jarin@chromium.orgReland "Linux perf tool support update + refactoring...
2014-07-03 jochen@chromium.orgDon't even include v8.h from libbase or libplatform
2014-07-03 jochen@chromium.orgSplit out libplatform into a separate libary
2014-07-02 yangguo@chromium.orgRevert "Reland "Linux perf tool support update + refact...
2014-07-02 jarin@chromium.orgReland "Linux perf tool support update + refactoring...
2014-07-01 jarin@chromium.orgRevert "Linux perf tool support update + refactoring...
2014-07-01 jarin@chromium.orgReland "Linux perf tool support update + refactoring."
2014-06-30 jochen@chromium.orgRevert 22098 "Linux perf tool support update + refactor...
2014-06-30 jarin@chromium.orgLinux perf tool support update + refactoring.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-27 vogelheim@chromium.orgBuild "snapshot_blob.bin" only for the host when using...
2014-06-27 svenpanne@chromium.orgAdded slim versions of output streams.
2014-06-25 wingo@igalia.comAdd @@iterator support for strings
2014-06-24 marja@chromium.orgNew try: Parser: Delay internalizing strings and values
2014-06-24 haitao.feng@intel.comAdd X32 port into V8
2014-06-23 Jacob.Bramley@arm.comARM64: Optimize generated code for gaps
2014-06-23 vogelheim@chromium.orgSupport external startup data in V8.
2014-06-23 rmcilroy@chromium.org[Arm]: Simplify compile-time Arm feature detection.
2014-06-18 jkummerow@chromium.orgAdd safe numerics classes, imported from Chromium.
2014-06-18 marja@chromium.orgRevert "Parser: Delay internalizing strings and values...
2014-06-13 marja@chromium.orgParser: Delay internalizing strings and values.
2014-06-13 jkummerow@chromium.orgRemove one more arch-specific target name.
2014-06-11 verwaest@chromium.orgImplement LookupIterator designed to replace LookupResult
2014-06-10 danno@chromium.orgReland 21720: Introduce FieldIndex to unify and abstrac...
2014-06-10 machenbach@chromiu... Revert "Support external startup data in V8."
2014-06-10 danno@chromium.orgRevert 21720: "Introduce FieldIndex to unify and abstra...
2014-06-06 danno@chromium.orgIntroduce FieldIndex to unify and abstract property...
2014-06-05 vogelheim@chromium.orgSupport external startup data in V8.
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-04 mvstanton@chromium.orgRevert "Support external startup data in V8."
2014-06-03 vogelheim@chromium.orgSupport external startup data in V8.
2014-06-03 jochen@chromium.orgFix compilation on win shared and mips
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-03 adamk@chromium.orgES6: Add support for values/keys/entries for Map and Set
2014-05-29 bmeurer@chromium.orgRefactor HType to get rid of various hacks.
2014-05-28 jochen@chromium.orgExtract build configuration into a separate header...
2014-05-26 jochen@chromium.orgReland 21482 - "Merge v8globals.h and globals.h"
2014-05-26 verwaest@chromium.orgRevert "Merge v8globals.h and globals.h"
2014-05-26 jochen@chromium.orgMerge v8globals.h and globals.h
2014-05-23 danno@chromium.orgIntroduce x87 port
2014-05-22 jkummerow@chromium.orgRevert "Rename target-specific binaries built for host."
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-14 yangguo@chromium.orgRemove socket implementation from V8.
2014-05-14 yangguo@chromium.orgRemove DebuggerAgent.
2014-05-07 jochen@chromium.orgMerge counters and v8-counters
2014-05-06 jochen@chromium.orgRemove strange v8_target_arch=="mac" conditions from...
2014-05-06 rossberg@chromium.orgRe^3-land "Ship promises and weak collections"
2014-04-28 jochen@chromium.orgMerge v8converions with conversions
2014-04-25 jochen@chromium.orgEnter a description of the change.
2014-04-25 jochen@chromium.orgReland 20962 "Break cyclic reference between utils...
2014-04-25 jochen@chromium.orgRevert 20962 "Break cyclic reference between utils...
2014-04-25 jochen@chromium.orgRevert 20968 - "Merge v8utils.* and utils.*"
2014-04-25 jochen@chromium.orgMerge v8utils.* and utils.*
2014-04-25 jochen@chromium.orgBreak cyclic reference between utils and platform.
2014-04-23 jochen@chromium.orgExtract common macros and start a base library
2014-04-15 plind44@gmail.comMIPS: Add big-endian support for MIPS.
2014-04-14 jochen@chromium.orgClean up default-platform gyp defines
2014-04-01 jkummerow@chromium.orgAdd msan.h to v8.gyp.
2014-04-01 bmeurer@chromium.orgMake it possible to use HeapType inside objects-inl.h.
2014-03-31 jochen@chromium.orgRevert 20313 - "Ship promises and weak collections"
2014-03-27 rossberg@chromium.orgShip promises and weak collections
2014-03-25 jochen@chromium.orgRoll ICU 239289:258359 and add support for external...
2014-03-25 rossberg@chromium.orgRevert "Ship promises and weak collections"
2014-03-25 titzer@chromium.orgFirst implementation of store elimination.
2014-03-24 rossberg@chromium.orgShip promises and weak collections
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-03-21 jochen@chromium.orgPrepare switch from a64 to arm64
2014-03-19 yangguo@chromium.orgIntroduce per-isolate assert scopes and API to guard...
2014-03-18 rossberg@chromium.orgStage ES6 promises and weak collections
next