aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Fibonacci
Commit message (Expand)AuthorAgeFilesLines
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* Don't forget these are callsChris Lattner2005-05-061-4/+4
* These are legal for tail callsChris Lattner2005-05-061-0/+3
* Remove trailing whitespace at the end of linesMisha Brukman2005-04-201-9/+9
* Stop using abegin.Alkis Evlogimenos2005-03-151-1/+1
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-1/+1
* Fix PR456:\Reid Spencer2004-11-181-0/+1
* Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman2004-11-051-4/+2
* Fix typeoChris Lattner2004-11-041-1/+1
* Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner2004-11-031-147/+76
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-141-3/+4
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-112-2/+2
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-111-2/+2
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-1/+1
* Add the fibonacci example provided by Valery Khamenya.Reid Spencer2004-08-192-0/+203