Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some utils -Wall clean | Ian Lynagh | 2008-08-21 | 1 | -5/+10 |
| | |||||
* | Fixing hpc combine and hpc map to use the correct help message | andy@galois.com | 2008-04-08 | 1 | -3/+3 |
| | |||||
* | Fixing typo in runtime documentation for hpc, push to stable | andy@unsafeperformio.com | 2007-10-25 | 1 | -1/+1 |
| | |||||
* | Improving the combine mode for hpc | andy@galois.com | 2007-10-14 | 1 | -33/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | we now have Processing Coverage files: sum Sum multiple .tix files in a single .tix file combine Combine two .tix files in a single .tix file map Map a function over a single .tix file Where sum joins many .tix files, combine joins two files (with extra functionality possible), and map just applied a function to single .tix file. These changes were improvements driven by hpc use cases. END OF DESCRIPTION*** Place the long patch description above the ***END OF DESCRIPTION*** marker. The first line of this file will be the patch name. This patch contains the following changes: M ./utils/hpc/Hpc.hs -1 +3 M ./utils/hpc/HpcCombine.hs -33 +84 M ./utils/hpc/HpcFlags.hs -11 +59 | ||||
* | hpc-tools: improving flag processing and help messages, small bug fixes. | andy@galois.com | 2007-07-20 | 1 | -2/+8 |
| | |||||
* | Warning Police: Unused imports | Michael D. Adams | 2007-07-13 | 1 | -1/+0 |
| | |||||
* | Fixing hpc tools for 6.2 and 6.4 | andy@galois.com | 2007-06-29 | 1 | -3/+2 |
| | |||||
* | Adding hpc tools, as a single program. | andy@galois.com | 2007-06-25 | 1 | -0/+135 |