summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2005-03-15add missing copyright headerChris Lattner1-0/+7
2005-03-15Stop using abegin and aend.Alkis Evlogimenos1-2/+2
2005-03-15Stop using abegin.Alkis Evlogimenos1-1/+1
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer2-2/+2
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-1/+1
2004-11-18Fix PR456:\Reid Spencer4-0/+4
2004-11-05Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman1-4/+2
2004-11-04Fix typeoChris Lattner1-1/+1
2004-11-03Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner1-147/+76
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-1/+1
2004-10-14Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2-6/+7
2004-10-05Build BFtoLLVM example front-end by defaultBrian Gaeke1-1/+1
2004-10-05Add BFtoLLVM example front endBrian Gaeke5-0/+271
2004-09-11Correct the file header to reflect the new "examples" home for the file.Reid Spencer6-6/+6
2004-09-11Add library LLVMsystem.a because the JIT now needs it.Reid Spencer3-4/+4
2004-08-23Moved small examples from /projects/SmallExamples to /examples.Reid Spencer17-18134/+10
2004-08-23Fix Title lineReid Spencer1-2/+2
2004-08-20Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner1-2/+1
2004-08-19Add the fibonacci example provided by Valery Khamenya.Reid Spencer2-0/+203
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer3-4/+20
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner1-1/+1
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner1-87/+45
2004-08-10Fix a copy & paste error .. correct the description of the program.Reid Spencer1-4/+2
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer2-0/+168
2004-07-04Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2-0/+2
2003-11-25Configure script for ModuleMaker.John Criswell1-0/+2210
2003-11-25Auto-confed ModuleMaker.John Criswell8-0/+15771
2003-11-25Auto-conf'ed the ModuleMaker code.John Criswell1-0/+0
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2-0/+4
2003-10-20Added LLVM copyrights to Makefiles.John Criswell3-0/+24
2003-09-06Checkin of autoconf-style object root.John Criswell1-4/+17
2003-08-21Initial checkinChris Lattner1-0/+9
2003-08-21Initial checkin of ModuleMaker projectChris Lattner6-0/+169