Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / ic / ic-compiler.cc
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 mvstantonMake KeyedStores from a sloppy arguments array use...
2015-05-22 mvstantonVectorICs: Create a StoreICState to more easily create...
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-02-23 dcarneyemit premonomorphic ics for loads/stores in optimized...
2015-02-20 loisloCpuProfiler: eliminate cpu-profiler dependency from...
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 ulanVerify that code stubs and full code do not have pointe...
2014-12-22 ulanRemove custom weak handling of monomorphic IC.
2014-12-22 ulanUse weak cell in monomorphic KeyedStore IC.
2014-12-19 ulanUse weak cell to embed map in CompareNil IC.
2014-12-15 fedor.indutnyHydrogen: fix keyed loads with string keys
2014-10-24 mvstanton@chromium.orgPropertyICCompiler: expose monomorphic keyed load handl...
2014-10-16 mvstanton@chromium.orgEliminate special keyed load string stub in favor of...
2014-10-10 jkummerow@chromium.orgFix type feedback for name-keyed stores
2014-09-22 mvstanton@chromium.orgMake KeyedLoads from a sloppy arguments array use a...
2014-09-18 mvstanton@chromium.orgConvert KeyedLoad indexed interceptor case to a Handler.
2014-09-08 mvstanton@chromium.orgTo aid vector-based load ic work, we need to be able...
2014-09-03 yangguo@chromium.orgClean up code stubs and ensure distinct major keys.
2014-08-26 yangguo@chromium.orgChange more PlatformCodeStubs to encode properties...
2014-08-25 verwaest@chromium.orgMove handler compilers to handler-compiler
2014-08-22 verwaest@chromium.orgMove PropertyAccessCompiler and CallOptimization to...
2014-08-22 verwaest@chromium.orgRemove KeyedStoreIC::GenerateRuntimeSetProperty and...
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...