v8/test/unittests/compiler
michael_dawson 308d913a92 Contribution of PowerPC port (continuation of 422063005) - PPC dir update
Contribution of PowerPC port (continuation of 422063005, 817143002 and 866843003)
This patch brings the ppc directories up to date with our repo. We have
removed 5 individual optimizations which require changes in both the ppc and common
directories so they can be more easily reviewed on their own in subsequent patches.

Subsequent patches will cover:
- individual optimizations for PPC (5)
- remaining AIX changes not resolved by 4.8 compiler (4.8 is only recently available
for AIX)
- incremental updates required to ppc directories due to platform specific changes
made in google repos while we complete the above steps.

With the update there are still some timeouts seen when run in simulated mode which
may be a result of the missing optimizations.  Once we have the optimizations in
we will review the simulation results and address/exclude tests as necessary so that
the simulated runs are clean.

	new file:   src/compiler/ppc/code-generator-ppc.cc
	new file:   src/compiler/ppc/instruction-codes-ppc.h
	new file:   src/compiler/ppc/instruction-selector-ppc.cc
	new file:   src/compiler/ppc/linkage-ppc.cc
	modified:   src/ic/ppc/handler-compiler-ppc.cc
	modified:   src/ic/ppc/ic-compiler-ppc.cc
	modified:   src/ic/ppc/ic-ppc.cc
	modified:   src/ic/ppc/stub-cache-ppc.cc
	modified:   src/ppc/assembler-ppc.cc
	modified:   src/ppc/assembler-ppc.h
	modified:   src/ppc/builtins-ppc.cc
	modified:   src/ppc/code-stubs-ppc.cc
	modified:   src/ppc/code-stubs-ppc.h
	modified:   src/ppc/codegen-ppc.cc
	modified:   src/ppc/constants-ppc.h
	modified:   src/ppc/deoptimizer-ppc.cc
	modified:   src/ppc/disasm-ppc.cc
	modified:   src/ppc/full-codegen-ppc.cc
	modified:   src/ppc/interface-descriptors-ppc.cc
	modified:   src/ppc/lithium-codegen-ppc.cc
	modified:   src/ppc/lithium-codegen-ppc.h
	modified:   src/ppc/lithium-ppc.cc
	modified:   src/ppc/lithium-ppc.h
	modified:   src/ppc/macro-assembler-ppc.cc
	modified:   src/ppc/macro-assembler-ppc.h
	modified:   src/ppc/regexp-macro-assembler-ppc.cc
	modified:   src/ppc/regexp-macro-assembler-ppc.h
	modified:   src/ppc/simulator-ppc.cc
	modified:   src/ppc/simulator-ppc.h
	new file:   test/unittests/compiler/ppc/instruction-selector-ppc-unittest.cc

R=danno@chromium.org, svenpanne@chromium.org

BUG=

Review URL: https://codereview.chromium.org/901083004

Cr-Commit-Position: refs/heads/master@{#26471}
2015-02-05 19:02:07 +00:00
..
arm [turbofan] Allow 0.0 as immediate for floating-point comparison on arm/arm64. 2015-01-15 06:31:07 +00:00
arm64 [turbofan] Allow 0.0 as immediate for floating-point comparison on arm/arm64. 2015-01-15 06:31:07 +00:00
ia32 [turbofan]: Port lea changes to ia32 2014-12-11 11:53:00 +00:00
mips MIPS: [turbofan] Improve code generation for unordered comparisons. 2015-01-13 20:28:13 +00:00
mips64 MIPS: [turbofan] Improve code generation for unordered comparisons. 2015-01-13 20:28:13 +00:00
ppc Contribution of PowerPC port (continuation of 422063005) - PPC dir update 2015-02-05 19:02:07 +00:00
x64 [turbofan] Use "leal" in even more situations 2014-12-05 10:54:40 +00:00
change-lowering-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
common-operator-reducer-unittest.cc [turbofan] Cleanup Graph and related classes. 2015-01-07 14:42:49 +00:00
common-operator-unittest.cc [turbofan] Ensure that NTLs are always properly connected to the end. 2015-01-27 14:02:28 +00:00
compiler-test-utils.h Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
control-equivalence-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
control-reducer-unittest.cc [turbofan] Ensure that NTLs are always properly connected to the end. 2015-01-27 14:02:28 +00:00
diamond-unittest.cc Introduce Diamond, a helper for building diamond-shaped control patterns. 2014-11-04 14:37:44 +00:00
graph-reducer-unittest.cc Convert compiler cctest to unit tests, part 1 2015-01-22 14:16:55 +00:00
graph-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
graph-unittest.h [turbofan] Ensure that NTLs are always properly connected to the end. 2015-01-27 14:02:28 +00:00
instruction-selector-unittest.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
instruction-selector-unittest.h Distinquish TestWithIsolateAndZone from TestWithZone 2015-01-23 16:29:57 +00:00
instruction-sequence-unittest.cc [turbofan] Don't allocate UnallocatedOperands in Zone memory during instruction selection 2015-02-04 12:39:07 +00:00
instruction-sequence-unittest.h [turbofan] Don't allocate UnallocatedOperands in Zone memory during instruction selection 2015-02-04 12:39:07 +00:00
js-builtin-reducer-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
js-intrinsic-lowering-unittest.cc [turbofan] Add new JSIntrinsicsLowering reducer. 2015-01-26 09:06:03 +00:00
js-operator-unittest.cc Introduce LanguageMode, drop StrictMode. 2015-02-04 09:34:26 +00:00
js-typed-lowering-unittest.cc Add strong mode. 2015-02-05 14:11:47 +00:00
load-elimination-unittest.cc [turbofan] Redundant load elimination. 2014-12-05 07:59:18 +00:00
loop-peeling-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
machine-operator-reducer-unittest.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00
machine-operator-unittest.cc [turbofan] Fix missing MachineOperator unittest. 2015-01-02 07:44:52 +00:00
move-optimizer-unittest.cc Reland "[turbofan] simplify gap ordering" 2015-01-15 09:06:05 +00:00
node-matchers-unittest.cc [turbofan] Cleanup use of virtual, OVERRIDE, FINAL. 2014-12-22 13:48:10 +00:00
node-properties-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
node-test-utils.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
node-test-utils.h [turbofan] Ensure that NTLs are always properly connected to the end. 2015-01-27 14:02:28 +00:00
node-unittest.cc [turbofan] Initial attempt to cleanup Node and related classes. 2015-01-16 11:04:22 +00:00
opcodes-unittest.cc [turbofan] Rename IrOpcode predicate IsLeafOpcode to IsConstantOpcode. 2015-01-19 15:35:16 +00:00
register-allocator-unittest.cc add register allocator regression test 2015-01-15 08:56:10 +00:00
schedule-unittest.cc Distinquish TestWithIsolateAndZone from TestWithZone 2015-01-23 16:29:57 +00:00
scheduler-unittest.cc [turbofan] Split pure nodes in the scheduler if beneficial. 2015-02-03 14:51:08 +00:00
select-lowering-unittest.cc Reland "[turbofan] Fix select lowering" with fix. 2014-11-10 11:55:47 +00:00
simplified-operator-reducer-unittest.cc [turbofan] Cleanup the NodeProperties. 2015-01-29 09:18:09 +00:00
simplified-operator-unittest.cc [turbofan] Fix truncation/representation sloppiness wrt. bool/bit. 2015-01-14 12:06:56 +00:00
value-numbering-reducer-unittest.cc [turbofan] Cleanup Graph and related classes. 2015-01-07 14:42:49 +00:00
zone-pool-unittest.cc Remove the dependency of Zone on Isolate 2015-01-23 15:20:00 +00:00