1. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  2. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  3. 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
  4. c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
  5. 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
  6. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  7. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  8. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  9. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  10. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  11. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  12. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  13. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  14. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
  15. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  16. 08602e5 Get the -o option right by Reid Spencer · 20 years ago
  17. 679a723 Get the -o option right by Reid Spencer · 20 years ago
  18. 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
  19. 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
  20. 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
  21. c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
  22. 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
  23. fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
  24. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  25. d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 20 years ago
  26. a269ec7 remove debugging code by Chris Lattner · 20 years ago
  27. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
  28. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
  29. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 20 years ago
  30. babb45b Per code review: \ by Reid Spencer · 20 years ago
  31. bede583 Per code review: \ by Reid Spencer · 20 years ago
  32. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  33. d607491 This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. by Tanya Lattner · 20 years ago
  34. 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 20 years ago
  35. b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 20 years ago
  36. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
  37. d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 20 years ago
  38. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  39. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  40. 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 20 years ago
  41. 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 20 years ago
  42. 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
  43. d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
  44. 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  45. 1893f92 We need the libLLVMArchive library now by Reid Spencer · 20 years ago
  46. 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 20 years ago
  47. 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 20 years ago
  48. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
  49. 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  50. 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
  51. 5e081fb Moved to lib/Linker by Reid Spencer · 20 years ago
  52. cd18a83 Add the llvm-ranlib tool by Reid Spencer · 20 years ago
  53. 31391b6 Make sure llee can deal with compressed bytecode too. by Reid Spencer · 20 years ago
  54. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  55. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 20 years ago
  56. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  57. cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
  58. a152753 Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) by Misha Brukman · 20 years ago
  59. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
  60. 34b9071 Enable compression by default. by Reid Spencer · 20 years ago
  61. ae70fed * Enable bytecode compression by default by Reid Spencer · 20 years ago
  62. cf0eb8d Turn on compression by default. by Reid Spencer · 20 years ago
  63. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  64. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  65. 4ad0b11 No, really, the library name is `LLVMexecve' by Misha Brukman · 20 years ago
  66. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  67. b188393 Fix file header comment by Misha Brukman · 20 years ago
  68. a6ad12d LLEE execve() wrapper library has changed its name and location by Misha Brukman · 20 years ago
  69. d6d8b83 Fix library names for sparc by Brian Gaeke · 20 years ago
  70. 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
  71. af77d74 Implement linking. by Reid Spencer · 20 years ago
  72. 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
  73. 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
  74. 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
  75. 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
  76. e84f92d Convert to new library names. by Reid Spencer · 20 years ago
  77. f113e7b Update for library name change. by Reid Spencer · 20 years ago
  78. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  79. 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
  80. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  81. 83f7c37 Remove template args that are the same as the default by Chris Lattner · 20 years ago
  82. d3f5e7e Make clean quieter. by Reid Spencer · 20 years ago
  83. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  84. cac731e We won't use automake by Reid Spencer · 20 years ago
  85. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  86. f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 20 years ago
  87. 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
  88. 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
  89. 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
  90. a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
  91. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
  92. 56cb207 * We don't use the ENABLE_*_JIT flags in the source base anymore by Misha Brukman · 20 years ago
  93. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  94. 0647822 Since several tools and examples want JIT support, factor out the process of by Misha Brukman · 20 years ago
  95. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  96. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  97. fc6723f No space allowed between \ and end-of-line by Misha Brukman · 20 years ago
  98. 2c9039e Wrap lines at 80 cols by Misha Brukman · 20 years ago
  99. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  100. 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago