diff options
author | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 19:06:44 -0800 |
---|---|---|
committer | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-22 19:07:35 -0800 |
commit | 6233cc5e8bce542cfaa6d930c15215f14cfe2bc1 (patch) | |
tree | 75707e3f6ae3edee0cb9d43b85515c9675a1796e /src | |
parent | d250abb7cb41043dc3f8cbf3cc4de3be2bdf614a (diff) |
rewrote READMEs and other markdown docs
**all: folded to margins**
README: used local image, expanded license into a small section
CONTRIBUTING: added title
relooper README: removed licensing data (root of repo contains license)
Diffstat (limited to 'src')
-rw-r--r-- | src/relooper/README.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/relooper/README.md b/src/relooper/README.md index 9b0187b3..a4073a77 100644 --- a/src/relooper/README.md +++ b/src/relooper/README.md @@ -1,14 +1,12 @@ - Relooper ======== -This is an optimized C++ implemention of the Relooper algorithm originally -developed as part of Emscripten. This implementation includes optimizations -added since the original academic paper [1] - see paper.pdf - was published -about it, and is written in an LLVM-friendly way with the goal of inclusion -in upstream LLVM. - -License: MIT&LLVM - -[1] Alon Zakai. 2011. Emscripten: an LLVM-to-JavaScript compiler. In Proceedings of the ACM international conference companion on Object oriented programming systems languages and applications companion (SPLASH '11). ACM, New York, NY, USA, 301-312. DOI=10.1145/2048147.2048224 http://doi.acm.org/10.1145/2048147.2048224 +This is an optimized C++ implemention of the Relooper algorithm originally developed as part +of Emscripten. This implementation includes optimizations added since the original academic +paper [1] - see paper.pdf - was published about it, and is written in an LLVM-friendly way +with the goal of inclusion in upstream LLVM. +[1] Alon Zakai. 2011. Emscripten: an LLVM-to-JavaScript compiler. In Proceedings of the ACM +international conference companion on Object oriented programming systems languages and +applications companion (SPLASH '11). ACM, New York, NY, USA, 301-312. +DOI=10.1145/2048147.2048224 http://doi.acm.org/10.1145/2048147.2048224 |