Skip to content

Instantly share code, notes, and snippets.

@smolt
smolt / dtest.d
Created April 4, 2015 19:01
Hints at how to use D and Allegro5 on iOS
/+
Hints until I get more of the recipe cleaned up. This file has some image
and font dependencies, but you can modify to something you have locally.
Assumes you have allegro5 libs built for iOS and dependencies by following
their instructions in README_iphone.txt. Note: the Xcode project did not
work as-is, needs some paths fixed. Then...
- Clone and build ldc-iphone-dev (follow README.md at
https://github.com/smolt/ldc-iphone-dev)
@smolt
smolt / ARMISelLowering.cpp
Created April 2, 2014 05:57
TLS mods to lib/Target/ARM/ARMISelLowering.cpp https://llvm.org/svn/llvm-project/llvm/trunk@199186
//===-- ARMISelLowering.cpp - ARM DAG Lowering Implementation -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file defines the interfaces that ARM uses to lower LLVM code into a