| Commit message (Expand) | Author | Age | Files | Lines |
* | Count CmmTops processed so far in the native code generator | Ben.Lippmeier@anu.edu.au | 2007-09-14 | 1 | -6/+13 |
* | Change spill cost function back to inverse length of live range. | Ben.Lippmeier@anu.edu.au | 2007-09-14 | 2 | -5/+20 |
* | Replace missing '#' on options pragma | Ben.Lippmeier@anu.edu.au | 2007-09-14 | 1 | -1/+1 |
* | Better cleaning of spills in spill cleaner | Ben.Lippmeier@anu.edu.au | 2007-09-14 | 1 | -50/+122 |
* | added node to push a closure onto the current call context | Norman Ramsey | 2007-09-17 | 5 | -13/+37 |
* | tightened some dataflow code as part of preparing a talk | Norman Ramsey | 2007-09-17 | 2 | -19/+29 |
* | added 'filterRegsUsed' to CmmExpr | Norman Ramsey | 2007-09-17 | 1 | -1/+6 |
* | Writing out .tix file only if you are the original process, not a child. | andy@galois.com | 2007-09-17 | 1 | -2/+11 |
* | removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de... | andy@galois.com | 2007-09-17 | 1 | -38/+0 |
* | Clean stage<n>/ghc-inplace.c | Ian Lynagh | 2007-09-17 | 1 | -0/+2 |
* | Comments only | simonpj@microsoft.com | 2007-09-17 | 1 | -1/+4 |
* | Loosen the syntax of types slightly | simonpj@microsoft.com | 2007-09-17 | 1 | -1/+1 |
* | avoid platform dependencies: my_uintptr_t ==> StgWord | Simon Marlow | 2007-09-17 | 1 | -13/+5 |
* | FIX: TypeFamilies: should_compile/Simple12 | Manuel M T Chakravarty | 2007-09-16 | 3 | -62/+136 |
* | Keep valgrind happy when calling timer_create | sven.panne@aedion.de | 2007-09-16 | 1 | -0/+5 |
* | reloads are now sunk as deep as possible | Norman Ramsey | 2007-09-15 | 2 | -8/+74 |
* | added instance declarations so we can fold over local registers used in Middl... | Norman Ramsey | 2007-09-15 | 1 | -0/+26 |
* | added monadic mapM_blocks. the fear, the fear... | Norman Ramsey | 2007-09-15 | 1 | -2/+12 |
* | fix misspelled constructor | Norman Ramsey | 2007-09-15 | 1 | -1/+1 |
* | add another way to run in the fuel monad (this is a mess right now) | Norman Ramsey | 2007-09-15 | 1 | -0/+6 |
* | lay ground for more readable dumping of CmmGraph | Norman Ramsey | 2007-09-15 | 1 | -0/+2 |
* | add a function to help identify unique predecessors | Norman Ramsey | 2007-09-15 | 1 | -0/+22 |
* | scrub away remaining MidNop | Norman Ramsey | 2007-09-15 | 1 | -1/+0 |
* | changes needed to get map_blocks to actually compile :-( | Norman Ramsey | 2007-09-15 | 1 | -2/+2 |
* | remove an unwanted language extension | Norman Ramsey | 2007-09-15 | 1 | -1/+0 |
* | drop the old, redundant implementation of postorder_dfs | Norman Ramsey | 2007-09-15 | 1 | -33/+9 |
* | eliminate the last vestige of UniqSM from ZipCfg | Norman Ramsey | 2007-09-15 | 1 | -5/+6 |
* | add map_blocks to ZipCfg | Norman Ramsey | 2007-09-15 | 1 | -0/+4 |
* | get rid of MidNop | Norman Ramsey | 2007-09-15 | 4 | -10/+4 |
* | get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongs | Norman Ramsey | 2007-09-15 | 6 | -24/+24 |
* | Make DESTDIR work again | sven.panne@aedion.de | 2007-09-16 | 1 | -1/+1 |
* | Resurrect the "lib" subdirectory in the installation tree, it was somehow lost | sven.panne@aedion.de | 2007-09-16 | 1 | -2/+2 |
* | Overhaul of the rewrite rules | Manuel M T Chakravarty | 2007-09-15 | 8 | -838/+1094 |
* | added foldUFM_Directly, used where appropriate, killed all warnings | Norman Ramsey | 2007-09-15 | 1 | -45/+53 |
* | (temporarily) check consistency of new postorder DFS no matter what DEBUG is | Norman Ramsey | 2007-09-15 | 1 | -1/+2 |
* | Wibbles to MkZipCfgCmm stuff | simonpj@microsoft.com | 2007-09-14 | 2 | -12/+32 |
* | make remove_entry_label actually work inside ZipDataflow | Norman Ramsey | 2007-09-14 | 1 | -1/+7 |
* | export 'entry' from ZipCfg, at least for now | Norman Ramsey | 2007-09-14 | 1 | -0/+2 |
* | Remove export of remove_entry_label | simonpj@microsoft.com | 2007-09-14 | 1 | -1/+0 |
* | replace #ifdef DEBUG with debugIsOn in cmm/MkZipCfg | Norman Ramsey | 2007-09-14 | 1 | -5/+5 |
* | new signatures for splicing functions, new postorder_dfs | Norman Ramsey | 2007-09-13 | 3 | -106/+216 |
* | tidying cmm/CmmSpillReload.hs | Norman Ramsey | 2007-09-13 | 1 | -16/+12 |
* | tidying cmm/CmmLiveZ.hs | Norman Ramsey | 2007-09-13 | 1 | -7/+6 |
* | Unbreak "clean" and "distclean" targets when there is no testsuite | sven.panne@aedion.de | 2007-09-15 | 1 | -1/+1 |
* | Use sed to make stage-specific ghc-inplace.c's | Ian Lynagh | 2007-09-14 | 2 | -5/+12 |
* | Fix copy+paste-o, spotted by Simon Marlow | Ian Lynagh | 2007-09-14 | 1 | -1/+1 |
* | Add documentation about -shared, shared library name mangling, and a xrefs | Clemens Fruhwirth | 2007-09-14 | 2 | -85/+132 |
* | distclean: ghcprof-inplace | Simon Marlow | 2007-09-14 | 1 | -0/+2 |
* | distclean: <lib>/.depend[.bak] | Simon Marlow | 2007-09-14 | 1 | -0/+3 |
* | distclean: extra-gcc-opts, testsuite | Simon Marlow | 2007-09-14 | 1 | -1/+2 |