aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
AgeCommit message (Expand)Author
2010-09-15Removed TracingBrainF from examples Makefile.Garrison Venn
2010-08-30Add a new example to the LLVM distribution: a trace-based Brainfuck compiler ...Owen Anderson
2010-08-19Trailing whitespace.Mikhail Glushenkov
2010-03-08Don't always run the ocaml kaleidoscope tutorials.Erick Tryzelaar
2010-03-08Add OCaml tutorial to the examples.Erick Tryzelaar
2010-02-23Modified examples Makefile to only build the ExceptionDemo example for Garrison Venn
2010-02-10Prevented build on WINDOWS using default make system. Stopped WINDOWS buildGarrison Venn
2010-02-09Adds a JIT based exception handling example to the examples directory. Garrison Venn
2009-04-12Add Kaleidoscope to examples/ so that it gets built regularly and we'll noticeNick Lewycky
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-09-12add a new BF->LLVM translator, contributed by Sterling Stein.Chris Lattner
2007-07-03Remove BFtoLLVM. It was old, and a poor example because it didn't use best p...Owen Anderson
2007-03-06Revert last patch. The examples build now.Reid Spencer
2007-03-06temporarily disable this until Reid has a chance to fix it.Chris Lattner
2006-12-01For PR1019:Reid Spencer
2006-06-01Support correct build:Reid Spencer
2005-07-12For PR418:Reid Spencer
2004-10-05Build BFtoLLVM example front-end by defaultBrian Gaeke
2004-08-23Moved small examples from /projects/SmallExamples to /examples.Reid Spencer
2004-08-23Fix Title lineReid Spencer
2004-08-20Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer