summaryrefslogtreecommitdiffstats
path: root/projects/Stacker
Commit message (Expand)AuthorAgeFilesLines
* Make Stacker Runtime -pedantic clean.Reid Spencer2006-11-032-12/+10
* For PR786:Reid Spencer2006-11-021-1/+0
* For PR950:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-261-2/+2
* For PR950:Reid Spencer2006-10-201-8/+8
* Don't build the runtime library if LLVMGCC is not configured.Reid Spencer2006-10-021-0/+5
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-251-0/+1
* For PR797:Reid Spencer2006-08-183-4/+7
* Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer2006-08-181-2/+2
* Stacker uses EH.Chris Lattner2006-07-072-0/+2
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Fix build on systems with broken bisonChris Lattner2006-06-021-0/+5
* For PR786:Reid Spencer2006-06-011-0/+3
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-3/+3
* Avoid defining dead resultChris Lattner2006-05-121-1/+1
* Distribute the Stacker samples directory.Reid Spencer2006-04-131-1/+1
* Distribute the lex/yacc files from the cvs version.Reid Spencer2006-04-121-0/+2
* Ignore generated files.Reid Spencer2006-03-232-0/+8
* Convert over to the new way of handling lex/bison checked into cvsChris Lattner2006-02-155-0/+419
* unbreak the build againChris Lattner2005-10-271-1/+1
* Make sure to build things in the right order, build with the .o file, not theChris Lattner2005-10-271-2/+2
* use archives when possibleChris Lattner2005-10-241-2/+2
* Implement PR614:Reid Spencer2005-08-274-2/+4308
* Make the value to -s not be interpreted as a file nameReid Spencer2005-05-191-2/+2
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-192-1/+65
* The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer2005-05-131-4/+1
* Don't build runtime if tools-only :)Reid Spencer2005-05-131-1/+4
* WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer2005-05-041-1/+1
* Eliminate tabs and trailing spacesJeff Cohen2005-04-234-1070/+1070
* Remove trailing whitespaceMisha Brukman2005-04-213-203/+203
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
* Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer2005-02-141-2/+2
* Update per new Makefile requirements for projectsReid Spencer2005-01-161-17/+10
* Ignore some filesReid Spencer2005-01-011-0/+2
* Clean up some autoconf cruftReid Spencer2004-12-272-33/+37
* Correct build script for stkr_runtime moduleReid Spencer2004-12-051-1/+1
* Build a module instead of a library so main() is not missedReid Spencer2004-12-051-13/+9
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Use llvmc to compile test casesReid Spencer2004-11-201-18/+11
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Change macro names per naming standard in Makefile.rules.Reid Spencer2004-10-301-5/+5
* Correct macro names per naming standard in Makefile.rulesReid Spencer2004-10-301-12/+12
* Disable the build in the samples directory so that llvmc dependencies don'tReid Spencer2004-10-291-1/+1
* Make sure the LLVM_CONFIG_DIR environment variable is set so we don't getReid Spencer2004-10-291-1/+1
* Make sure the sources get distributed (use EXTRA_DIST)Reid Spencer2004-10-281-5/+3
* Use llvmc to compile the Stacker programsReid Spencer2004-10-281-30/+7
* Add the samples directory to the buildReid Spencer2004-10-281-2/+2
* Get rid of drivel.Reid Spencer2004-10-281-12/+3
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-272-5/+6
* Make sure the samples and test directories get distributed.Reid Spencer2004-10-261-0/+1