Age | Commit message (Expand) | Author |
2006-09-30 | Stacker doesn't build universal right. | Chris Lattner |
2006-08-25 | Fix a race condition in the makefile that broke grawp's tester last night. | Chris Lattner |
2006-08-18 | For PR797: | Reid Spencer |
2006-08-18 | Drop the -s2048 option, it is specified incorrectly and the correct | Reid Spencer |
2006-08-07 | For PR780: | Reid Spencer |
2006-07-07 | Stacker uses EH. | Chris Lattner |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-06-02 | Fix build on systems with broken bison | Chris Lattner |
2006-06-01 | For PR786: | Reid Spencer |
2006-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-05-12 | Avoid defining dead result | Chris Lattner |
2006-04-18 | Have the AutoRegen.sh script prompt the user for the LLVM src and obj | Reid Spencer |
2006-04-13 | Distribute the Stacker samples directory. | Reid Spencer |
2006-04-12 | Distribute the lex/yacc files from the cvs version. | Reid Spencer |
2006-03-23 | Ignored generated files. | Reid Spencer |
2006-03-23 | Ignore generated files. | Reid Spencer |
2006-02-15 | Convert over to the new way of handling lex/bison checked into cvs | Chris Lattner |
2006-01-06 | Fixed Makefile so it does, indeed, build a dynamic library. | Robert Bocchino |
2005-10-27 | unbreak the build again | Chris Lattner |
2005-10-27 | Make sure to build things in the right order, build with the .o file, not the | Chris Lattner |
2005-10-24 | use archives when possible | Chris Lattner |
2005-08-27 | Implement PR614: | Reid Spencer |
2005-07-05 | oops | Andrew Lenharth |
2005-07-05 | updates | Andrew Lenharth |
2005-05-19 | Make the value to -s not be interpreted as a file name | Reid Spencer |
2005-05-19 | Add an llvmc specification file for the "st" suffix. This allows Stacker | Reid Spencer |
2005-05-13 | The previous hack didn't work because tools-only isn't defined and isn't | Reid Spencer |
2005-05-13 | Don't build runtime if tools-only :) | Reid Spencer |
2005-05-04 | WHILE does not "pop" a value, it "examines" to top of stack. Make this | Reid Spencer |
2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-28 | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos |
2005-02-24 | Update to reflect various changes in the autoconf directory. THe | Reid Spencer |
2005-02-24 | Remove auxilliary files that are now picked up from llvm/autoconf. This | Reid Spencer |
2005-02-24 | * Move all the "standard" configuration stuff to the start of the file | Reid Spencer |
2005-02-24 | Don't put generated files into CVS. | Reid Spencer |
2005-02-24 | * Fix an output message | Reid Spencer |
2005-02-14 | Update makefile to use PROJ_* makefile variables intead of BUILD_* as | Reid Spencer |
2005-01-16 | Update per new Makefile requirements for projects | Reid Spencer |
2005-01-16 | Rename BUILD_* to PROJ_* | Reid Spencer |
2005-01-05 | Ignore autoconf/aclocal generated stuff. | Reid Spencer |
2005-01-05 | Cleanup configuration for Cygwin | Reid Spencer |
2005-01-01 | Ignore some files | Reid Spencer |
2005-01-01 | Update to autoconf 2.59 standards. | Reid Spencer |
2004-12-27 | Clean up some autoconf cruft | Reid Spencer |
2004-12-05 | Correct build script for stkr_runtime module | Reid Spencer |
2004-12-05 | Build a module instead of a library so main() is not missed | Reid Spencer |
2004-11-25 | Add LLVMbzip2 library, now required. | Reid Spencer |
2004-11-20 | Use llvmc to compile test cases | Reid Spencer |
2004-11-14 | Fix usage of changed function prototype | Reid Spencer |