GitXplorerGitXplorer
t

cse-ghc-plugin

public
6 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
0bbb969fb12bec1d88b4afc53adbe522d3629a17

Version 0.1.1

tthoughtpolice committed 12 years ago
Unverified
c45aaaa026b3649164efee40de76a3eb6477f9df

Version 0.1

tthoughtpolice committed 12 years ago
Unverified
8b04a70b91705ef047ac1305ed5aaee638afd24b

Formatting and be sure to reinitializeGlobals

tthoughtpolice committed 12 years ago
Unverified
3b59a5a05fe854ce80c54e70d13996058b3ea40b

Prep for release on hackage.

tthoughtpolice committed 12 years ago
Unverified
a63018946a42fa0f1091b9b4a65a97e787a30ba9

Merge pull request #1 from shelarcy/master

tthoughtpolice committed 12 years ago
Unverified
f6d7ef4c0987ddf099a64d304c93d2c7a2b62b0d

Update to work with GHC 7.4.1.

sshelarcy committed 13 years ago

README

The README file for this repository.

GHC plugin for Common Subexpression Elimination (CSE)

This plugin gives an example of defining a compiler plugin for GHC. The implementation of this optimization is ripped directly from GHC itself.

travis-ci.org results: Build Status

Homepage.

Installation

Install the latest version of the plugin from Hackage (requires GHC 7.4.1):

$ cabal install cse-ghc-plugin

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/cse-ghc-plugin.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/cse-ghc-plugin.git

Authors

See AUTHORS.txt.

License

BSD3. See LICENSE.txt for terms of copyright and redistribution.