1. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  2. 1256515 Don't check variables before they are set. by Reid Spencer · 18 years ago
  3. 19d2204 Make sample project -pedantic clean. by Reid Spencer · 18 years ago
  4. 939c687 Make Stacker Runtime -pedantic clean. by Reid Spencer · 18 years ago
  5. 3ed469c For PR786: by Reid Spencer · 18 years ago
  6. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  7. 1628cec For PR950: by Reid Spencer · 18 years ago
  8. b83eb64 For PR950: by Reid Spencer · 18 years ago
  9. 76907e3 Don't build the runtime library if LLVMGCC is not configured. by Reid Spencer · 18 years ago
  10. 0d59c03 Stacker doesn't build universal right. by Chris Lattner · 18 years ago
  11. 463b79f Fix a race condition in the makefile that broke grawp's tester last night. by Chris Lattner · 18 years ago
  12. 40bb451 For PR797: Update to reflect ParseException becoming ParseError (from Parser.h) by Reid Spencer · 18 years ago
  13. b08b562 Drop the -s2048 option, it is specified incorrectly and the correct by Reid Spencer · 18 years ago
  14. 42fe455 For PR780: by Reid Spencer · 18 years ago
  15. 3251973 Stacker uses EH. by Chris Lattner · 18 years ago
  16. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  17. 1969e3c Fix build on systems with broken bison by Chris Lattner · 18 years ago
  18. 72f42bb For PR786: by Reid Spencer · 18 years ago
  19. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  20. 433698b Avoid defining dead result by Chris Lattner · 18 years ago
  21. 30ea478 Have the AutoRegen.sh script prompt the user for the LLVM src and obj by Reid Spencer · 18 years ago
  22. 9b6e67e Distribute the Stacker samples directory. by Reid Spencer · 18 years ago
  23. 898f44b Distribute the lex/yacc files from the cvs version. by Reid Spencer · 18 years ago
  24. 5a4b9e7 Ignored generated files. by Reid Spencer · 18 years ago
  25. 31c4d82 Ignore generated files. by Reid Spencer · 18 years ago
  26. fb4ab00 Convert over to the new way of handling lex/bison checked into cvs by Chris Lattner · 18 years ago
  27. 6b2b013 Fixed Makefile so it does, indeed, build a dynamic library. by Robert Bocchino · 19 years ago
  28. 36a6338 unbreak the build again by Chris Lattner · 19 years ago
  29. 8962b84 Make sure to build things in the right order, build with the .o file, not the by Chris Lattner · 19 years ago
  30. f582dde use archives when possible by Chris Lattner · 19 years ago
  31. 68a24bd Implement PR614: by Reid Spencer · 19 years ago
  32. 3027321 oops by Andrew Lenharth · 19 years ago
  33. c2640d0 updates by Andrew Lenharth · 19 years ago
  34. 4411eeb Make the value to -s not be interpreted as a file name by Reid Spencer · 19 years ago
  35. 9daa061 Add an llvmc specification file for the "st" suffix. This allows Stacker by Reid Spencer · 19 years ago
  36. 37f1380 The previous hack didn't work because tools-only isn't defined and isn't by Reid Spencer · 19 years ago
  37. 08f5535 Don't build runtime if tools-only :) by Reid Spencer · 19 years ago
  38. 535c619 WHILE does not "pop" a value, it "examines" to top of stack. Make this by Reid Spencer · 19 years ago
  39. b02fbfc Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  40. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  41. ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 19 years ago
  42. 421ec05 Update to reflect various changes in the autoconf directory. THe by Reid Spencer · 19 years ago
  43. bcb178f Remove auxilliary files that are now picked up from llvm/autoconf. This by Reid Spencer · 19 years ago
  44. 1a87ddc * Move all the "standard" configuration stuff to the start of the file by Reid Spencer · 19 years ago
  45. b2da650 Don't put generated files into CVS. by Reid Spencer · 19 years ago
  46. f20856d * Fix an output message by Reid Spencer · 19 years ago
  47. f1e6e84 Update makefile to use PROJ_* makefile variables intead of BUILD_* as by Reid Spencer · 19 years ago
  48. 6a8b518 Update per new Makefile requirements for projects by Reid Spencer · 20 years ago
  49. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
  50. 33a1218 Ignore autoconf/aclocal generated stuff. by Reid Spencer · 20 years ago
  51. 38fd88a Cleanup configuration for Cygwin by Reid Spencer · 20 years ago
  52. 90b3b71 Ignore some files by Reid Spencer · 20 years ago
  53. 9964cd8 Update to autoconf 2.59 standards. by Reid Spencer · 20 years ago
  54. bb87426 Clean up some autoconf cruft by Reid Spencer · 20 years ago
  55. 5978485 Correct build script for stkr_runtime module by Reid Spencer · 20 years ago
  56. 9f60a49 Build a module instead of a library so main() is not missed by Reid Spencer · 20 years ago
  57. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  58. 150e842 Use llvmc to compile test cases by Reid Spencer · 20 years ago
  59. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  60. a98e7b5 Change macro names per naming standard in Makefile.rules. by Reid Spencer · 20 years ago
  61. 3abd497 Correct macro names per naming standard in Makefile.rules by Reid Spencer · 20 years ago
  62. bdfefc9 Disable the build in the samples directory so that llvmc dependencies don't by Reid Spencer · 20 years ago
  63. 6e039e5 Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get by Reid Spencer · 20 years ago
  64. 64b5fb2 Make sure the sources get distributed (use EXTRA_DIST) Add the goof.st sample. by Reid Spencer · 20 years ago
  65. e198cd1 Use llvmc to compile the Stacker programs by Reid Spencer · 20 years ago
  66. 5456091 Add the samples directory to the build by Reid Spencer · 20 years ago
  67. 7c6201f Get rid of drivel. by Reid Spencer · 20 years ago
  68. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  69. e817154 Make sure the samples and test directories get distributed. by Reid Spencer · 20 years ago
  70. c4ea7d8 Make sure the include files get distributed. by Reid Spencer · 20 years ago
  71. 1118441 Fix nightly build by avoiding shared library construction. by Reid Spencer · 20 years ago
  72. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  73. e1616bf Remove exhuberant-style comments which remained from copying file from `sample' by Misha Brukman · 20 years ago
  74. 2b8f30c Fix file header comment; remove sample project (extra-verbose) comments by Misha Brukman · 20 years ago
  75. 17e9acd Fix file header comment by Misha Brukman · 20 years ago
  76. 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
  77. d27d1b9 Stacker compiler library doesn't need to be shared and it can cause by Reid Spencer · 20 years ago
  78. 011f5ca Attempt to solve the libtool problem on Solaris. by Reid Spencer · 20 years ago
  79. 1cf70ff The Sparc linking .so problem extends to the sample project as well by Misha Brukman · 20 years ago
  80. b921012 Sparc cannot link shared objects (libtool issue) which affects Stacker. by Misha Brukman · 20 years ago
  81. 1694eec Use llvm-link to link the .bc with testing.bc. This helps test the new by Reid Spencer · 20 years ago
  82. e07d9aa Added the configuration of the test/Makefile. by Reid Spencer · 20 years ago
  83. d1011c2 Make sure llvm-test doesn't build automatically so the nightly test can by Reid Spencer · 20 years ago
  84. 39dcf0e Convert makefile to use standard LLVM macros for tool names by Reid Spencer · 20 years ago
  85. 820dab7 Make Stacker into a complete project with its own configuration. by Reid Spencer · 20 years ago
  86. c37a506 Make the StackerCompiler and optimizing translator by running specific by Reid Spencer · 20 years ago
  87. 2c71157 Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with by Reid Spencer · 20 years ago
  88. 9c3c658 Uh, changing in build dir and committing in src dir doesn't lead to correct by Reid Spencer · 20 years ago
  89. 1d009bb Correct the specification of the DIRS variable to not include the source by Reid Spencer · 20 years ago
  90. 065b648 Unbreak build by Brian Gaeke · 20 years ago
  91. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  92. 2a42e80 Must link against new LLVMsystem library by Nate Begeman · 20 years ago
  93. 2f795cf RemoveFileOnSignal is now in sys:: namespace by Nate Begeman · 20 years ago
  94. bef77ec Add dependent library support for Stacker. It now inserts "stkr_runtime" as by Reid Spencer · 20 years ago
  95. 157b956 Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 20 years ago
  96. 7bf5dd3 Change the makefile back so it descends any directory with a Makefile. by Reid Spencer · 20 years ago
  97. 4e5b9e1 Avoid building samples. Require explicit list of directory names to build. by Reid Spencer · 20 years ago
  98. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 20 years ago
  99. cd8cf63 Only build project dirs with a Makefile in them. This should fix the by Chris Lattner · 20 years ago
  100. 903990d Moved these files to "SmallExamples" directory. by Reid Spencer · 20 years ago