aboutsummaryrefslogtreecommitdiffstats
path: root/projects
Commit message (Expand)AuthorAgeFilesLines
* Unbreak buildBrian Gaeke2004-09-022-2/+2
* Changes For Bug 352Reid Spencer2004-09-014-5/+6
* Must link against new LLVMsystem libraryNate Begeman2004-08-291-1/+1
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-291-1/+1
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-241-1/+5
* Moved the "SmallExamples" out of the /projects directory and into a newReid Spencer2004-08-2320-18489/+0
* Change the makefile back so it descends any directory with a Makefile.Reid Spencer2004-08-231-1/+1
* Avoid building samples. Require explicit list of directory names to build.Reid Spencer2004-08-201-2/+1
* Make people explicitly add dirs to this. Remove ModuleMaker as it currentlyChris Lattner2004-08-201-2/+1
* Only build project dirs with a Makefile in them. This should fix theChris Lattner2004-08-201-2/+2
* Moved these files to "SmallExamples" directory.Reid Spencer2004-08-1917-18271/+0
* Add the fibonacci example provided by Valery Khamenya.Reid Spencer2004-08-192-0/+203
* Make the SmallExamples programs compile in their new home.Reid Spencer2004-08-193-4/+20
* Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner2004-08-152-2/+2
* Simplify code, make it print the constructed module before it is run.Chris Lattner2004-08-152-174/+90
* Fix a copy & paste error .. correct the description of the program.Reid Spencer2004-08-102-8/+4
* Adding a simple example of how to use the JIT.Reid Spencer2004-08-104-0/+336
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-292-8/+2
* Group the hidden command line arguments.Reid Spencer2004-07-101-7/+6
* Add #include <iostream> since Value.h doesn't include it any more.Reid Spencer2004-07-043-0/+3
* Add support for dos-style filesChris Lattner2004-05-271-1/+1
* Header movedChris Lattner2004-05-271-1/+1
* Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke2004-05-111-2/+1
* Unbreak the build on X86.Chris Lattner2004-05-111-0/+1
* Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke2004-05-111-2/+2
* Do not hardcode the name of gcc, because its full pathname may have beenBrian Gaeke2004-05-111-1/+1
* Do not depend on the path to bashBrian Gaeke2004-05-111-1/+1
* Include <sys/types.h> to get the definition of int64_t on Solaris.Brian Gaeke2004-05-111-0/+1
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-095-42/+37
* If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman2004-04-151-2/+2
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-313-9/+9
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-151-7/+7
* Fix apparent copy-and-paste-o.Brian Gaeke2003-12-101-4/+2
* Add a missing semi colon, which breaks bison 1.5Chris Lattner2003-12-081-1/+1
* Makefile updates contributed by ReidChris Lattner2003-12-082-14/+24
* * Squelch warning on SunChris Lattner2003-11-271-6/+6
* Adjusted the projects Makefile so that it picks up the name of projectsJohn Criswell2003-11-251-2/+4
* Configure script for ModuleMaker.John Criswell2003-11-252-0/+4420
* Auto-confed ModuleMaker.John Criswell2003-11-2516-0/+31542
* Auto-conf'ed the ModuleMaker code.John Criswell2003-11-252-0/+0
* Apply patches from PR136Brian Gaeke2003-11-247-44/+178
* Add a script I missedChris Lattner2003-11-231-0/+19
* Checkin testsChris Lattner2003-11-2355-0/+464
* Disable test.Chris Lattner2003-11-231-1/+3
* Fix these assertions:Chris Lattner2003-11-232-2/+22
* Checkin the stacker compilerChris Lattner2003-11-232-0/+181
* Fix file headerChris Lattner2003-11-231-2/+2
* Initial checkinChris Lattner2003-11-231-0/+20
* Initial checkin of stacker samplesChris Lattner2003-11-235-0/+236
* Adjust file headerChris Lattner2003-11-231-1/+1