projects
/
platform
/
upstream
/
v8.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/v8.git
2014-09-04
bmeurer@chromium.org
[turbofan] More const-correctness changes.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
mstarzinger...
Move StructuredMachineAssembler into cctest suite.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
machenbach...
Return 0 when roll scripts terminate gracefully.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
machenbach...
Skip test on windows debug.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
machenbach...
Make lookup of last v8 roll work with pure git.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
bmeurer@chromium.org
[turbofan] Make sure Operator is really immutable.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
bmeurer@chromium.org
Add missing -Wno-missing-field-initializer flag to...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
bmeurer@chromium.org
[turbofan] Properly delete nodes in the GraphReducer.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
akos.palfi...
MIPS: Clean up code stubs and ensure distinct major...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
bmeurer@chromium.org
Refactor common unit test code.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
machenbach...
Make auto_roll run with a pure git checkout.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
machenbach...
Mark slow test as slow on windows.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
weiliang.lin...
X87: Unify some PlatformCodeStubs
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
akos.palfi...
MIPS: CallDescriptors::InitializeForIsolate() is no...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
akos.palfi...
MIPS: Minor-key-ify remaining code stubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
akos.palfi...
MIPS: Make concrete classes for individual call descrip...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
balazs.kilvady...
MIPS: Make concrete classes for individual call descrip...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
balazs.kilvady...
Fix r23638 "Convert Linkage to use MachineSignature...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
machenbach...
Add more output when roll scripts are retrying.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
jarin@chromium.org
Exclude LoadMutableDouble and FunctionBindArguments...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
sigurds@chromium.org
Reland "Make FrameStates recursive (to be used for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
verwaest@chromium.org
Never skip access checks in the lookup iterator
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Fix Win64 compilation failure after r23657.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
v8-autoroll...
Whitespace change to test roll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Fix Clang compilation after r23657.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Remove usages of alloca() according to style guide.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
yangguo@chromium.org
Remove incorrect FINAL attribute from MajorKey declarat...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
yangguo@chromium.org
Clean up code stubs and ensure distinct major keys.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
balazs.kilvady...
MIPS: Unify some PlatformCodeStubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Lower simplified StringLessThan[OrEqual] to runtime...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mvstanton@chromium.org
CallDescriptors::InitializeForIsolate() is no longer...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
verwaest@chromium.org
Enable access checks when loading properties through...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
verwaest@chromium.org
Fix loading non-configurable non-writable value from...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
machenbach...
Correctly overwrite author in chromium roll script.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
yangguo@chromium.org
Remove unnecessary member variables in RecordWrite...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
yangguo@chromium.org
Minor-key-ify remaining code stubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Fix typed lowering of JSToBoolean on number inputs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mstarzinger...
Fix missing visitation of effect inputs to loads and...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Jacob.Bramley...
ARM64: Use templates for simulated memory accesses.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
mvstanton@chromium.org
Make concrete classes for individual call descriptors...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
titzer@chromium.org
Convert Linkage to use MachineSignature.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
bmeurer@chromium.org
[turbofan] Finish nodes are always marked as references.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
machenbach...
Add dry-run feature to auto roll scripts.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
weiliang.lin...
X87: First step to cleanup the power-of-2 mess
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
yangguo@chromium.org
Unify some PlatformCodeStubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
machenbach...
[Auto-roll] Bump up version to 3.29.39.0
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
machenbach...
Make chromium-roll script non-interactive.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
weiliang.lin...
X87: Minor-key-ify four stubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
paul.lind@imgtec.com
MIPS: Disable cctest/test-simplified-lowering/LowerStri...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
balazs.kilvady...
MIPS: First step to cleanup the power-of-2 mess.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jarin@chromium.org
Fix NaCl build.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Refactoring: Unify all mocks in auto roll tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
balazs.kilvady...
MIPS: Minor-key-ify four stubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
sigurds@chromium.org
Fix bug in graph visualizer.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
mstarzinger...
Disable unit test because of NaCL breakage after r23617.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Fix native arm build.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Fix windows build.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
First step to cleanup the power-of-2 mess.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
mstarzinger...
Lower simplified StringEqual to runtime call.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Refactoring: Unify mocks of different commands in auto...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Fix chromium update in chromium roll script.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Refactoring: Unify command mocks in v8 roll tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
mstarzinger...
Lower simplified StringAdd to stub call.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Fix imports in test runner.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
dusan.milosavljevic...
MIPS64: Unbreak build after r23579.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
yangguo@chromium.org
Remove NotMissMinorKey implementation from HydrogenCode...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
ulan@chromium.org
Fix Date DST computation.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
yangguo@chromium.org
Minor-key-ify four stubs.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jarin@chromium.org
Another Win64 build fix
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Whitespace change to test v8-autoroll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
v8-autoroll...
Whitespace change from pure svn to test roll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
[turbofan] First step of Operator refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
marja@chromium.org
Refactor Parser to make it usable on a background thread.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jarin@chromium.org
Fix Win64 build (header include mess up)
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jarin@chromium.org
Revert "Make FrameStates recursive (to be used for...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Fix test runner imports.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
[Auto-roll] Bump up version to 3.29.37.0
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
sigurds@chromium.org
Make FrameStates recursive (to be used for inlining).
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jarin@chromium.org
Lazy deoptimization for comparisons in Turbofan.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
v8-autoroll...
Whitespace change to test v8-autoroll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
jochen@chromium.org
Fix gn android component build
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Whitespace change to test v8-autoroll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
titzer@chromium.org
Fix representation change insertion for phis.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Whitespace change to test v8-autoroll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Whitespace change to test v8-autoroll account.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
weiliang.lin...
X87: Use Chrome compatible naming for compiler specifics.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
verwaest@chromium.org
Use correct receiver for DOM accessors on the prototype...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Reland "Refactoring: Make gtest testsuite the default."
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Revert "Refactoring: Make gtest testsuite the default."
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
machenbach...
Refactoring: Make gtest testsuite the default.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
sigurds@chromium.org
Improve graph visualizer for deoptimization and readablity.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Fix non-TF targets after r23547.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Fix Windows build.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Use Chrome compatible naming for compiler specifics.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
Add support for storage type to base::Flags.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
bmeurer@chromium.org
[turbofan] Fix MachineOperatorReducer to use JSGraph...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
weiliang.lin...
X87: InterfaceDescriptor becomes CallInterfaceDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-02
weiliang.lin...
X87: Multiple stubs can point to the same calling conve...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-01
balazs.kilvady...
MIPS: InterfaceDescriptor becomes CallInterfaceDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-01
balazs.kilvady...
MIPS: Multiple stubs can point to the same calling...
commit
|
commitdiff
|
tree
|
snapshot
next