From 0ed21795eadd54c3bfbc37f0d36c245bfe736ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Silvani?= Date: Mon, 3 Aug 2015 10:32:17 -0300 Subject: [PATCH] Initial Home page --- Home.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..1c5038b --- /dev/null +++ b/Home.md @@ -0,0 +1,15 @@ +Welcome to the llvm-6502 wiki! + +## Official documentation + +- [LLVM: Getting Started](http://llvm.org/docs/GettingStarted.html) +- [Writing an LLVM Backend](http://llvm.org/docs/WritingAnLLVMBackend.html) +- [The LLVM Target-Independent Code Generator](http://llvm.org/docs/CodeGenerator.html) +- [TableGen](http://llvm.org/docs/TableGen/index.html) +- [LLVM Language Reference Manual](http://llvm.org/docs/LangRef.html) +- [Writing an LLVM Pass](http://llvm.org/docs/WritingAnLLVMPass.html) + +## Links of interest + +- [Thread: [LLVMdev] MOS6502 target](https://groups.google.com/d/msg/llvm-dev/w37MfNU_Ag8/LdiDNHgjpGEJ) +- [Thread: A GCC backend for the 6502?](http://forum.6502.org/viewtopic.php?t=1476) \ No newline at end of file