1. 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 20 years ago
  2. aefd04b Add some missing #includes by Reid Spencer · 20 years ago
  3. 8d9b680 Qualify Path with sys:: namespace so this file compiles. by Reid Spencer · 20 years ago
  4. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  5. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  6. e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago
  7. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
  8. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  9. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  10. 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
  11. 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
  12. c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
  13. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  14. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
  15. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
  16. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
  17. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
  18. ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
  19. a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
  20. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  21. 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
  22. 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 21 years ago
  23. ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 21 years ago
  24. 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 21 years ago
  25. 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 21 years ago
  26. 93426ba Add a missing header file by Reid Spencer · 21 years ago
  27. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
  28. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  29. 615edcc add llvmc by Reid Spencer · 21 years ago
  30. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 21 years ago
  31. ca04487 License file for llvmc. by Reid Spencer · 21 years ago
  32. 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 21 years ago
  33. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 21 years ago
  34. aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 21 years ago
  35. 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 21 years ago
  36. 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 21 years ago
  37. 2cf17a4 - Unify format of output messages by Reid Spencer · 21 years ago
  38. 02413b0 Link with bcreader and vmcore. by Reid Spencer · 21 years ago
  39. f384db3 - Implement the %args% substitution by Reid Spencer · 21 years ago
  40. bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 21 years ago
  41. ec4f588 - Rename and rearrange for clarity by Reid Spencer · 21 years ago
  42. a01439a - Remove unused GetSuffix function by Reid Spencer · 21 years ago
  43. fd2f728 Remove unneeded flags. by Reid Spencer · 21 years ago
  44. 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 21 years ago
  45. c0e9bec Add the VERSION token. by Reid Spencer · 21 years ago
  46. 1df7121 Add support for version numbers. by Reid Spencer · 21 years ago
  47. b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 21 years ago
  48. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 21 years ago
  49. 53aa793 Change @ -> % in config files. @name@ might be needed for config files to by Reid Spencer · 21 years ago
  50. b38e405 Implement the correct search for configuration files. llvmc will now try by Reid Spencer · 21 years ago
  51. aa43a4b Add CONFIG_FILES so the language specific config files can be installed. by Reid Spencer · 21 years ago
  52. 9a8fedd Implement Assembly support. by Reid Spencer · 21 years ago
  53. f51a87c Actually let it compile after file name changes. by Reid Spencer · 21 years ago
  54. cbabe7f Moved ConfigData -> Configuration by Reid Spencer · 21 years ago
  55. bae6825 Implement many new features for llvmc. This is the first version that will by Reid Spencer · 21 years ago
  56. 2a069fa Back out dependencies on lib/System/Path.h by Reid Spencer · 21 years ago
  57. 6964e3f Fix definitions to match tool's actual capabilities. by Reid Spencer · 21 years ago
  58. d2e89a7 Documentation like this doesn't belong here, and now we have the commandguide by Chris Lattner · 21 years ago
  59. bf43772 More Functionality: by Reid Spencer · 21 years ago
  60. 936f5c7 Initial configuration files (to be installed) for ll (LLVM Assembly) and by Reid Spencer · 21 years ago
  61. 68fb37a Converted to use flex for tokenizing input so we can use an easier to by Reid Spencer · 21 years ago
  62. a3f1855 Fix header commentary. by Reid Spencer · 21 years ago
  63. 5c56dc1 Additional functionality. This version handles option parsing and parameter by Reid Spencer · 21 years ago
  64. 2594c9a First version of a utility internal to llvmc that handles the parsing and by Reid Spencer · 21 years ago
  65. 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
  66. abf1ce3 Move CompilerDriver.h here. by Reid Spencer · 21 years ago
  67. 8fd3bca Initial makefile for the LLVM Compiler Driver. by Reid Spencer · 21 years ago
  68. 034a544 First "do nothing" version of the LLVM Compiler Driver. This version just by Reid Spencer · 21 years ago
  69. 84b3e01 while we're at it, make the libraries be on separate lines by Chris Lattner · 21 years ago
  70. 5520bd3 Lines need to end with \ to make sure they're actually continued by Misha Brukman · 21 years ago
  71. b9ebe8a * Add PowerPC library to LLC * Fit used libraries on a few lines by Misha Brukman · 21 years ago
  72. a2b5f45 sparcv9select is history. by Brian Gaeke · 21 years ago
  73. 3b87f21 * Convert C++ comments to C * Add UIUC copyright notice headers by Misha Brukman · 21 years ago
  74. eab43d8 Shared libraries are usually prepended with `lib' by Misha Brukman · 21 years ago
  75. 4efe35f sparcv9select is history by Brian Gaeke · 21 years ago
  76. 7633391 libsparcv9select is history by Brian Gaeke · 21 years ago
  77. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 21 years ago
  78. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  79. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 21 years ago
  80. 7d91e49 Finally give bugpoint -timeout support! by Chris Lattner · 21 years ago
  81. e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago
  82. 62c91fc Provide timeout values to all abstract interpreters by Chris Lattner · 21 years ago
  83. eed80e2 * Convert "\n" -> '\n' by Misha Brukman · 21 years ago
  84. b11a463 Remove redundant SCCP pass by Chris Lattner · 21 years ago
  85. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  86. e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
  87. 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
  88. 269c80c Remove this printer by Chris Lattner · 21 years ago
  89. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  90. 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 21 years ago
  91. b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
  92. 84c34b7 Build skeleton target by Chris Lattner · 21 years ago
  93. 4d143ee IA64 compat by Chris Lattner · 21 years ago
  94. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
  95. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
  96. 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
  97. 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
  98. 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
  99. e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
  100. 4a1de8b Add -load option by Chris Lattner · 21 years ago