- 8c2c10b Be even less verbose. by sewardj · 20 years ago
- 3f61ddb Clear C2 after sin/cos/tan/sincos. This is needed to make the glibc by sewardj · 20 years ago
- 04e86f0 Reinstate tests for byte-sized division (divb, idivb) by sewardj · 20 years ago
- 4e82db7 * Handle fcmovnz * Handle byte-sized integer divide (divb, idivb) by sewardj · 20 years ago
- 0dc3ff9 iselCondCode: handle 1:Bit by sewardj · 20 years ago
- 7447b5b * More fold_Expr rulese * deltaIRStmt: handle dirty helper calls by sewardj · 20 years ago
- 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
- a5aa9cf Comment change only. by sewardj · 20 years ago
- b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
- 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
- 686edb9 * Reinstate a whole bunch of tests by sewardj · 20 years ago
- 3715871 * Add a couple more FP cases exposed by test/test-i386.c by sewardj · 20 years ago
- ae27ab6 Fill in some missing cases: by sewardj · 20 years ago
- 2d4c3a0 Add a few more conditional-move and string-op cases. by sewardj · 20 years ago
- 4963a42 Implement btc, and bt* for memory operand. by sewardj · 20 years ago
- 69d9d66 Fix stupid bug in insn decoder caused by Rev 344. by sewardj · 20 years ago
- fbee31b Fix various compilation warnings, all insignificant. by sewardj · 20 years ago
- ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
- 7301743 Make loop unrolling less verbose. by sewardj · 20 years ago
- b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
- 666fbac A bit more inlining of small fns. by sewardj · 20 years ago
- f05537e Minor improvements. by sewardj · 20 years ago
- 5a4d594 Reduce debug printing. by sewardj · 20 years ago
- cc38416 inline getArrayBounds. by sewardj · 20 years ago
- 1c19276 Comment change only. by sewardj · 20 years ago
- c9ad115 Speed up the tree-builder. by sewardj · 20 years ago
- 62617ef Speed up constant folder. by sewardj · 20 years ago
- d503a32 Much improve the speed of the dead code elimination pass. by sewardj · 20 years ago
- 4a8b2a5 Add a couple of cases exposed by the IR loop unroller. by sewardj · 20 years ago
- 2d04d11 Add controllability to the loop unroller. Depending on how big by sewardj · 20 years ago
- 0c4763c Disable debug printing for CSE. by sewardj · 20 years ago
- 65599a3 Disable CSEing of loads as it's incorrect until such time as the CSEr by sewardj · 20 years ago
- 8f31b3b * Re-run CSE and DCE after loop unrolling, if expensive-mode is not by sewardj · 20 years ago
- 4980c6b Fix bug in rev 326 (folding rule for Shl32(x,0) ==> x) by sewardj · 20 years ago
- 5234540 fold_Expr: do Shl32(x,0) ==> x by sewardj · 20 years ago
- 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
- f6275b7 Fix formatting of the loop unroller code. Whitespace change only. by sewardj · 20 years ago
- 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
- bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago
- c0b4228 Extend CSE so it commons up F64i literals. This also requires changes by sewardj · 20 years ago
- eb30964 Even more minor PutI/GetI cleanups. by sewardj · 20 years ago
- 0ec972d More cleanups of PutI/GetI transformations: by sewardj · 20 years ago
- 575670c Add redundant-PutI elimination, and major cleanup of PutI/GetI transformations. by sewardj · 20 years ago
- a239779 Don't bother to do a spill store if the register chosen for spilling by sewardj · 20 years ago
- d7bd8ac More followups to previous increase of x86 FP regs from 4 to 6. by sewardj · 20 years ago
- aa59f94 Add generic mechanism to get hold of guest bytes when debugging. by sewardj · 20 years ago
- a8fc22c Update to match new max limit of 50 insns per bb. by sewardj · 20 years ago
- eafde5a x86: Increase the number of available floating point registers in the by sewardj · 20 years ago
- 9319816 Increase maximum-bb size to 50. by sewardj · 20 years ago
- f4a821d Fold 1Uto32. by sewardj · 20 years ago
- aba4fff Change tabs to spaces. Whitespace change only. by sewardj · 20 years ago
- df20f23 fix off-by-one errors (assert fails) in findPutI. by sewardj · 20 years ago
- 3e2ba0a Fix indentation for findPutI. Whitespace change only. by sewardj · 20 years ago
- 663b659 Really really final edits. This is the submitted version. by sewardj · 20 years ago
- e40b4e8 Final edits. by sewardj · 20 years ago
- 6b673ec Finish first draft. by sewardj · 20 years ago
- 90e1e8c IR -> Itanium conversion discussion Initial conclusions by sewardj · 20 years ago
- 5bbed0b Add stuff about predication. by sewardj · 20 years ago
- 09c367f Add stuff about control speculation. by sewardj · 20 years ago
- c36cdf0 Deal with NaT value propagation. by sewardj · 20 years ago
- 02130cc Fix up Heading 2 entries by copying into a new document. by sewardj · 20 years ago
- f5a00dc Add stuff on data speculation. by sewardj · 20 years ago
- c9df0d5 Describe handling of rotating registers and register windows. by sewardj · 20 years ago
- e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
- 3f57c2d x86 host: do spill/reload of floating point registers. by sewardj · 20 years ago
- 0bfea7f Small change to printing of guest-state-array descriptors (IRArrays). by sewardj · 20 years ago
- 79abdf1 Simple program for assessing speed of floating point. by sewardj · 20 years ago
- 9541268 Increase startup delay for GDB latching. by sewardj · 20 years ago
- a5dc348 Implement Add32/Sub32 chain collapsing. by sewardj · 20 years ago
- 7970385 Fix typo. by sewardj · 20 years ago
- 3fd9894 Stuff about rotating registers. by sewardj · 20 years ago
- 728c9d5 First attempt at Add32/Sub32 chain collapsing. by sewardj · 20 years ago
- 15b3613 More preliminaries. by sewardj · 20 years ago
- e91d538 Make a start on the Itanium report. by sewardj · 20 years ago
- c6c2fed Fix a couple of silly typos. by sewardj · 20 years ago
- 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
- 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
- 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
- edeb4c4 Do a bit of inlining. by sewardj · 20 years ago
- f5e3667 Duh; fix not-really-a-function-call. by sewardj · 20 years ago
- 8b3495d Add -Winline. by sewardj · 20 years ago
- e80679a In the flattening phase, reduce the number of tmp-tmp copies by sewardj · 20 years ago
- 6b00d0c Clarify semantics re dirty helper functions. by sewardj · 20 years ago
- 5a2a55d First version of IR specification doc. by sewardj · 20 years ago
- cb1dd31 A place to put documentation. by sewardj · 20 years ago
- a0d48d6 x86->IR: implement a couple more FP insns. Almost all the GNU Scientific by sewardj · 20 years ago
- 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
- 74eb469 Get rid of old condition-code handling stuff, that was unused. by sewardj · 20 years ago
- f04a0e5 Test program to generate spill code on x86 (fstpt/fldt). by sewardj · 20 years ago
- 4734104 x86 -> IR -> x86: fix enough bits to make OOo 1.1.2 work. by sewardj · 20 years ago
- e9fb5d6 No longer used. by sewardj · 20 years ago
- d15b073 This file is unused. by sewardj · 20 years ago
- b3bce0e Stuff re by sewardj · 20 years ago
- 0879054 Improved code sequences for idioms arising from guest x86 floating by sewardj · 20 years ago
- f599287 Fix compilation warnings. by sewardj · 20 years ago
- c9868d7 More tidying up. by sewardj · 20 years ago
- 89d4e98 Clean up the IR definition a bit. by sewardj · 20 years ago
- 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
- 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
- 7ee5061 Increase temp storage to 400k (for 20 insns!) ToDo: investigate. by sewardj · 20 years ago