projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
vectoriser: delete dead code
[ghc-hetmet.git]
/
compiler
/
cmm
/
CmmCPS.hs
2010-10-07
simonpj@microsoft.com
Some refactoring and simplification in TcInteract.occur...
blob
|
commitdiff
2010-09-13
simonpj@microsoft.com
Super-monster patch implementing the new typechecker...
blob
|
commitdiff
|
diff to current
2009-07-24
Ian Lynagh
Remove GHC's haskell98 dependency
blob
|
commitdiff
|
diff to current
2009-07-07
Ian Lynagh
Remove unused imports
blob
|
commitdiff
|
diff to current
2008-12-29
Ian Lynagh
Fix warnings in CmmCPS
blob
|
commitdiff
|
diff to current
2008-10-13
dias@eecs.harvard.edu
Big collection of patches for the new codegen branch.
blob
|
commitdiff
|
diff to current
2008-08-14
dias@eecs.harvard.edu
Merging in the new codegen branch
blob
|
commitdiff
|
diff to current
2008-05-29
dias@eecs.harvard.edu
Replacing copyins and copyouts with data-movement instr...
blob
|
commitdiff
|
diff to current
2008-05-03
Norman Ramsey
replace Cmm 'hint' with 'kind'
blob
|
commitdiff
|
diff to current
2008-01-04
Isaac Dupree
change CmmActual, CmmFormal to use a data CmmHinted...
blob
|
commitdiff
|
diff to current
2007-09-07
Norman Ramsey
a good deal of salutory renaming
blob
|
commitdiff
|
diff to current
2007-09-05
Norman Ramsey
change of representation for GenCmm, GenCmmTop, CmmProc
blob
|
commitdiff
|
diff to current
2007-09-04
Ian Lynagh
Fix CodingStyle#Warnings URLs
blob
|
commitdiff
|
diff to current
2007-09-03
Ian Lynagh
Use OPTIONS rather than OPTIONS_GHC for pragmas
blob
|
commitdiff
|
diff to current
2007-09-01
Ian Lynagh
Add {-# OPTIONS_GHC -w #-} and some blurb to all compil...
blob
|
commitdiff
|
diff to current
2007-08-20
Norman Ramsey
put CmmReturnInfo into a CmmCall (and related types)
blob
|
commitdiff
|
diff to current
2007-08-09
simonpj@microsoft.com
Rename a constructor CmmForeignCall to CmmCallee, and...
blob
|
commitdiff
|
diff to current
2007-07-15
Michael D. Adams
Fixed conditional branches to proc points
blob
|
commitdiff
|
diff to current
2007-07-15
Michael D. Adams
Removed unused variable from compiler/cmm/CmmCPS.hs
blob
|
commitdiff
|
diff to current
2007-07-15
Michael D. Adams
Removed unused import from compiler/cmm/CmmCPS.hs
blob
|
commitdiff
|
diff to current
2007-07-05
Michael D. Adams
Added support for GC block declaration to the Cmm syntax
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Added support for update frames to the CPS pass
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Factor cmmToRawCmm completely out of CPS
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Remove dead code in the CPS pass
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Minor formatting cleanup.
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Moved 'continuationToProc' into a separate file, 'CmmCP...
blob
|
commitdiff
|
diff to current
2007-07-03
Michael D. Adams
Finished support for foreign calls in the CPS pass
blob
|
commitdiff
|
diff to current
2007-07-02
Michael D. Adams
Multiple improvements to CPS algorithm.
blob
|
commitdiff
|
diff to current
2007-06-28
Michael D. Adams
Fix stack check amount for user declared continuation...
blob
|
commitdiff
|
diff to current
2007-06-28
Michael D. Adams
Remove unused parameter in force_gc_block for CPS
blob
|
commitdiff
|
diff to current
2007-06-28
Michael D. Adams
Make CPS account for on-stack arguments when doing...
blob
|
commitdiff
|
diff to current
2007-06-28
Michael D. Adams
Comment and formatting updates for the CPS pass
blob
|
commitdiff
|
diff to current
2007-06-27
Michael D. Adams
Implemented and fixed bugs in CmmInfo handling
blob
|
commitdiff
|
diff to current
2007-06-27
Michael D. Adams
Added stack checks to the CPS algorithm
blob
|
commitdiff
|
diff to current
2007-06-27
Michael D. Adams
First pass at implementing info tables for CPS
blob
|
commitdiff
|
diff to current
2007-06-27
Michael D. Adams
Added an SRT to each CmmCall and added the current...
blob
|
commitdiff
|
diff to current
2007-06-27
Michael D. Adams
Added pointerhood to LocalReg
blob
|
commitdiff
|
diff to current
2007-05-29
Michael D. Adams
Added early draft of parameter passing to the CPS converter
blob
|
commitdiff
|
diff to current
2007-05-29
Michael D. Adams
Minor code cleanup
blob
|
commitdiff
|
diff to current
2007-05-25
Michael D. Adams
Move global register saving from the backend to codeGen...
blob
|
commitdiff
|
diff to current
2007-05-25
Michael D. Adams
Formatting changes for CPS code.
blob
|
commitdiff
|
diff to current
2007-05-24
Michael D. Adams
Renamed CmmCPSData to CmmBrokenBlock and documented it
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Minor re-organizing of compiler/cmm/CmmCPS.hs
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Factored proc-point analysis into separate file (compil...
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Removed an older version of selectStackFormat
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Refined the handling of stack frame headers
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Misc. cleanups to CPS converter
blob
|
commitdiff
|
diff to current
2007-05-23
Michael D. Adams
Fixed CPS converter to preserve function names
blob
|
commitdiff
|
diff to current
2007-05-22
Michael D. Adams
Added Proc-Point analysis to the CPS converter (not...
blob
|
commitdiff
|
diff to current
2007-05-21
Michael D. Adams
Renamed BlockExitInfo to FinalStmt and all its construc...
blob
|
commitdiff
|
diff to current
2007-05-18
Michael D. Adams
Major cleanup of the CPS code (but more is still to...
blob
|
commitdiff
|
diff to current
2007-05-18
Michael D. Adams
Second working draft of a CPS algorithm for C--.
blob
|
commitdiff
|
diff to current
2007-05-16
Michael D. Adams
First complete draft of a CPS algorithm. (Still hackis...
blob
|
commitdiff
|
diff to current
2007-05-10
Michael D. Adams
Hooked the C-- CPS pass into the compilation pipeline
blob
|
commitdiff
|
diff to current