Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / assembler.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-11 hpayer@chromium.orgMove store-buffer to heap and remove some unnecessary...
2014-08-06 verwaest@chromium.orgWe should never allocate a 0-sized buffer, so never...
2014-08-06 verwaest@chromium.orgGet rid of the "spare buffer" cache.
2014-08-06 yangguo@chromium.orgCheck that external references are registered in the...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-10 mstarzinger@chromi... Remove GDB JIT hooks from the position recorder.
2014-07-09 dusan.milosavljevi... Add mips64 port.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-23 yangguo@chromium.orgIntroduce intrinsic to expose debug state to generated...
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-05 jochen@chromium.orgMove atomic ops and related files to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-23 danno@chromium.orgIntroduce x87 port
2014-05-22 yangguo@chromium.orgMake serializer non-static.
2014-05-22 yangguo@chromium.orgRemove special debug ExternalReferences.
2014-05-16 yangguo@chromium.orgDecouple CpuFeatures from serializer state.
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-28 ulan@chromium.orgConvert function.name to API-style accessor and make...
2014-04-25 svenpanne@chromium.orgFix compilation with clang 5.1 on OS X.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-25 svenpanne@chromium.orgAdded an Isolate* field to NoTrackDoubleFieldsForSerial...
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-03-27 yangguo@chromium.orgReland "Correctly OOM in the CEntryStub after retries."
2014-03-27 yangguo@chromium.orgRevert "Correctly OOM in the CEntryStub after retries."
2014-03-27 yangguo@chromium.orgCorrectly OOM in the CEntryStub after retries.
2014-03-21 jochen@chromium.orgRename A64 port to ARM64 port
2014-03-12 alexandre.rames... A64: Record the size of veneer pools for code offset...
2014-03-10 bmeurer@chromium.orgReland "Handle non-power-of-2 divisors in division...
2014-03-07 svenpanne@chromium.orgRevert "Handle non-power-of-2 divisors in division...
2014-03-07 svenpanne@chromium.orgWindows build fix.
2014-03-07 svenpanne@chromium.orgHandle non-power-of-2 divisors in division-like operations
2014-03-03 hpayer@chromium.orgConsolidate RecordWriteFromCode and RecordWriteForEvacu...
2014-02-12 ulan@chromium.orgMerge experimental/a64 to bleeding_edge.
2014-01-14 bmeurer@chromium.orgUse std:: on symbols declared in C++-style C headers.
2014-01-07 mvstanton@chromium.orgWe need to know if a load, store or call IC is assumed
2013-12-18 svenpanne@chromium.orgImprove the fix for r18344.
2013-12-18 jkummerow@chromium.orgFix build after r18344
2013-12-18 svenpanne@chromium.orgRemove the last remnants of the TranscendentalCache.
2013-12-06 jkummerow@chromium.orgFix compilation with clang
2013-12-04 yangguo@chromium.orgRemove unused trigonometric code.
2013-11-22 svenpanne@chromium.orgReland "Implement Math.random() purely in JavaScript...
2013-11-21 danno@chromium.orgRevert 17963, 17962 and 17955: Random number generator...
2013-11-21 svenpanne@chromium.orgImplement Math.random() purely in JavaScript.
2013-11-11 mstarzinger@chromi... Simplify current inline allocation tracking mechanism.
2013-11-08 svenpanne@chromium.orgRemoved dead function V8::FillHeapNumberWithRandom.
2013-11-07 vegorov@chromium.orgAllow redirecting disassembly and deoptimization traces...
2013-11-05 svenpanne@chromium.orgRefactored EXTERNAL_REFERENCE handling.
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-10-15 olivf@chromium.orgProperly export uin32_bias double constant.
2013-10-14 yurys@chromium.orgTrack JS allocations as they arrive with no affection...
2013-10-10 olivf@chromium.orgOnly crosscompile binary op stubs if we compile a snapshot.
2013-10-10 olivf@chromium.orgEnsure only whitelisted stubs have sse2 versions in...
2013-09-17 olivf@chromium.orgAdd a mechanism to override the detected cpu features.
2013-09-10 bmeurer@chromium.orgIntroduce a RandonNumberGenerator class. Refactor the...
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-08-29 bmeurer@chromium.orgCleanup Mutex and related classes.
2013-07-31 bmeurer@chromium.orgRevert the latest set of platform changes.
2013-07-30 bmeurer@chromium.orgSimplify implementation of Mutex.
2013-07-19 svenpanne@chromium.orgMove FindCodeObject from Heap to Isolate.
2013-07-18 machenbach@chromiu... Make deoptimization stress count global.
2013-07-17 mvstanton@chromium.orgThe gc should be able to traverse all AllocationSites...
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-06-28 jkummerow@chromium.orgClean up the usage of V8_TARGET_ARCH_${arch} and V8_HOS...
2013-06-12 danno@chromium.orgSeparate Cell and PropertyCell spaces
2013-05-03 hpayer@chromium.orgPretenure ASCII cons string in high promotion mode.
2013-04-24 yangguo@chromium.orgRefactor ExternalReference::isolate_address() to not...
2013-04-19 danno@chromium.orgReplace math.h with cmath
2013-04-15 hpayer@chromium.orgImplement direct allocation in old data space infrastru...
2013-04-07 danno@chromium.orgRemove ARM support for VFP2
2013-03-21 jkummerow@chromium.orgDelete leftover debugging code from InitializeMathExpData()
2013-03-18 svenpanne@chromium.orgPass Isolates explicitly in Deoptimizer-related code.
2013-03-14 hpayer@chromium.orgAllow direct allocation in old pointer space.
2013-03-13 danno@chromium.orgUse IsRuntimeEntry for RUNTIME_ENTRY comparison
2013-03-06 mvstanton@chromium.orgMake sure that on x86 we don't generate SSE2 code in...
2013-03-05 svenpanne@chromium.orgCleaned up CpuFeature scope handling.
2013-02-27 yangguo@chromium.orgHandle negative input in inlined Math.round on Intel...
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-02-21 yangguo@chromium.orgConstant fold math and string operations.
2013-02-20 mstarzinger@chromi... Ensure deopt entries have no relocation information.
2013-02-18 danno@chromium.orgImprove the JitCodeEventHandler API to add support...
2013-01-08 yangguo@chromium.orgOnly enable MinGW-w64 pow() workaround if needed
2013-01-04 ulan@chromium.orgRename RelocInfo::NONE to RelocInfo::NONE32.
2012-12-28 ulan@chromium.orgUse VLDR instead of VMOVs from GPR when a 64-bit double...
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-11-28 yangguo@chromium.orgAlso time external callbacks from generated code.
2012-11-26 jkummerow@chromium.orgFaster implementation of Math.exp()
2012-11-22 svenpanne@chromium.orgPredictableCodeSizeScope checks the expected size now.
2012-11-22 svenpanne@chromium.orgMoved buffer handling to AssemblerBase.
2012-11-09 svenpanne@chromium.orgRefactoring: Make emit_debug_code flag handling archite...
2012-11-09 svenpanne@chromium.orgRefactoring: Make predictable code flag handling archit...
next