platform/upstream/v8.git
2011-05-16 sgjesse@chromium.orgSubmit debug-mips.cc.
2011-05-16 sgjesse@chromium.orgSubmit code-stubs-mips.cc.
2011-05-16 sgjesse@chromium.orgLimit the number of local variables in a function
2011-05-16 mikhail.naganov... Fix typos in include/*.h inline documentation.
2011-05-13 svenpanne@chromium.orgRemoved a "feature envy" bad smell: Moved AssumeReprese...
2011-05-13 erik.corry... Fix uninitialized variable recording how much regexp...
2011-05-13 rossberg@chromium.orgA first skeleton for introducing Harmony proxies.
2011-05-13 svenpanne@chromium.orgRemove more dead code.
2011-05-13 vitalyr@chromium.orgIsolates cleanup: move top.cc to isolate.cc.
2011-05-13 svenpanne@chromium.orgRemoved dead code (ingenious 3-bit representation of...
2011-05-13 svenpanne@chromium.orgUse type feedback for unary minus, improving the perfor...
2011-05-13 sgjesse@chromium.orgSubmit builtins-mips.cc.
2011-05-13 ricow@chromium.orgOnly send null or undefined as receiver for es5 natives...
2011-05-12 vitalyr@chromium.orgMicro-optimize passing of args to HasLocalProperty.
2011-05-12 fschneider... Don't use environment values at certain deoptimize...
2011-05-12 sgjesse@chromium.orgIntroduce ic-mips.cc.
2011-05-12 karlklose@chromium.orgARM: Fix disasm for strh, vabs, vneg. Add load/store...
2011-05-12 svenpanne@chromium.orgMade the output of the --trace-representation flag...
2011-05-12 sgjesse@chromium.orgARM: Reduce amount of code generated for context save...
2011-05-12 ager@chromium.orgMake the code flushing candidate field explicit in...
2011-05-12 vitalyr@chromium.orgExtend the fast case of HasLocalProperty.
2011-05-12 svenpanne@chromium.orgFixed TypeFeedbackOracle for unary operations: Record...
2011-05-11 dslomov@chromium.orgSpeculative fix fo MultithreadedParallelIsolates on ARM
2011-05-11 sgjesse@chromium.orgAdd constant splitting for user controlled constants...
2011-05-11 vitalyr@chromium.orgKill some dead code.
2011-05-11 fschneider... Remove support for branch hints from the IA32 and X64...
2011-05-11 vitalyr@chromium.orgSupport symbol comparison in crankshaft.
2011-05-11 whesse@chromium.orgDon't emit code for HContext values with no uses.
2011-05-11 sandholm@chromium.orgJSON.parse improvement. Call "LookupSymbol" rather...
2011-05-11 vitalyr@chromium.orgSupport %_IsUndetectableObject in crankshaft.
2011-05-11 karlklose@chromium.orgPrepare push to trunk. Now working on version 3.3.7.
2011-05-11 fschneider... Remove peephole optimiziations from IA32 and ARM assembler.
2011-05-11 ager@chromium.orgAllow closures to be optimized if outer contexts that...
2011-05-11 ricow@chromium.orgAdd case for EXTERNAL_ARRAY_TRANSITION to JSObject...
2011-05-11 whesse@chromium.orgRecommit "First step in letting Crankshaft inline funct...
2011-05-11 jkummerow@chromium.orgRename parameters to fix Windows build
2011-05-11 svenpanne@chromium.orgImproved c1visualizer output a bit: Emit a human-readab...
2011-05-11 jkummerow@chromium.orgRemove NearLabel, replacing remaining occurrences with...
2011-05-11 ricow@chromium.orgAllow strict mode flag as extraicstate for keyed extern...
2011-05-11 sgjesse@chromium.orgAdd cctest/test-disasm-mips which was mistakenly omitte...
2011-05-11 erik.corry... Limit the generation of regexp code with large inlined...
2011-05-10 jkummerow@chromium.orgAvoid using a register for constant external array...
2011-05-10 jkummerow@chromium.orgFix timeout of test regress-1118.js
2011-05-10 svenpanne@chromium.orgReverted some code which got accidentally committed...
2011-05-10 vitalyr@chromium.orgFix lint.
2011-05-10 vitalyr@chromium.orgRefactor HCheckInstanceType to allow mask/tag tests.
2011-05-10 svenpanne@chromium.orgA few "extract method" refactorings, trying to get...
2011-05-10 karlklose@chromium.orgARM: Disable test test-lockers/MultithreadedParallelIso...
2011-05-10 jkummerow@chromium.orgfix x64 build error (introduced by rebasing)
2011-05-10 jkummerow@chromium.orgMerge Label and NearLabel
2011-05-10 sgjesse@chromium.orgAdd new function ICCompareStub::GenerateSymbols to...
2011-05-09 vegorov@chromium.orgPropagate a Failure from GenerateDictionaryNegativeLook...
2011-05-09 ager@chromium.orgAdd IsCallable method for Object in the API
2011-05-09 fschneider... Simple elimination of redundant array-hole checks.
2011-05-09 svenpanne@chromium.orgCode should be retrieved via the AST id, not via the...
2011-05-09 sgjesse@chromium.orgUpdate mips infrastructure files.
2011-05-09 vitalyr@chromium.orgCompare IC: add SYMBOLS state.
2011-05-09 lrn@chromium.orgMake preparser-process.cc ignore flags on the command...
2011-05-09 vitalyr@chromium.orgMake sure v8::String::Value and relatives are always...
2011-05-09 lrn@chromium.orgPrepare push to trunk. Now working on version 3.3.6.
2011-05-09 lrn@chromium.orgLet test configuration disable variant flags. Used...
2011-05-09 jkummerow@chromium.orgExpose optimization info via runtime functions
2011-05-08 vitalyr@chromium.orgAUTHORS: add Akinori MUSHA <knu@FreeBSD.org>.
2011-05-08 vitalyr@chromium.orgFix build on FreeBSD.
2011-05-06 whesse@chromium.orgRevert "First step in letting Crankshaft inline functio...
2011-05-06 vitalyr@chromium.orgExtract common code in string compare loops.
2011-05-06 ager@chromium.orgCheck that receiver is JSObject on API calls.
2011-05-06 whesse@chromium.orgFirst step in letting Crankshaft inline functions with...
2011-05-06 sgjesse@chromium.orgARM: Fix the detection of whether the binary was compil...
2011-05-06 lrn@chromium.orgFix newly introduced bug in detecing octal numbers.
2011-05-06 lrn@chromium.orgStrict mode detection in preparser.
2011-05-06 ager@chromium.orgImplement CallAsConstructor method for Object in the API
2011-05-06 svenpanne@chromium.orgTiny refactorings to improve the readability of the...
2011-05-06 ricow@chromium.orgSplit threaded cctests into four parts (instead of 2)
2011-05-06 karlklose@chromium.orgReplace loops by OptimizeFunctionOnNextCall in regress...
2011-05-06 karlklose@chromium.orgRemove unused but set variable.
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-05-05 dslomov@chromium.orgThis implements per-isolate locking and unlocking,...
2011-05-05 cira@chromium.orgTrying to re-land codereview.chromium.org/6901141.
2011-05-05 vegorov@chromium.orgUnroll more StringDictionary lookup probes both for...
2011-05-05 vitalyr@chromium.orgFaster string equals in generated code.
2011-05-05 ager@chromium.orgSupport polymorphic loads of constant functions as...
2011-05-05 fschneider... Fix bug in x64 >>> operator.
2011-05-05 ager@chromium.orgFix overflow in arm simulator.
2011-05-05 ricow@chromium.orgRemove extra debug line from Object.prototype.toString
2011-05-05 ricow@chromium.orgReapply 7763, including arm and x64 variants.
2011-05-04 dslomov@chromium.orgRevert "This implements per-isolate locking and unlocki...
2011-05-04 dslomov@chromium.orgThis implements per-isolate locking and unlocking,...
2011-05-04 vitalyr@chromium.orgCompare IC: add STRINGS state.
2011-05-04 whesse@chromium.orgTiny refactoring - change compilation phase parameter...
2011-05-04 ager@chromium.orgAdd CallAsFunction method to the Object class in the API
2011-05-04 fschneider... Prepare push to trunk. Now working on version 3.3.5.
2011-05-04 sgjesse@chromium.orgRevert r7768
2011-05-04 sgjesse@chromium.orgFix the Windows shared build
2011-05-04 ager@chromium.orgActually revert "Add Call method to the Object class...
2011-05-04 ager@chromium.orgRevert "Make Date and RegExp inherit from Object in...
2011-05-04 ager@chromium.orgAdd Call method to the Object class in the API
2011-05-04 ager@chromium.orgMake Date and RegExp inherit from Object in the API.
2011-05-04 sgjesse@chromium.orgARM: Add GYP variables to control V8 code generation
2011-05-03 cira@chromium.orgChange v8Locale to match proposal - constructor is...
next