summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* First incomplete version of closure vectorisationRoman Leshchinskiy2007-07-131-0/+155
* Refactor slightlyRoman Leshchinskiy2007-07-131-5/+8
* Add utility function for vectorisationRoman Leshchinskiy2007-07-131-1/+5
* Add closedVRoman Leshchinskiy2007-07-131-1/+9
* Export wrapFamInstBody and unwrapFamInstScrutRoman Leshchinskiy2007-07-121-0/+1
* RefactoringRoman Leshchinskiy2007-07-111-14/+18
* Add whitespaceRoman Leshchinskiy2007-07-111-0/+9
* Only vectorise rank-1 expressionsRoman Leshchinskiy2007-07-112-16/+75
* Move some vectorisation utility functionsRoman Leshchinskiy2007-07-102-20/+31
* Modify PA dictionary computation to work with the class-based schemeRoman Leshchinskiy2007-07-103-36/+38
* Clean up handling of PA dictionariesRoman Leshchinskiy2007-07-104-42/+56
* FIX problem with not using the compat lib for Set in hpc tools.andy@galois.com2007-07-151-1/+1
* Properly parse GC blocks for functions with info tablesMichael D. Adams2007-07-151-1/+1
* Removed 'allow_header_set' argument from 'pack_continuation'.Michael D. Adams2007-07-151-12/+6
* Fixed conditional branches to proc pointsMichael D. Adams2007-07-152-27/+41
* Removed unused variable from compiler/cmm/CmmCPS.hsMichael D. Adams2007-07-151-2/+1
* Removed unused import from compiler/cmm/CmmCPS.hsMichael D. Adams2007-07-151-1/+0
* Keep the CPS pass from creating proc points due to unreachable parents.Michael D. Adams2007-07-151-2/+6
* Fixed CPS to account for info tables not being next to codeMichael D. Adams2007-07-151-1/+2
* Fix the CPS pass to pack the continuation with correct label form.Michael D. Adams2007-07-141-1/+1
* Fix for print022 (round up when dividing type size by word size)Ian Lynagh2007-07-141-1/+1
* Fix putting hsicon.ico into the Windows installer; fixes #1515Ian Lynagh2007-07-141-6/+4
* Update the ghci "loading" section of the user guideIan Lynagh2007-07-141-15/+8
* Don't show the ghci :? output in the user guideIan Lynagh2007-07-131-47/+3
* User guide tweaksIan Lynagh2007-07-131-7/+2
* User guide tweaksIan Lynagh2007-07-131-3/+3
* Tweak Windows installation instructions in the user guideIan Lynagh2007-07-131-10/+10
* Update the contents of the library directy in the user guideIan Lynagh2007-07-131-18/+18
* User guide tweaksIan Lynagh2007-07-131-5/+6
* Don't talk about nfib from the user guide now that we no longer ship itIan Lynagh2007-07-131-8/+0
* Remove "What bundles there are" now we only have the standard oneIan Lynagh2007-07-131-72/+0
* Update bundle installation instructionsIan Lynagh2007-07-131-10/+15
* In the users guide, talk about configure flagsIan Lynagh2007-07-121-80/+10
* Remove "install in-place" blurb from the docs as it no longer worksIan Lynagh2007-07-121-14/+0
* doc tweakIan Lynagh2007-07-121-1/+1
* Remove outdated bundle-contents descriptionIan Lynagh2007-07-121-132/+2
* Merge *UnboxedTuples flagsIan Lynagh2007-07-122-11/+4
* Automatic RTTI for ghci bindings Pepe Iborra2007-07-144-66/+97
* Teach :print to not panic when the DataCon for a closure is not exposed by th...Pepe Iborra2007-07-125-69/+103
* Fix an array indexing bug in getClosureData (used by :print)Pepe Iborra2007-07-121-1/+2
* remove some leftovers of the first ghci debugger prototypePepe Iborra2007-07-111-7/+0
* Fix imports & add missing type signaturesPepe Iborra2007-07-111-4/+9
* Ask for a HscEnv instead of a Session in InteractiveEval.obtainTermPepe Iborra2007-07-112-9/+9
* Add a max depth bound to the bfs implementation in cvReconstructType,Pepe Iborra2007-07-111-11/+14
* FIX panic from the GHC APIDavid Waern2007-07-141-2/+1
* init mg_inst_env when reading ext coreManuel M T Chakravarty2007-07-131-0/+1
* Warning Police: No newline at end of fileMichael D. Adams2007-07-132-2/+1
* Warning Police: Unused importsMichael D. Adams2007-07-1312-16/+9
* Added libraries/parallel to .darcs-boringMichael D. Adams2007-07-131-0/+1
* Adding draft and show to hpcandy@galois.com2007-07-125-4/+237