- 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
- ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
- 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
- a9facae 15-bit tt-fast cache has excessive miss rate on 176.gcc; this change by sewardj · 20 years ago
- 8b391de Add reroutes needed for RHAS 3. by sewardj · 20 years ago
- be67849 Update startup message. by sewardj · 20 years ago
- 006cc0b --help-debug: don't forget to mention --vex-iropt-verbosity by sewardj · 20 years ago
- 1196382 Provide our own versions of strchrnul and rawmemchr so we don't have by sewardj · 20 years ago
- 03fc3b0 Build mc_main.o with -fomit-frame-pointer; gives a 2-3% performance gain on x86. by sewardj · 20 years ago
- 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
- b139e82 Finish off Memcheck's handling of dirty helper calls. Memcheck is now by sewardj · 20 years ago
- 9f8abf8 * memcheck: handle dirty helper calls (mostly) by sewardj · 20 years ago
- edf9b5a Another day, another bunch of primops need doing ... by sewardj · 20 years ago
- acbad75 Call specialised report-a-value-error helper functions rather than by sewardj · 20 years ago
- 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
- 4fec8f3 Fill in more cases. by sewardj · 20 years ago
- 2d06e81 We need ever-more spill space ... by sewardj · 20 years ago
- f106711 Memcheck: add helper functions to support 64-bit loads/stores. This by sewardj · 20 years ago
- 1479d93 Improve debug printing a bit. by sewardj · 20 years ago
- 67cc0db Install a bogus-literals hack a la old UCode scheme, but do not use by sewardj · 20 years ago
- 9c53124 rm debug printing. by sewardj · 20 years ago
- 23be73b Fix nasty bug with 32HLto64. by sewardj · 20 years ago
- 3bfef9c Increase size of spill area. by sewardj · 20 years ago
- 3861f46 Rename a var to avoid nameclashes during standalone testing. by sewardj · 20 years ago
- 2c80060 Delete all the old UCode stuff. by sewardj · 20 years ago
- 2985e1b Tidy up, make readable, add comments. Does not change behaviour or by sewardj · 20 years ago
- a1cb1b5 More fiddling in an attempt to make it work properly (so far unsuccessful): by sewardj · 20 years ago
- e9cbf1d Further integration of baseblock stuff for shadow state. Get rid of by sewardj · 20 years ago
- 76e42ad Track Vex API changes. by sewardj · 20 years ago
- 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
- 9da6e24 Start adding floating point stuff to memcheck. by sewardj · 20 years ago
- 35b5db8 Fill in a few more cases. by sewardj · 20 years ago
- 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
- 4b39f28 Do a few more cases. by sewardj · 20 years ago
- 33f402b Fix compile warnings. by sewardj · 20 years ago
- 80415ee Fix enough stuff to make 'ls' work. by sewardj · 20 years ago
- 1ce85b5 Fill in a whole bunch more cases. by sewardj · 20 years ago
- a6929da Fix many more cases. by sewardj · 20 years ago
- 1dbd19d First pass at Memcheck. by sewardj · 20 years ago
- d0e08a1 remove pointless #define by sewardj · 20 years ago
- 9b78ad3 Rewrite and concisify addrcheck's instrumentation function, and fill by sewardj · 20 years ago
- 0ce79b5 Make these compile again following renaming of some types/fields. by sewardj · 20 years ago
- 273dca5 Restore the core/tool interface to what it was, by removing the by sewardj · 20 years ago
- b322dcd Make this compile again. by sewardj · 20 years ago
- f543586 Use new functions for helper-call-construction. by sewardj · 20 years ago
- 3d7b5f9 -fomit-frame-pointer is helpul for addrcheck. by sewardj · 20 years ago
- 231334e Reinstate esp-update pass (now renamed sp-update). Does not work as by sewardj · 20 years ago
- 7fef6f4 Make addrcheck work again, including regparm. by sewardj · 20 years ago
- 9ab1485 Allow --trace-codegen to take 8 bits, and pass to Vex. by sewardj · 20 years ago
- f116da1 Make these compile again. by sewardj · 20 years ago
- 2aa3362 Misc hacks to get Addrcheck working. by sewardj · 20 years ago
- 6dccbff * Add a minimal Vex-ified version of the esp update pass. by sewardj · 20 years ago
- 0fdccc5 Vex-ify. by sewardj · 20 years ago
- ed7726a Finally make VG_(bbs_done) agree exactly with what Lackey measures. by sewardj · 20 years ago
- 3b7f4bd (Unsuccessfully) try and make the BB counter give the same by sewardj · 20 years ago
- f2dbe17 Merge skiplist fix from Tom. by sewardj · 20 years ago
- 7928828 Infrastructural grunge for connecting to Vex. by sewardj · 20 years ago
- 6a48bbf Vexify (partially, in Lackey's case). Seems to work tho. by sewardj · 20 years ago
- f755f2b Update stated version to 437 (for snapshotting). by sewardj · 20 years ago
- 7aa55b3 Use the new baseblock layout scheme. by sewardj · 20 years ago
- 9afb18d Increase size of hacky allocation space. Sigh. by sewardj · 20 years ago
- fd46203 Use renamed and improved vex-supplied guest-state-handling fns. by sewardj · 20 years ago
- 77c87ee Track Vex controllability changes. by sewardj · 20 years ago
- 9befd63 Mess with logic for debug printing a bit. by sewardj · 20 years ago
- 95d2eb8 Increase size of translation buffer. by sewardj · 20 years ago
- 9444661 Fix some startup messages. by sewardj · 20 years ago
- d19cb30 Clean up BB counting stuff a bit. by sewardj · 20 years ago
- c3d49ec Get rid of -fomit-frame-pointer; it's mostly just a pain in the parts by sewardj · 20 years ago
- f0b32c4 Rearrange stuff a bit more logically. by sewardj · 20 years ago
- 570a8c9 In the signal handler, make debug printing a bit more verbose. by sewardj · 20 years ago
- 3a7d2d0 Give the skiplist mechanism its own hacky allocator, so as to get by sewardj · 20 years ago
- 69ad403 Apparently editing tool.h directly was not a clever thing to do :-) by sewardj · 20 years ago
- f6f1aad Use the vex-supplied simulation of segment registers. by sewardj · 20 years ago
- 62761e6 cat_n_send: get rid of bogus dependency on snprintf(). This should by sewardj · 20 years ago
- a3a534b Remove debug printing. by sewardj · 20 years ago
- ec16791 If Vex calls the failure-exit function, bomb out in such a way as by sewardj · 20 years ago
- 5c15eca Show Vex storage stats at end of run. by sewardj · 20 years ago
- 84ab3e2 Properly initialise baseBlock (I overlooked that fact that suitable by sewardj · 20 years ago
- 5827df0 Make the number of spill slots agree with what Vex's by sewardj · 20 years ago
- 8f5b000 Get rid of translation chaining stuff from dispatcher. by sewardj · 20 years ago
- fa9a463 Mucho hackery to get it to compile whilst attached to vex. by sewardj · 20 years ago
- 21082ff Add a complete copy of the cvs head as of 19 Oct 04, for experimenting by sewardj · 20 years ago