Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed vect decl for sumP, enumfromToP | keller@cse.unsw.edu.au | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | Vectorisation of: enumFromTo, div, intSqrt | keller@cse.unsw.edu.au | 2008-04-25 | 1 | -0/+8 |
| | |||||
* | Added support for vectorising emptyP, squareRoot, combineP | keller@cse.unsw.edu.au | 2008-04-24 | 1 | -0/+3 |
| | |||||
* | (F)SLIT -> (f)sLit in Vectorise | Ian Lynagh | 2008-04-12 | 1 | -6/+4 |
| | |||||
* | (F)SLIT -> (f)sLit in VectType | Ian Lynagh | 2008-04-12 | 1 | -22/+20 |
| | |||||
* | (F)SLIT -> (f)sLit in VectUtils | Ian Lynagh | 2008-04-12 | 1 | -7/+5 |
| | |||||
* | (F)SLIT -> (f)sLit in VectMonad | Ian Lynagh | 2008-04-12 | 1 | -2/+2 |
| | |||||
* | (F)SLIT -> (f)sLit in VectBuiltIn | Ian Lynagh | 2008-04-12 | 1 | -99/+97 |
| | |||||
* | Fix bug in vectorisation of case expressions | Roman Leshchinskiy | 2008-04-11 | 1 | -2/+1 |
| | |||||
* | Don't import FastString in HsVersions.h | Ian Lynagh | 2008-03-29 | 2 | -2/+1 |
| | | | | Modules that need it import it themselves instead. | ||||
* | Vectorise tuple constructorsn | Roman Leshchinskiy | 2008-03-17 | 1 | -3/+23 |
| | |||||
* | Added double divide and unzipP | keller@cse.unsw.edu.au | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | Added 'div' to set of vectorising functions | keller@cse.unsw.edu.au | 2008-03-11 | 1 | -0/+1 |
| | |||||
* | Bump mAX_NDP_PROD to 5 | Roman Leshchinskiy | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | Make sure we generate PA dictionaries for tuples up to mAX_NDP_PROD | Roman Leshchinskiy | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | Bump mAX_NDP_PROD to 4 | Roman Leshchinskiy | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | Fix vectorisation monad | Roman Leshchinskiy | 2008-03-07 | 1 | -4/+6 |
| | |||||
* | Make some more modules use LazyUniqFM instead of UniqFM | Ian Lynagh | 2008-02-07 | 1 | -1/+1 |
| | | | | | If these modules use UniqFM then we get a stack overflow when compiling modules that use fundeps. I haven't tracked down the actual cause. | ||||
* | Whitespace only | Ian Lynagh | 2008-02-18 | 1 | -8/+8 |
| | |||||
* | Fixed warnings in vectorise/VectMonad | Twan van Laarhoven | 2008-02-03 | 1 | -22/+12 |
| | |||||
* | Fixed warnings in vectorise/VectBuiltIn | Twan van Laarhoven | 2008-02-03 | 1 | -13/+12 |
| | |||||
* | Fixed warnings in vectorise/VectCore | Twan van Laarhoven | 2008-02-03 | 1 | -7/+2 |
| | |||||
* | Make some more modules use LazyUniqFM instead of UniqFM | Ian Lynagh | 2008-02-07 | 1 | -1/+1 |
| | | | | | If these modules use UniqFM then we get a stack overflow when compiling modules that use fundeps. I haven't tracked down the actual cause. | ||||
* | Fixed warnings in vectorise/VectUtils | Twan van Laarhoven | 2008-01-26 | 1 | -22/+16 |
| | |||||
* | Replace remaining uses of ioToIOEnv by liftIO, remove ioToIOEnv | Twan van Laarhoven | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Fix lifting of case expressions | Roman Leshchinskiy | 2007-12-15 | 1 | -7/+13 |
| | | | | | We have to explicity check for empty arrays in each alternative as recursive algorithms wouldn't terminate otherwise. | ||||
* | Use (UArr Int) instead of PArray_Int# in vectorisation | Roman Leshchinskiy | 2007-12-15 | 3 | -9/+19 |
| | |||||
* | Remove unused vectorisation built-in | Roman Leshchinskiy | 2007-12-14 | 1 | -3/+0 |
| | |||||
* | Treat some standard data cons specially during vectorisation | Roman Leshchinskiy | 2007-12-13 | 1 | -0/+11 |
| | | | | This is a temporary hack which allows us to vectorise literals. | ||||
* | More vectorisation-related built ins | Roman Leshchinskiy | 2007-12-13 | 1 | -0/+12 |
| | |||||
* | Track changes to package ndp | Roman Leshchinskiy | 2007-12-12 | 1 | -9/+9 |
| | |||||
* | Add vectorisation built-ins | Roman Leshchinskiy | 2007-12-12 | 1 | -0/+7 |
| | |||||
* | Fix vectorisation bug | Roman Leshchinskiy | 2007-12-06 | 1 | -3/+5 |
| | |||||
* | Vectorisation-related built ins | Roman Leshchinskiy | 2007-12-06 | 1 | -0/+3 |
| | |||||
* | Teach vectorisation about some temporary conversion functions | Roman Leshchinskiy | 2007-12-06 | 1 | -0/+2 |
| | |||||
* | Vectorise case of unit correctly | Roman Leshchinskiy | 2007-12-05 | 1 | -0/+8 |
| | |||||
* | Teach vectorisation about singletonP | Roman Leshchinskiy | 2007-12-05 | 1 | -0/+1 |
| | |||||
* | Teach vectorisation about tuple datacons | Roman Leshchinskiy | 2007-12-05 | 2 | -4/+7 |
| | |||||
* | Track additions to package ndp | Roman Leshchinskiy | 2007-12-05 | 1 | -2/+6 |
| | |||||
* | Track changes to package ndp | Roman Leshchinskiy | 2007-12-05 | 1 | -4/+4 |
| | |||||
* | Add built-in Double operations to vectorisation | Roman Leshchinskiy | 2007-11-22 | 1 | -0/+8 |
| | |||||
* | Teach vectorisation about Double | Roman Leshchinskiy | 2007-11-21 | 1 | -1/+4 |
| | |||||
* | Vectorise polyexprs with notes | Roman Leshchinskiy | 2007-11-21 | 1 | -0/+2 |
| | |||||
* | Track changes to package ndp | Roman Leshchinskiy | 2007-11-20 | 1 | -6/+5 |
| | |||||
* | Temporary hack for passing PArrays from unvectorised to vectorised code | Roman Leshchinskiy | 2007-11-20 | 1 | -0/+8 |
| | |||||
* | Bind NDP stuff to [:.:] arrays | Roman Leshchinskiy | 2007-11-19 | 1 | -4/+6 |
| | |||||
* | Don't treat enumerations specially during vectorisation for the moment | Roman Leshchinskiy | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | Fix bugs in vectorisation of case expressions | Roman Leshchinskiy | 2007-11-19 | 3 | -2/+3 |
| | |||||
* | More built-in NDP combinators | Roman Leshchinskiy | 2007-11-19 | 1 | -0/+3 |
| | |||||
* | New vectorisation built-ins | Roman Leshchinskiy | 2007-11-18 | 1 | -0/+3 |
| |