2011-05-13 |
rossberg@chromium.org | A first skeleton for introducing Harmony proxies. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
svenpanne@chromium.org | Remove more dead code. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
vitalyr@chromium.org | Isolates cleanup: move top.cc to isolate.cc. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
svenpanne@chromium.org | Removed dead code (ingenious 3-bit representation of... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
svenpanne@chromium.org | Use type feedback for unary minus, improving the perfor... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
sgjesse@chromium.org | Submit builtins-mips.cc. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
ricow@chromium.org | Only send null or undefined as receiver for es5 natives... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
vitalyr@chromium.org | Micro-optimize passing of args to HasLocalProperty. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
fschneider... | Don't use environment values at certain deoptimize... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
sgjesse@chromium.org | Introduce ic-mips.cc. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
karlklose@chromium.org | ARM: Fix disasm for strh, vabs, vneg. Add load/store... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
svenpanne@chromium.org | Made the output of the --trace-representation flag... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
sgjesse@chromium.org | ARM: Reduce amount of code generated for context save... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
ager@chromium.org | Make the code flushing candidate field explicit in... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
vitalyr@chromium.org | Extend the fast case of HasLocalProperty. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
svenpanne@chromium.org | Fixed TypeFeedbackOracle for unary operations: Record... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
dslomov@chromium.org | Speculative fix fo MultithreadedParallelIsolates on ARM |
commit | commitdiff | tree | snapshot |
2011-05-11 |
sgjesse@chromium.org | Add constant splitting for user controlled constants... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
vitalyr@chromium.org | Kill some dead code. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
fschneider... | Remove support for branch hints from the IA32 and X64... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
vitalyr@chromium.org | Support symbol comparison in crankshaft. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
whesse@chromium.org | Don't emit code for HContext values with no uses. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
sandholm@chromium.org | JSON.parse improvement. Call "LookupSymbol" rather... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
vitalyr@chromium.org | Support %_IsUndetectableObject in crankshaft. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
karlklose@chromium.org | Prepare push to trunk. Now working on version 3.3.7. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
fschneider... | Remove peephole optimiziations from IA32 and ARM assembler. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
ager@chromium.org | Allow closures to be optimized if outer contexts that... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
ricow@chromium.org | Add case for EXTERNAL_ARRAY_TRANSITION to JSObject... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
whesse@chromium.org | Recommit "First step in letting Crankshaft inline funct... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
jkummerow@chromium.org | Rename parameters to fix Windows build |
commit | commitdiff | tree | snapshot |
2011-05-11 |
svenpanne@chromium.org | Improved c1visualizer output a bit: Emit a human-readab... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
jkummerow@chromium.org | Remove NearLabel, replacing remaining occurrences with... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
ricow@chromium.org | Allow strict mode flag as extraicstate for keyed extern... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
sgjesse@chromium.org | Add cctest/test-disasm-mips which was mistakenly omitte... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
erik.corry... | Limit the generation of regexp code with large inlined... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
jkummerow@chromium.org | Avoid using a register for constant external array... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
jkummerow@chromium.org | Fix timeout of test regress-1118.js |
commit | commitdiff | tree | snapshot |
2011-05-10 |
svenpanne@chromium.org | Reverted some code which got accidentally committed... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
vitalyr@chromium.org | Fix lint. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
vitalyr@chromium.org | Refactor HCheckInstanceType to allow mask/tag tests. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
svenpanne@chromium.org | A few "extract method" refactorings, trying to get... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
karlklose@chromium.org | ARM: Disable test test-lockers/MultithreadedParallelIso... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
jkummerow@chromium.org | fix x64 build error (introduced by rebasing) |
commit | commitdiff | tree | snapshot |
2011-05-10 |
jkummerow@chromium.org | Merge Label and NearLabel |
commit | commitdiff | tree | snapshot |
2011-05-10 |
sgjesse@chromium.org | Add new function ICCompareStub::GenerateSymbols to... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
vegorov@chromium.org | Propagate a Failure from GenerateDictionaryNegativeLook... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
ager@chromium.org | Add IsCallable method for Object in the API |
commit | commitdiff | tree | snapshot |
2011-05-09 |
fschneider... | Simple elimination of redundant array-hole checks. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
svenpanne@chromium.org | Code should be retrieved via the AST id, not via the... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
sgjesse@chromium.org | Update mips infrastructure files. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
vitalyr@chromium.org | Compare IC: add SYMBOLS state. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
lrn@chromium.org | Make preparser-process.cc ignore flags on the command... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
vitalyr@chromium.org | Make sure v8::String::Value and relatives are always... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
lrn@chromium.org | Prepare push to trunk. Now working on version 3.3.6. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
lrn@chromium.org | Let test configuration disable variant flags. Used... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
jkummerow@chromium.org | Expose optimization info via runtime functions |
commit | commitdiff | tree | snapshot |
2011-05-08 |
vitalyr@chromium.org | AUTHORS: add Akinori MUSHA <knu@FreeBSD.org>. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
vitalyr@chromium.org | Fix build on FreeBSD. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
whesse@chromium.org | Revert "First step in letting Crankshaft inline functio... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
vitalyr@chromium.org | Extract common code in string compare loops. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
ager@chromium.org | Check that receiver is JSObject on API calls. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
whesse@chromium.org | First step in letting Crankshaft inline functions with... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
sgjesse@chromium.org | ARM: Fix the detection of whether the binary was compil... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
lrn@chromium.org | Fix newly introduced bug in detecing octal numbers. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
lrn@chromium.org | Strict mode detection in preparser. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
ager@chromium.org | Implement CallAsConstructor method for Object in the API |
commit | commitdiff | tree | snapshot |
2011-05-06 |
svenpanne@chromium.org | Tiny refactorings to improve the readability of the... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
ricow@chromium.org | Split threaded cctests into four parts (instead of 2) |
commit | commitdiff | tree | snapshot |
2011-05-06 |
karlklose@chromium.org | Replace loops by OptimizeFunctionOnNextCall in regress... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
karlklose@chromium.org | Remove unused but set variable. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
svenpanne@chromium.org | A tiny contribution for the IWYU day: Include allocatio... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
dslomov@chromium.org | This implements per-isolate locking and unlocking,... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
cira@chromium.org | Trying to re-land codereview.chromium.org/6901141. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
vegorov@chromium.org | Unroll more StringDictionary lookup probes both for... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
vitalyr@chromium.org | Faster string equals in generated code. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
ager@chromium.org | Support polymorphic loads of constant functions as... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
fschneider... | Fix bug in x64 >>> operator. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
ager@chromium.org | Fix overflow in arm simulator. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
ricow@chromium.org | Remove extra debug line from Object.prototype.toString |
commit | commitdiff | tree | snapshot |
2011-05-05 |
ricow@chromium.org | Reapply 7763, including arm and x64 variants. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
dslomov@chromium.org | Revert "This implements per-isolate locking and unlocki... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
dslomov@chromium.org | This implements per-isolate locking and unlocking,... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
vitalyr@chromium.org | Compare IC: add STRINGS state. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
whesse@chromium.org | Tiny refactoring - change compilation phase parameter... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ager@chromium.org | Add CallAsFunction method to the Object class in the API |
commit | commitdiff | tree | snapshot |
2011-05-04 |
fschneider... | Prepare push to trunk. Now working on version 3.3.5. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
sgjesse@chromium.org | Revert r7768 |
commit | commitdiff | tree | snapshot |
2011-05-04 |
sgjesse@chromium.org | Fix the Windows shared build |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ager@chromium.org | Actually revert "Add Call method to the Object class... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ager@chromium.org | Revert "Make Date and RegExp inherit from Object in... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ager@chromium.org | Add Call method to the Object class in the API |
commit | commitdiff | tree | snapshot |
2011-05-04 |
ager@chromium.org | Make Date and RegExp inherit from Object in the API. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
sgjesse@chromium.org | ARM: Add GYP variables to control V8 code generation |
commit | commitdiff | tree | snapshot |
2011-05-03 |
cira@chromium.org | Change v8Locale to match proposal - constructor is... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
svenpanne@chromium.org | Additional minor cleanup regarding CallWrapper: Use... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
ricow@chromium.org | Delete empty test/mjsunit/function-call.js file |
commit | commitdiff | tree | snapshot |
2011-05-03 |
karlklose@chromium.org | Replace long running loops by OptimizeFunctionOnNextCal... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
ricow@chromium.org | Revert 7763, missing implementation on x64 and arm... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
ricow@chromium.org | Don't exchange null and undefined with the global objec... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
lrn@chromium.org | Fix implementation of == to correctly convert Date... |
commit | commitdiff | tree | snapshot |
next |