1. cac731e We won't use automake by Reid Spencer · 20 years ago
  2. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  3. f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 20 years ago
  4. 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
  5. 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
  6. 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 20 years ago
  7. a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
  8. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
  9. 56cb207 * We don't use the ENABLE_*_JIT flags in the source base anymore by Misha Brukman · 20 years ago
  10. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  11. 0647822 Since several tools and examples want JIT support, factor out the process of by Misha Brukman · 20 years ago
  12. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  13. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  14. fc6723f No space allowed between \ and end-of-line by Misha Brukman · 20 years ago
  15. 2c9039e Wrap lines at 80 cols by Misha Brukman · 20 years ago
  16. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  17. 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  18. 796aacf Fix named of a library. by Reid Spencer · 20 years ago
  19. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  20. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  21. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  22. 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 20 years ago
  23. aefd04b Add some missing #includes by Reid Spencer · 20 years ago
  24. 8d9b680 Qualify Path with sys:: namespace so this file compiles. by Reid Spencer · 20 years ago
  25. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  26. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  27. e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago
  28. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
  29. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  30. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  31. 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
  32. 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
  33. c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
  34. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  35. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
  36. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
  37. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
  38. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
  39. ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
  40. a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
  41. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  42. 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
  43. 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 20 years ago
  44. ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
  45. 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 20 years ago
  46. 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 20 years ago
  47. 93426ba Add a missing header file by Reid Spencer · 20 years ago
  48. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  49. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  50. 615edcc add llvmc by Reid Spencer · 20 years ago
  51. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
  52. ca04487 License file for llvmc. by Reid Spencer · 20 years ago
  53. 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 20 years ago
  54. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
  55. aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 20 years ago
  56. 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 20 years ago
  57. 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 20 years ago
  58. 2cf17a4 - Unify format of output messages by Reid Spencer · 20 years ago
  59. 02413b0 Link with bcreader and vmcore. by Reid Spencer · 20 years ago
  60. f384db3 - Implement the %args% substitution by Reid Spencer · 20 years ago
  61. bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 20 years ago
  62. ec4f588 - Rename and rearrange for clarity by Reid Spencer · 20 years ago
  63. a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
  64. fd2f728 Remove unneeded flags. by Reid Spencer · 20 years ago
  65. 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 20 years ago
  66. c0e9bec Add the VERSION token. by Reid Spencer · 20 years ago
  67. 1df7121 Add support for version numbers. by Reid Spencer · 20 years ago
  68. b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 20 years ago
  69. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago
  70. 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 20 years ago
  71. b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 20 years ago
  72. aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 20 years ago
  73. 9a8fedd Implement Assembly support. by Reid Spencer · 20 years ago
  74. f51a87c Actually let it compile after file name changes. by Reid Spencer · 20 years ago
  75. cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 20 years ago
  76. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 20 years ago
  77. 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 20 years ago
  78. 6964e3f Fix definitions to match tool's actual capabilities. by Reid Spencer · 20 years ago
  79. d2e89a7 Documentation like this doesn't belong here, and now we have the commandguide by Chris Lattner · 20 years ago
  80. bf43772 More Functionality: by Reid Spencer · 20 years ago
  81. 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 20 years ago
  82. 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 20 years ago
  83. a3f1855 Fix header commentary. by Reid Spencer · 20 years ago
  84. 5c56dc1 Additional functionality. This version handles option parsing and parameter by Reid Spencer · 20 years ago
  85. 2594c9a First version of a utility internal to llvmc that handles the parsing and by Reid Spencer · 20 years ago
  86. 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 20 years ago
  87. abf1ce3 Move CompilerDriver.h here. by Reid Spencer · 20 years ago
  88. 8fd3bca Initial makefile for the LLVM Compiler Driver. by Reid Spencer · 20 years ago
  89. 034a544 First "do nothing" version of the LLVM Compiler Driver. This version just by Reid Spencer · 20 years ago
  90. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 20 years ago
  91. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 20 years ago
  92. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 20 years ago
  93. a2b5f45 sparcv9select is history. by Brian Gaeke · 20 years ago
  94. 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 20 years ago
  95. eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 20 years ago
  96. 4efe35f sparcv9select is history by Brian Gaeke · 20 years ago
  97. 7633391 libsparcv9select is history by Brian Gaeke · 20 years ago
  98. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
  99. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  100. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago