1. 31391b6 Make sure llee can deal with compressed bytecode too. by Reid Spencer · 20 years ago
  2. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  3. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 20 years ago
  4. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  5. cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
  6. a152753 Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) by Misha Brukman · 20 years ago
  7. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
  8. 34b9071 Enable compression by default. by Reid Spencer · 20 years ago
  9. ae70fed * Enable bytecode compression by default by Reid Spencer · 20 years ago
  10. cf0eb8d Turn on compression by default. by Reid Spencer · 20 years ago
  11. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  12. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  13. 4ad0b11 No, really, the library name is `LLVMexecve' by Misha Brukman · 20 years ago
  14. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  15. b188393 Fix file header comment by Misha Brukman · 20 years ago
  16. a6ad12d LLEE execve() wrapper library has changed its name and location by Misha Brukman · 20 years ago
  17. d6d8b83 Fix library names for sparc by Brian Gaeke · 20 years ago
  18. 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
  19. af77d74 Implement linking. by Reid Spencer · 20 years ago
  20. 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
  21. 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
  22. 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
  23. 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
  24. e84f92d Convert to new library names. by Reid Spencer · 20 years ago
  25. f113e7b Update for library name change. by Reid Spencer · 20 years ago
  26. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  27. 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
  28. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  29. 83f7c37 Remove template args that are the same as the default by Chris Lattner · 20 years ago
  30. d3f5e7e Make clean quieter. by Reid Spencer · 20 years ago
  31. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  32. cac731e We won't use automake by Reid Spencer · 20 years ago
  33. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  34. f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 20 years ago
  35. 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
  36. 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
  37. 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
  38. a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
  39. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
  40. 56cb207 * We don't use the ENABLE_*_JIT flags in the source base anymore by Misha Brukman · 20 years ago
  41. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  42. 0647822 Since several tools and examples want JIT support, factor out the process of by Misha Brukman · 20 years ago
  43. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  44. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  45. fc6723f No space allowed between \ and end-of-line by Misha Brukman · 20 years ago
  46. 2c9039e Wrap lines at 80 cols by Misha Brukman · 20 years ago
  47. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  48. 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  49. 796aacf Fix named of a library. by Reid Spencer · 20 years ago
  50. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  51. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  52. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  53. 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 20 years ago
  54. aefd04b Add some missing #includes by Reid Spencer · 20 years ago
  55. 8d9b680 Qualify Path with sys:: namespace so this file compiles. by Reid Spencer · 20 years ago
  56. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  57. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  58. e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago
  59. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
  60. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  61. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  62. 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
  63. 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
  64. c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
  65. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  66. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
  67. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
  68. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
  69. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
  70. ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
  71. a3b4e09 Don't re-instantiate the std::string in catch block. by Reid Spencer · 20 years ago
  72. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  73. 7903068 Make sure <cassert> is included for platforms that don't include it via by Reid Spencer · 20 years ago
  74. 016e335 Initial commit of a configuration file for compiling C++ programs with by Reid Spencer · 20 years ago
  75. ca01f9b Implement the "setIncludePaths" and "setSymbolDefines" interface methods. by Reid Spencer · 20 years ago
  76. 7c14fd1 Pass lists of -I and -D options through to the Compiler Driver. by Reid Spencer · 20 years ago
  77. 6386009 Need to throw std::string not const char* if we want error messages to be by Reid Spencer · 20 years ago
  78. 93426ba Add a missing header file by Reid Spencer · 20 years ago
  79. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  80. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  81. 615edcc add llvmc by Reid Spencer · 20 years ago
  82. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
  83. ca04487 License file for llvmc. by Reid Spencer · 20 years ago
  84. 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 20 years ago
  85. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
  86. aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 20 years ago
  87. 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 20 years ago
  88. 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 20 years ago
  89. 2cf17a4 - Unify format of output messages by Reid Spencer · 20 years ago
  90. 02413b0 Link with bcreader and vmcore. by Reid Spencer · 20 years ago
  91. f384db3 - Implement the %args% substitution by Reid Spencer · 20 years ago
  92. bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 20 years ago
  93. ec4f588 - Rename and rearrange for clarity by Reid Spencer · 20 years ago
  94. a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
  95. fd2f728 Remove unneeded flags. by Reid Spencer · 20 years ago
  96. 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 20 years ago
  97. c0e9bec Add the VERSION token. by Reid Spencer · 20 years ago
  98. 1df7121 Add support for version numbers. by Reid Spencer · 20 years ago
  99. b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 20 years ago
  100. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago