summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Count CmmTops processed so far in the native code generatorBen.Lippmeier@anu.edu.au2007-09-141-6/+13
* Change spill cost function back to inverse length of live range.Ben.Lippmeier@anu.edu.au2007-09-142-5/+20
* Replace missing '#' on options pragmaBen.Lippmeier@anu.edu.au2007-09-141-1/+1
* Better cleaning of spills in spill cleanerBen.Lippmeier@anu.edu.au2007-09-141-50/+122
* added node to push a closure onto the current call contextNorman Ramsey2007-09-175-13/+37
* tightened some dataflow code as part of preparing a talkNorman Ramsey2007-09-172-19/+29
* added 'filterRegsUsed' to CmmExprNorman Ramsey2007-09-171-1/+6
* Writing out .tix file only if you are the original process, not a child.andy@galois.com2007-09-171-2/+11
* removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de...andy@galois.com2007-09-171-38/+0
* Clean stage<n>/ghc-inplace.cIan Lynagh2007-09-171-0/+2
* Comments onlysimonpj@microsoft.com2007-09-171-1/+4
* Loosen the syntax of types slightlysimonpj@microsoft.com2007-09-171-1/+1
* avoid platform dependencies: my_uintptr_t ==> StgWordSimon Marlow2007-09-171-13/+5
* FIX: TypeFamilies: should_compile/Simple12Manuel M T Chakravarty2007-09-163-62/+136
* Keep valgrind happy when calling timer_createsven.panne@aedion.de2007-09-161-0/+5
* reloads are now sunk as deep as possibleNorman Ramsey2007-09-152-8/+74
* added instance declarations so we can fold over local registers used in Middl...Norman Ramsey2007-09-151-0/+26
* added monadic mapM_blocks. the fear, the fear...Norman Ramsey2007-09-151-2/+12
* fix misspelled constructorNorman Ramsey2007-09-151-1/+1
* add another way to run in the fuel monad (this is a mess right now)Norman Ramsey2007-09-151-0/+6
* lay ground for more readable dumping of CmmGraphNorman Ramsey2007-09-151-0/+2
* add a function to help identify unique predecessorsNorman Ramsey2007-09-151-0/+22
* scrub away remaining MidNopNorman Ramsey2007-09-151-1/+0
* changes needed to get map_blocks to actually compile :-(Norman Ramsey2007-09-151-2/+2
* remove an unwanted language extensionNorman Ramsey2007-09-151-1/+0
* drop the old, redundant implementation of postorder_dfsNorman Ramsey2007-09-151-33/+9
* eliminate the last vestige of UniqSM from ZipCfgNorman Ramsey2007-09-151-5/+6
* add map_blocks to ZipCfgNorman Ramsey2007-09-151-0/+4
* get rid of MidNopNorman Ramsey2007-09-154-10/+4
* get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongsNorman Ramsey2007-09-156-24/+24
* Make DESTDIR work againsven.panne@aedion.de2007-09-161-1/+1
* Resurrect the "lib" subdirectory in the installation tree, it was somehow lostsven.panne@aedion.de2007-09-161-2/+2
* Overhaul of the rewrite rulesManuel M T Chakravarty2007-09-158-838/+1094
* added foldUFM_Directly, used where appropriate, killed all warningsNorman Ramsey2007-09-151-45/+53
* (temporarily) check consistency of new postorder DFS no matter what DEBUG isNorman Ramsey2007-09-151-1/+2
* Wibbles to MkZipCfgCmm stuffsimonpj@microsoft.com2007-09-142-12/+32
* make remove_entry_label actually work inside ZipDataflowNorman Ramsey2007-09-141-1/+7
* export 'entry' from ZipCfg, at least for nowNorman Ramsey2007-09-141-0/+2
* Remove export of remove_entry_labelsimonpj@microsoft.com2007-09-141-1/+0
* replace #ifdef DEBUG with debugIsOn in cmm/MkZipCfgNorman Ramsey2007-09-141-5/+5
* new signatures for splicing functions, new postorder_dfsNorman Ramsey2007-09-133-106/+216
* tidying cmm/CmmSpillReload.hsNorman Ramsey2007-09-131-16/+12
* tidying cmm/CmmLiveZ.hsNorman Ramsey2007-09-131-7/+6
* Unbreak "clean" and "distclean" targets when there is no testsuitesven.panne@aedion.de2007-09-151-1/+1
* Use sed to make stage-specific ghc-inplace.c'sIan Lynagh2007-09-142-5/+12
* Fix copy+paste-o, spotted by Simon MarlowIan Lynagh2007-09-141-1/+1
* Add documentation about -shared, shared library name mangling, and a xrefsClemens Fruhwirth2007-09-142-85/+132
* distclean: ghcprof-inplaceSimon Marlow2007-09-141-0/+2
* distclean: <lib>/.depend[.bak]Simon Marlow2007-09-141-0/+3
* distclean: extra-gcc-opts, testsuiteSimon Marlow2007-09-141-1/+2