Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-23 | handle unaligned loads | Alon Zakai | |
2013-11-23 | fixes | Alon Zakai | |
2013-11-23 | handle all unaligned double stores | Alon Zakai | |
2013-11-23 | alignment fixes | Alon Zakai | |
2013-11-23 | handle unaligned stores | Alon Zakai | |
2013-11-23 | refactor getPtrUse to handle extra offsets and forced byte alignment | Alon Zakai | |
2013-11-23 | fix getPtr | Alon Zakai | |
2013-11-23 | more binary ops | Alon Zakai | |
2013-11-23 | handle int/float bitcasts | Alon Zakai | |
2013-11-23 | use signedness in icmp | Alon Zakai | |
2013-11-23 | clean up br | Alon Zakai | |
2013-11-23 | logical and float mathops | Alon Zakai | |
2013-11-23 | clean up div/rem | Alon Zakai | |
2013-11-23 | fix sext and refactor | Alon Zakai | |
2013-11-23 | <32 bit int casts | Alon Zakai | |
2013-11-23 | fix parens in sdiv/srem | Alon Zakai | |
2013-11-23 | correct sign in sdiv, srem | Alon Zakai | |
2013-11-23 | fix phi constants | Alon Zakai | |
2013-11-23 | handle dependencies and cycles in phis | Alon Zakai | |
2013-11-23 | split out cast and non-cast versions of getValueAsStr | Alon Zakai | |
2013-11-22 | align stack to 8 bytes | Alon Zakai | |
2013-11-22 | sext | Alon Zakai | |
2013-11-22 | trunc | Alon Zakai | |
2013-11-22 | support 8-bit constants | Alon Zakai | |
2013-11-22 | ir debugger helper | Alon Zakai | |
2013-11-22 | make assert show something even in release builds | Alon Zakai | |
2013-11-22 | fix relooper branch directions | Alon Zakai | |
2013-11-22 | set asm mode in relooper and add label var | Alon Zakai | |
2013-11-22 | Math.imul | Alon Zakai | |
2013-11-22 | native phi pushing | Alon Zakai | |
2013-11-22 | preparation for phi pushing | Alon Zakai | |
2013-11-22 | update relooper and fix indentation and empty lines | Alon Zakai | |
2013-11-22 | more mathops | Alon Zakai | |
2013-11-22 | fix getOpName - we have no problem with forward refs | Alon Zakai | |
2013-11-22 | more debug info | Alon Zakai | |
2013-11-22 | note each instruction in a debug message | Alon Zakai | |
2013-11-22 | fail on invalid getOpName values | Alon Zakai | |
2013-11-22 | improve pre-relooper branch parsing | Alon Zakai | |
2013-11-22 | remove phi printing code, in preparation for pushing them back into branches | Alon Zakai | |
2013-11-21 | fix mathop return type | Alon Zakai | |
2013-11-21 | fix sitofp return type | Alon Zakai | |
2013-11-21 | fix sitofp cast | Alon Zakai | |
2013-11-21 | merge in CppBackend work | Alon Zakai | |
2013-11-21 | do not expand tls | Alon Zakai | |
2013-11-21 | keep alignment info | Alon Zakai | |
2013-11-21 | align varargs stack writes to the proper 4-byte boundaries | Alon Zakai | |
2013-11-21 | disable pnacl internalization of everything except for _start, as emscripten ↵ | Alon Zakai | |
supports arbitrary entry points | |||
2013-11-21 | readme.txt with repo source info | Alon Zakai | |
2013-11-21 | Clean 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-21 | Remove PUSH_URL_CONFIG from codereview.settings | Derek 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 |