summaryrefslogtreecommitdiffstats
path: root/llvm/examples
Commit message (Collapse)AuthorAgeFilesLines
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
| | | | llvm-svn: 17286
* Use the shared Makefile.JIT for JIT-enablement, which also enables the examplesMisha Brukman2004-10-142-6/+7
| | | | | | to have the JIT functioning on more platforms than just x86 llvm-svn: 16993
* Build BFtoLLVM example front-end by defaultBrian Gaeke2004-10-051-1/+1
| | | | llvm-svn: 16719
* Add BFtoLLVM example front endBrian Gaeke2004-10-055-0/+271
| | | | llvm-svn: 16714
* Correct the file header to reflect the new "examples" home for the file.Reid Spencer2004-09-116-6/+6
| | | | llvm-svn: 16295
* Add library LLVMsystem.a because the JIT now needs it.Reid Spencer2004-09-113-4/+4
| | | | llvm-svn: 16285
* Moved small examples from /projects/SmallExamples to /examples.Reid Spencer2004-08-2317-18079/+10
| | | | | | 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-2319-0/+18474
| | | | | | | /examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002
* Fix Title lineReid Spencer2004-08-231-0/+15
Make the "DIRS" option descend any directory with a Makefile. llvm-svn: 16001
OpenPOWER on IntegriCloud