summaryrefslogtreecommitdiff
path: root/projects/Stacker
Commit message (Expand)AuthorAge
* For PR1074:Reid Spencer2007-01-17
* relax typeChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* switch statistic over, remove misspelt comment.Chris Lattner2006-12-19
* Update for llvm-gcc4 build.Reid Spencer2006-12-13
* Change createInferredCast calls to more accurate cast creation calls.Reid Spencer2006-12-13
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class.Devang Patel2006-12-06
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-08
* Don't check variables before they are set.Reid Spencer2006-11-05
* Make Stacker Runtime -pedantic clean.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* Don't build the runtime library if LLVMGCC is not configured.Reid Spencer2006-10-02
* Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner2006-08-25
* For PR797:Reid Spencer2006-08-18
* Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer2006-08-18
* Stacker uses EH.Chris Lattner2006-07-07
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Fix build on systems with broken bisonChris Lattner2006-06-02
* For PR786:Reid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Avoid defining dead resultChris Lattner2006-05-12
* Distribute the Stacker samples directory.Reid Spencer2006-04-13
* Distribute the lex/yacc files from the cvs version.Reid Spencer2006-04-12
* Ignore generated files.Reid Spencer2006-03-23
* Convert over to the new way of handling lex/bison checked into cvsChris Lattner2006-02-15
* unbreak the build againChris Lattner2005-10-27
* Make sure to build things in the right order, build with the .o file, not theChris Lattner2005-10-27
* use archives when possibleChris Lattner2005-10-24
* Implement PR614:Reid Spencer2005-08-27
* Make the value to -s not be interpreted as a file nameReid Spencer2005-05-19
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-19
* The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer2005-05-13
* Don't build runtime if tools-only :)Reid Spencer2005-05-13
* WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer2005-05-04
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-28
* Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer2005-02-14
* Update per new Makefile requirements for projectsReid Spencer2005-01-16
* Ignore some filesReid Spencer2005-01-01
* Clean up some autoconf cruftReid Spencer2004-12-27
* Correct build script for stkr_runtime moduleReid Spencer2004-12-05
* Build a module instead of a library so main() is not missedReid Spencer2004-12-05