summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Fibonacci
Commit message (Collapse)AuthorAgeFilesLines
...
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-1/+1
| | | | llvm-svn: 18333
* Fix PR456:\Reid Spencer2004-11-181-0/+1
| | | | | | | | | | Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953
* Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo'Misha Brukman2004-11-051-4/+2
| | | | llvm-svn: 17478
* Fix typeoChris Lattner2004-11-041-1/+1
| | | | llvm-svn: 17466
* Cleanup this example, simplifying it and making it conform to LLVM codingChris Lattner2004-11-031-147/+76
| | | | | | standards llvm-svn: 17459
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-141-3/+4
| | | | | | to have the JIT functioning on more platforms than just x86 llvm-svn: 16993
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-112-2/+2
| | | | llvm-svn: 16295
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-111-2/+2
| | | | llvm-svn: 16285
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-231-1/+1
| | | | | | Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003
* Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer2004-08-232-0/+203
/examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
OpenPOWER on IntegriCloud