1. 421ec05 Update to reflect various changes in the autoconf directory. THe by Reid Spencer · 19 years ago
  2. bcb178f Remove auxilliary files that are now picked up from llvm/autoconf. This by Reid Spencer · 19 years ago
  3. 1a87ddc * Move all the "standard" configuration stuff to the start of the file by Reid Spencer · 19 years ago
  4. b2da650 Don't put generated files into CVS. by Reid Spencer · 19 years ago
  5. f20856d * Fix an output message by Reid Spencer · 19 years ago
  6. f1e6e84 Update makefile to use PROJ_* makefile variables intead of BUILD_* as by Reid Spencer · 19 years ago
  7. 6a8b518 Update per new Makefile requirements for projects by Reid Spencer · 20 years ago
  8. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
  9. 33a1218 Ignore autoconf/aclocal generated stuff. by Reid Spencer · 20 years ago
  10. 38fd88a Cleanup configuration for Cygwin by Reid Spencer · 20 years ago
  11. 90b3b71 Ignore some files by Reid Spencer · 20 years ago
  12. 9964cd8 Update to autoconf 2.59 standards. by Reid Spencer · 20 years ago
  13. bb87426 Clean up some autoconf cruft by Reid Spencer · 20 years ago
  14. 5978485 Correct build script for stkr_runtime module by Reid Spencer · 20 years ago
  15. 9f60a49 Build a module instead of a library so main() is not missed by Reid Spencer · 20 years ago
  16. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  17. 150e842 Use llvmc to compile test cases by Reid Spencer · 20 years ago
  18. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  19. a98e7b5 Change macro names per naming standard in Makefile.rules. by Reid Spencer · 20 years ago
  20. 3abd497 Correct macro names per naming standard in Makefile.rules by Reid Spencer · 20 years ago
  21. bdfefc9 Disable the build in the samples directory so that llvmc dependencies don't by Reid Spencer · 20 years ago
  22. 6e039e5 Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get by Reid Spencer · 20 years ago
  23. 64b5fb2 Make sure the sources get distributed (use EXTRA_DIST) Add the goof.st sample. by Reid Spencer · 20 years ago
  24. e198cd1 Use llvmc to compile the Stacker programs by Reid Spencer · 20 years ago
  25. 5456091 Add the samples directory to the build by Reid Spencer · 20 years ago
  26. 7c6201f Get rid of drivel. by Reid Spencer · 20 years ago
  27. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  28. e817154 Make sure the samples and test directories get distributed. by Reid Spencer · 20 years ago
  29. c4ea7d8 Make sure the include files get distributed. by Reid Spencer · 20 years ago
  30. 1118441 Fix nightly build by avoiding shared library construction. by Reid Spencer · 20 years ago
  31. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  32. e1616bf Remove exhuberant-style comments which remained from copying file from `sample' by Misha Brukman · 20 years ago
  33. 2b8f30c Fix file header comment; remove sample project (extra-verbose) comments by Misha Brukman · 20 years ago
  34. 17e9acd Fix file header comment by Misha Brukman · 20 years ago
  35. 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
  36. d27d1b9 Stacker compiler library doesn't need to be shared and it can cause by Reid Spencer · 20 years ago
  37. 011f5ca Attempt to solve the libtool problem on Solaris. by Reid Spencer · 20 years ago
  38. 1cf70ff The Sparc linking .so problem extends to the sample project as well by Misha Brukman · 20 years ago
  39. b921012 Sparc cannot link shared objects (libtool issue) which affects Stacker. by Misha Brukman · 20 years ago
  40. 1694eec Use llvm-link to link the .bc with testing.bc. This helps test the new by Reid Spencer · 20 years ago
  41. e07d9aa Added the configuration of the test/Makefile. by Reid Spencer · 20 years ago
  42. d1011c2 Make sure llvm-test doesn't build automatically so the nightly test can by Reid Spencer · 20 years ago
  43. 39dcf0e Convert makefile to use standard LLVM macros for tool names by Reid Spencer · 20 years ago
  44. 820dab7 Make Stacker into a complete project with its own configuration. by Reid Spencer · 20 years ago
  45. c37a506 Make the StackerCompiler and optimizing translator by running specific by Reid Spencer · 20 years ago
  46. 2c71157 Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with by Reid Spencer · 20 years ago
  47. 9c3c658 Uh, changing in build dir and committing in src dir doesn't lead to correct by Reid Spencer · 20 years ago
  48. 1d009bb Correct the specification of the DIRS variable to not include the source by Reid Spencer · 20 years ago
  49. 065b648 Unbreak build by Brian Gaeke · 20 years ago
  50. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  51. 2a42e80 Must link against new LLVMsystem library by Nate Begeman · 20 years ago
  52. 2f795cf RemoveFileOnSignal is now in sys:: namespace by Nate Begeman · 20 years ago
  53. bef77ec Add dependent library support for Stacker. It now inserts "stkr_runtime" as by Reid Spencer · 20 years ago
  54. 157b956 Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 20 years ago
  55. 7bf5dd3 Change the makefile back so it descends any directory with a Makefile. by Reid Spencer · 20 years ago
  56. 4e5b9e1 Avoid building samples. Require explicit list of directory names to build. by Reid Spencer · 20 years ago
  57. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 20 years ago
  58. cd8cf63 Only build project dirs with a Makefile in them. This should fix the by Chris Lattner · 20 years ago
  59. 903990d Moved these files to "SmallExamples" directory. by Reid Spencer · 20 years ago
  60. e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 20 years ago
  61. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  62. 95f114c Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 20 years ago
  63. e8bf58c Simplify code, make it print the constructed module before it is run. by Chris Lattner · 20 years ago
  64. 54706d6 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 20 years ago
  65. 26a4ba7 Adding a simple example of how to use the JIT. by Reid Spencer · 20 years ago
  66. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  67. 6220aa8 Group the hidden command line arguments. by Reid Spencer · 20 years ago
  68. 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 20 years ago
  69. 12fe669 Add support for dos-style files by Chris Lattner · 20 years ago
  70. 6f9e607 Header moved by Chris Lattner · 20 years ago
  71. 379b380 Use inttypes.h, which exists on all of Linux, Solaris and Darwin. by Brian Gaeke · 20 years ago
  72. 3528a4b Unbreak the build on X86. by Chris Lattner · 20 years ago
  73. a7750fc Squash warnings on Solaris/sparc... the test suite is not working for me so I by Brian Gaeke · 20 years ago
  74. 2928a16 Do not hardcode the name of gcc, because its full pathname may have been by Brian Gaeke · 20 years ago
  75. 8c603ef Do not depend on the path to bash by Brian Gaeke · 20 years ago
  76. c66d8b0 Include <sys/types.h> to get the definition of int64_t on Solaris. by Brian Gaeke · 20 years ago
  77. dc8e6b5 Changes to make the Stacker Stack use 64 bit values. This *should* get by Reid Spencer · 20 years ago
  78. e803682 If we're going to use tabs, use them consistently. Maybe doxygen will find the by Misha Brukman · 20 years ago
  79. 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 20 years ago
  80. 3710644 Remove dependence on the return type of ConstantArray::get by Chris Lattner · 20 years ago
  81. c745b49 Fix apparent copy-and-paste-o. by Brian Gaeke · 21 years ago
  82. 1b9ce47 Add a missing semi colon, which breaks bison 1.5 by Chris Lattner · 21 years ago
  83. 0c82ee7 Makefile updates contributed by Reid by Chris Lattner · 21 years ago
  84. 35976d9 * Squelch warning on Sun by Chris Lattner · 21 years ago
  85. 9b3b5de Adjusted the projects Makefile so that it picks up the name of projects by John Criswell · 21 years ago
  86. bf6b5d0 Configure script for ModuleMaker. by John Criswell · 21 years ago
  87. 02af846 Auto-confed ModuleMaker. by John Criswell · 21 years ago
  88. 27bf637 Auto-conf'ed the ModuleMaker code. Moved Makefile.common to Makefile.common.in. by John Criswell · 21 years ago
  89. 3e4a271 Apply patches from PR136 by Brian Gaeke · 21 years ago
  90. ac981ae Add a script I missed by Chris Lattner · 21 years ago
  91. e44f1db Checkin tests by Chris Lattner · 21 years ago
  92. 7610029 Disable test. by Chris Lattner · 21 years ago
  93. c7afc06 Fix these assertions: by Chris Lattner · 21 years ago
  94. 767a1e4 Checkin the stacker compiler by Chris Lattner · 21 years ago
  95. afec3dc Fix file header by Chris Lattner · 21 years ago
  96. 42cb6df Initial checkin by Chris Lattner · 21 years ago
  97. 9d014e7 Initial checkin of stacker samples by Chris Lattner · 21 years ago
  98. 900f12b Adjust file header by Chris Lattner · 21 years ago
  99. 302810d Initial checkin of stacker runtime by Chris Lattner · 21 years ago
  100. f608e85 Initial stacker checkin by Chris Lattner · 21 years ago