v8/test/unittests/compiler
bmeurer@chromium.org c95ba9bd04 [turbofan] Eliminate redundant masking operations for word8/word16 stores.
There's no need to apply 0xff when storing 8-bit values or 0xffff when
storing 16-bit values.

TEST=unittests
R=titzer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24492 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-09 12:20:45 +00:00
..
arm Rename Int32{UMod,UDiv} to Uint32{Div,Mod} and Int64{UMod,UDiv} to Uint64{Div,Mod}. 2014-10-01 10:39:11 +00:00
arm64 [turbofan] Add support for ARM64 Ubfx 2014-10-09 09:18:31 +00:00
ia32 [turbofan] fix vreg mapping for instruction selector tests 2014-10-06 14:30:55 +00:00
mips MIPS: Add turbofan support for mips32. 2014-10-02 15:48:48 +00:00
x64 [turbofan] fix vreg mapping for instruction selector tests 2014-10-06 14:30:55 +00:00
change-lowering-unittest.cc [turbofan] Eliminate redundant masking operations for word8/word16 stores. 2014-10-09 12:20:45 +00:00
common-operator-unittest.cc [turbofan] Fix HashCode/Equals for floating point operators. 2014-10-08 07:32:07 +00:00
compiler-test-utils.h Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
graph-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
graph-unittest.cc [turbofan] Eliminate redundant masking operations for word8/word16 stores. 2014-10-09 12:20:45 +00:00
graph-unittest.h [turbofan] Eliminate redundant masking operations for word8/word16 stores. 2014-10-09 12:20:45 +00:00
instruction-selector-unittest.cc Relax representation requirement in FrameStates. 2014-10-08 08:47:29 +00:00
instruction-selector-unittest.h Relax representation requirement in FrameStates. 2014-10-08 08:47:29 +00:00
js-builtin-reducer-unittest.cc Remove premordial math functions from native context. 2014-10-08 14:42:31 +00:00
js-operator-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
js-typed-lowering-unittest.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
machine-operator-reducer-unittest.cc [turbofan] Eliminate redundant masking operations for word8/word16 stores. 2014-10-09 12:20:45 +00:00
machine-operator-unittest.cc Implement inlined stack-check guards in TurboFan. 2014-10-01 14:03:02 +00:00
simplified-operator-reducer-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
simplified-operator-unittest.cc [turbofan] Add control input to Load and LoadElements. 2014-10-01 11:08:37 +00:00
value-numbering-reducer-unittest.cc [turbofan] Reenable value numbering. 2014-10-08 08:06:59 +00:00