aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-23handle unaligned loadsAlon Zakai
2013-11-23fixesAlon Zakai
2013-11-23handle all unaligned double storesAlon Zakai
2013-11-23alignment fixesAlon Zakai
2013-11-23handle unaligned storesAlon Zakai
2013-11-23refactor getPtrUse to handle extra offsets and forced byte alignmentAlon Zakai
2013-11-23fix getPtrAlon Zakai
2013-11-23more binary opsAlon Zakai
2013-11-23handle int/float bitcastsAlon Zakai
2013-11-23use signedness in icmpAlon Zakai
2013-11-23clean up brAlon Zakai
2013-11-23logical and float mathopsAlon Zakai
2013-11-23clean up div/remAlon Zakai
2013-11-23fix sext and refactorAlon Zakai
2013-11-23<32 bit int castsAlon Zakai
2013-11-23fix parens in sdiv/sremAlon Zakai
2013-11-23correct sign in sdiv, sremAlon Zakai
2013-11-23fix phi constantsAlon Zakai
2013-11-23handle dependencies and cycles in phisAlon Zakai
2013-11-23split out cast and non-cast versions of getValueAsStrAlon Zakai
2013-11-22align stack to 8 bytesAlon Zakai
2013-11-22sextAlon Zakai
2013-11-22truncAlon Zakai
2013-11-22support 8-bit constantsAlon Zakai
2013-11-22ir debugger helperAlon Zakai
2013-11-22make assert show something even in release buildsAlon Zakai
2013-11-22fix relooper branch directionsAlon Zakai
2013-11-22set asm mode in relooper and add label varAlon Zakai
2013-11-22Math.imulAlon Zakai
2013-11-22native phi pushingAlon Zakai
2013-11-22preparation for phi pushingAlon Zakai
2013-11-22update relooper and fix indentation and empty linesAlon Zakai
2013-11-22more mathopsAlon Zakai
2013-11-22fix getOpName - we have no problem with forward refsAlon Zakai
2013-11-22more debug infoAlon Zakai
2013-11-22note each instruction in a debug messageAlon Zakai
2013-11-22fail on invalid getOpName valuesAlon Zakai
2013-11-22improve pre-relooper branch parsingAlon Zakai
2013-11-22remove phi printing code, in preparation for pushing them back into branchesAlon Zakai
2013-11-21fix mathop return typeAlon Zakai
2013-11-21fix sitofp return typeAlon Zakai
2013-11-21fix sitofp castAlon Zakai
2013-11-21merge in CppBackend workAlon Zakai
2013-11-21do not expand tlsAlon Zakai
2013-11-21keep alignment infoAlon Zakai
2013-11-21align varargs stack writes to the proper 4-byte boundariesAlon Zakai
2013-11-21disable pnacl internalization of everything except for _start, as emscripten ↵Alon Zakai
supports arbitrary entry points
2013-11-21readme.txt with repo source infoAlon Zakai
2013-11-21Clean up handling of PNaCl bitcode headers.Karl Schimpf
Write out all of PNaCl bitcode headers using a single interface function. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3720 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/61753017
2013-11-21Remove PUSH_URL_CONFIG from codereview.settingsDerek Schuff
As it turns out Rietveld isn't smart enough to detect that the configured origin URL is different from the origin URL of the checkout, it just blindly changes the pushinsteadof URL. This means there's no way to make it play nicely with clients with different origin URLs, so rather than force everyone to change their URLs to the new one we'll just remove the config, which will keep it from breaking people. TBR=kschimpf@google.com BUG=none Review URL: https://codereview.chromium.org/81343002