| 2004-07-12 |
Nicholas Nethercote | Add comment. |
commit | commitdiff | tree | snapshot |
| 2004-07-12 |
Julian Seward | Finish first pass through x86toIR.c, enough to handle... |
commit | commitdiff | tree | snapshot |
| 2004-07-12 |
Julian Seward | Yet more x86 to IR cases. Now more than 1000 bbs go... |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Nicholas Nethercote | Update VG_(mmap)() in #if'd out branch. |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Nicholas Nethercote | Add some more assertion checking where it was lacking. |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Nicholas Nethercote | Removed some code from VG_(client_alloc)() that could... |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Julian Seward | More x86toIR cases. |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Julian Seward | Yet more x86toIR cases, including set<cond> insn. |
commit | commitdiff | tree | snapshot |
| 2004-07-11 |
Julian Seward | More cases, including inc and dec, and rationalising... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Julian Seward | Yet more cases in x86toIR. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Julian Seward | x86toIR: machinery for setting condition codes from... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Removed some unnecessary is_kerror() checks. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Added assertion checking to a whole bunch of mmap(... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Format wibble. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Format wibble |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Whoops, fix comment. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Remove out-of-date comment. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | A few changes: |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Comment changes only. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Remove out-of-date comment -- should have been removed... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Removed the 'place-holder' behaviour of VG_(mmap).... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Change allocation failure message which is no longer... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Minor Makefile.am fix (doesn't actually change behaviou... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Don't force tool redzones to be multiples of 8. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Fix for bug #78048. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Nicholas Nethercote | Fixed --sloppy-malloc and --trace-malloc, debugging... |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Julian Seward | More x86 -> IR stuff, including baseline %eflags handling. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Julian Seward | Add to repo. |
commit | commitdiff | tree | snapshot |
| 2004-07-10 |
Julian Seward | Commit (I thought it was already was). |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Julian Seward | A whole bunch more x86 -> IR hacking. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Julian Seward | - Mucho x86 to IR hacking. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Julian Seward | More stuff. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Julian Seward | Start to make this work. |
commit | commitdiff | tree | snapshot |
| 2004-07-08 |
Julian Seward | Fill in some cases |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | Print PUT in uppercase. |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | First pass at x86 to IR conversion. Compiles, but... |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | Enable valgrind checking of vex (ugly hack). |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | Dump -O. |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | fix buglet |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | fix buglet |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Julian Seward | Test driver, and test input for "int main ( void )... |
commit | commitdiff | tree | snapshot |
| 2004-07-07 |
Tom Hughes | Only print a warning about not having identified the... |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Nicholas Nethercote | minor |
commit | commitdiff | tree | snapshot |
| 2004-07-06 |
Nicholas Nethercote | Completely overhauled Cachegrind's data structures... |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | - Pass host-specific insn and register printing functio... |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | Final bits of jit->vex renaming I missed. |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | Rename everything to use the "vex" name. |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | Try and fill in jit_main.c. |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | - Make stuff link. |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | Major hashing around to restructure the world. |
commit | commitdiff | tree | snapshot |
| 2004-07-05 |
Julian Seward | Mash around top-level library structure some more. |
commit | commitdiff | tree | snapshot |
| 2004-07-04 |
Julian Seward | Start to move files into a new structure. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Nicholas Nethercote | Remove unused variable. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Track recent reg-alloc changes. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | * Take into account register classes when assigning... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | * Move the x86 genSpill/genRestore functions to the... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Test for x86 code generation of shifts, and for vreg... |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Add prototype for isMove_X86Instr. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Implement vreg-vreg move coalescing. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Add an isMove function for X86 (integer only). |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Do Shl32. |
commit | commitdiff | tree | snapshot |
| 2004-07-03 |
Julian Seward | Make reg allocator work, to a first approximation at... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Fix computation of live ranges, and add lots of debug... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Handle case of assignment to IRTemp. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Nicholas Nethercote | Fix meaningless typo. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Tie everything together enough so the reg-allocator... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Add getRegUsage and mapRegs functions for X86 instructi... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Allow different gcc's to be used. |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Julian Seward | Complete reg-alloc output storage, and misc other stuff... |
commit | commitdiff | tree | snapshot |
| 2004-07-02 |
Jeremy Fitzhardinge | Clarify that you can also iterate from the result of... |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Julian Seward | Get the register allocator a lot closer to compiling. |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Julian Seward | Mostly finish the register allocator. |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Julian Seward | A register allocator (unfinished). |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Julian Seward | Support stuff for register allocation. |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Nicholas Nethercote | Couple of clarifying comments about skip lists. (Commen... |
commit | commitdiff | tree | snapshot |
| 2004-07-01 |
Julian Seward | Fix confusing and wrong comment in definition of live... |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Nicholas Nethercote | Fixed variable name mixup, removed no-longer-used VG_ST... |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Julian Seward | Try to get x86 instruction representation to something... |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Julian Seward | First draft of tree-based instruction selector. |
commit | commitdiff | tree | snapshot |
| 2004-06-30 |
Jeremy Fitzhardinge | Add some comments describing the various kinds of magic... |
commit | commitdiff | tree | snapshot |
| 2004-06-29 |
Tom Hughes | Make VPATH builds work so that valgrind can be built... |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Tom Hughes | Remove the .in_place directory on a make distclean. |
commit | commitdiff | tree | snapshot |
| 2004-06-28 |
Tom Hughes | Fixed typo in makefile. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Tom Hughes | Bumped the core interface major version number to refle... |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Tom Hughes | Removed all uses of nested functions as they only work... |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Tom Hughes | Removed duplicate call to rw_remap. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Tom Hughes | Commit the patch from bug 69508 that seeks to make... |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Nicholas Nethercote | typo |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Nicholas Nethercote | Printing slightly more informative message when mmap... |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Nicholas Nethercote | Changed (client-heap-size : client-map-seg-size) ratio... |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Julian Seward | Redo IR data structures using tagged unions. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Julian Seward | Move some stuff from linker.c to dispatch.c. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Julian Seward | Re-home. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Julian Seward | Move to a new home. |
commit | commitdiff | tree | snapshot |
| 2004-06-27 |
Julian Seward | Convert to tagged unions. |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Julian Seward | Add basic storage management. |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Julian Seward | Get rid of Haskell stuff |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Julian Seward | Reinstate top-level C control. |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Julian Seward | Deleted. |
commit | commitdiff | tree | snapshot |
| 2004-06-26 |
Julian Seward | Deleted. |
commit | commitdiff | tree | snapshot |
| next |