Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / test / cctest / test-disasm-x64.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 yangguo@chromium.orgRemove special debug ExternalReferences.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-16 yangguo@chromium.orgFix unused variable warnings.
2014-04-16 yangguo@chromium.orgHandlify code allocation.
2014-04-11 svenpanne@chromium.orgx64: Make sure that the upper half of a 64bit register...
2014-03-28 haitao.feng@intel.comIntroduce rolp, rorp, rclp, rcrp, shlp, shrp and sarp...
2014-03-26 haitao.feng@intel.comIntroduce andp, notp, orp and xorp for x64 port
2014-03-26 haitao.feng@intel.comIntroduce leap, movzxbp, movzxwp, repmovsp and xchgp...
2014-03-26 haitao.feng@intel.comIntroduce cmpp, decp, incp, negp, sbbp and testp for...
2014-03-21 haitao.feng@intel.comIntroduce addp, idivp, imulp and subp for x64 port
2014-03-19 haitao.feng@intel.comIntroduce Push and Pop macro instructions for x64
2014-03-05 mstarzinger@chromi... Print properly signed displacement in disassembler.
2014-02-03 yangguo@chromium.org[x64] add disasm for two fp instructions
2013-11-18 svenpanne@chromium.orgIntroduce addps/subps/mulps/divps for IA32/X64
2013-11-05 svenpanne@chromium.orgIntroduce orps for IA32/X64
2013-10-28 svenpanne@chromium.orgIntroduce andps for IA32/X64
2013-10-15 svenpanne@chromium.orgFixed bug in extractps instruction on ia32 and x64
2013-09-19 dcarney@chromium.orgremove HEAP from tests
2013-09-19 dcarney@chromium.orgbulk replace Isolate::Current in tests
2013-08-22 bmeurer@chromium.orgDrop unused rdtsc instruction.
2013-04-10 mstarzinger@chromi... Unify the way cctest initalizes the VM for each test...
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2012-04-17 yangguo@chromium.orgFix MinGW-w64 GCC 4.7 compilation
2011-12-05 erik.corry@gmail.comClean up multi byte nop support on x64 to more closely...