aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2004-09-05Added the configuration of the test/Makefile.Reid Spencer
2004-09-04Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer
2004-09-04Convert makefile to use standard LLVM macros for tool namesReid Spencer
2004-09-04Make Stacker into a complete project with its own configuration.Reid Spencer
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer
2004-09-04Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer
2004-09-03Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer
2004-09-03Correct the specification of the DIRS variable to not include the sourceReid Spencer
2004-09-02Unbreak buildBrian Gaeke
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Must link against new LLVMsystem libraryNate Begeman
2004-08-29RemoveFileOnSignal is now in sys:: namespaceNate Begeman
2004-08-24Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer
2004-08-23Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer
2004-08-23Change the makefile back so it descends any directory with a Makefile.Reid Spencer
2004-08-20Avoid building samples. Require explicit list of directory names to build.Reid Spencer
2004-08-20Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner
2004-08-20Only build project dirs with a Makefile in them. This should fix theChris Lattner
2004-08-19Moved these files to "SmallExamples" directory.Reid Spencer
2004-08-19Add the fibonacci example provided by Valery Khamenya.Reid Spencer
2004-08-19Make the SmallExamples programs compile in their new home.Reid Spencer
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner
2004-08-10Fix a copy & paste error .. correct the description of the program.Reid Spencer
2004-08-10Adding a simple example of how to use the JIT.Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-10Group the hidden command line arguments.Reid Spencer
2004-07-04Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer
2004-05-27Add support for dos-style filesChris Lattner
2004-05-27Header movedChris Lattner
2004-05-11Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke
2004-05-11Unbreak the build on X86.Chris Lattner
2004-05-11Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke
2004-05-11Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke
2004-05-11Do not depend on the path to bashBrian Gaeke
2004-05-11Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke
2004-05-09Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer
2004-04-15If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman
2004-03-31Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner
2003-12-10Fix apparent copy-and-paste-o.Brian Gaeke
2003-12-08Add a missing semi colon, which breaks bison 1.5Chris Lattner
2003-12-08Makefile updates contributed by ReidChris Lattner
2003-11-27* Squelch warning on SunChris Lattner
2003-11-25Adjusted the projects Makefile so that it picks up the name of projectsJohn Criswell
2003-11-25Configure script for ModuleMaker.John Criswell
2003-11-25Auto-confed ModuleMaker.John Criswell
2003-11-25Auto-conf'ed the ModuleMaker code.John Criswell
2003-11-24Apply patches from PR136Brian Gaeke
2003-11-23Add a script I missedChris Lattner