1. 68a24bd Implement PR614: by Reid Spencer · 19 years ago
  2. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  3. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  4. dd04df0 For PR495: by Reid Spencer · 19 years ago
  5. c7f0832 For PR495: by Reid Spencer · 19 years ago
  6. 6a5d1d4 For PR514: by Reid Spencer · 19 years ago
  7. cc97cfc For PR514: by Reid Spencer · 19 years ago
  8. 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 20 years ago
  9. 0b86148 Minor clean-ups by Misha Brukman · 20 years ago
  10. e7d52b6 Clean up and correct llvmc configurations for C and C++ by Misha Brukman · 20 years ago
  11. 3a98ff8 std::string(NULL) does not a proper constructor make by Misha Brukman · 20 years ago
  12. 4c42937 Omit periods at the end of command-line switch explanations for consistency by Misha Brukman · 20 years ago
  13. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  14. baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
  15. c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 20 years ago
  16. 38b5788 Use DataInstall macro instead of INSTALL. by Reid Spencer · 20 years ago
  17. 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 20 years ago
  18. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 20 years ago
  19. e3e0fb1 sysconfdir -> PROJ_etcdir by Reid Spencer · 20 years ago
  20. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
  21. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  22. fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 20 years ago
  23. 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
  24. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  25. 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago
  26. 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
  27. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  28. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  29. cb8cb8e Get rid of warning from flex. by Reid Spencer · 20 years ago
  30. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  31. 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
  32. c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
  33. 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
  34. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  35. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  36. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  37. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  38. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  39. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  40. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  41. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  42. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
  43. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  44. 08602e5 Get the -o option right by Reid Spencer · 20 years ago
  45. 679a723 Get the -o option right by Reid Spencer · 20 years ago
  46. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  47. 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
  48. af77d74 Implement linking. by Reid Spencer · 20 years ago
  49. 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
  50. 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
  51. 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
  52. f113e7b Update for library name change. by Reid Spencer · 20 years ago
  53. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  54. 83f7c37 Remove template args that are the same as the default by Chris Lattner · 20 years ago
  55. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  56. cac731e We won't use automake by Reid Spencer · 20 years ago
  57. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  58. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  59. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  60. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
  61. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  62. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  63. a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
  64. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  65. 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
  66. 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 20 years ago
  67. ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
  68. 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 20 years ago
  69. 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 20 years ago
  70. 93426ba Add a missing header file by Reid Spencer · 20 years ago
  71. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
  72. ca04487 License file for llvmc. by Reid Spencer · 20 years ago
  73. 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 20 years ago
  74. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
  75. aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 20 years ago
  76. 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 20 years ago
  77. 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 20 years ago
  78. 2cf17a4 - Unify format of output messages by Reid Spencer · 20 years ago
  79. 02413b0 Link with bcreader and vmcore. by Reid Spencer · 20 years ago
  80. f384db3 - Implement the %args% substitution by Reid Spencer · 20 years ago
  81. bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 20 years ago
  82. ec4f588 - Rename and rearrange for clarity by Reid Spencer · 20 years ago
  83. a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
  84. fd2f728 Remove unneeded flags. by Reid Spencer · 20 years ago
  85. 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 20 years ago
  86. c0e9bec Add the VERSION token. by Reid Spencer · 20 years ago
  87. 1df7121 Add support for version numbers. by Reid Spencer · 20 years ago
  88. b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 20 years ago
  89. 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 20 years ago
  90. b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 20 years ago
  91. aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 20 years ago
  92. 9a8fedd Implement Assembly support. by Reid Spencer · 20 years ago
  93. f51a87c Actually let it compile after file name changes. by Reid Spencer · 20 years ago
  94. cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 20 years ago
  95. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 20 years ago
  96. 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 20 years ago
  97. 6964e3f Fix definitions to match tool's actual capabilities. by Reid Spencer · 20 years ago
  98. bf43772 More Functionality: by Reid Spencer · 20 years ago
  99. 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 20 years ago
  100. 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 20 years ago