1. 5f76760 For PR351: by Reid Spencer · 20 years ago
  2. 9ac1418 For PR351: by Reid Spencer · 20 years ago
  3. 780cbd9 No targets actually use this library by Chris Lattner · 20 years ago
  4. b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 20 years ago
  5. 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 20 years ago
  6. 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago
  7. b50ae12 For PR351: by Reid Spencer · 20 years ago
  8. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 20 years ago
  9. cda985e For PR351: by Reid Spencer · 20 years ago
  10. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  11. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
  12. 51ab8ec For PR351: by Reid Spencer · 20 years ago
  13. 90484fb For PR351: by Reid Spencer · 20 years ago
  14. f7d4f10 Minor cleanups by Misha Brukman · 20 years ago
  15. 319cdec For PR351: by Reid Spencer · 20 years ago
  16. 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
  17. 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
  18. 12786d5 Make use of the new Path inserter function. by Reid Spencer · 20 years ago
  19. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  20. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  21. e487402 LinkModules is now in the Linker class by Reid Spencer · 20 years ago
  22. bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
  23. 96690a8 Revert the last patch. We really do need SimplyCFG. by Reid Spencer · 20 years ago
  24. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  25. 357cf54 Remove this pass as its no longer needed. by Reid Spencer · 20 years ago
  26. c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
  27. cb8cb8e Get rid of warning from flex. by Reid Spencer · 20 years ago
  28. b4a400a Turn on ipsccp by default instead of simple IPCP by Chris Lattner · 20 years ago
  29. 17b1afe Link V8 backend into llc. by Brian Gaeke · 20 years ago
  30. 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
  31. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  32. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  33. 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
  34. f8f70c1 Adjust to change in pass name by Chris Lattner · 20 years ago
  35. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
  36. 0de66b5 Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 20 years ago
  37. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  38. aadc418 No longer necessary, moved Makefile.rules by Reid Spencer · 20 years ago
  39. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  40. f00b540 Make sure the program's symbols can be dlsym'd as well. by Reid Spencer · 20 years ago
  41. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  42. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  43. 07accb5 Always pass -D_GNU_SOURCE to cc1plus by Reid Spencer · 20 years ago
  44. c702fa3 Always pass -D_GNU_SOURCE to cc1 by Reid Spencer · 20 years ago
  45. 1945a11 Correct the configuration variable used to find the bin directory. by Reid Spencer · 20 years ago
  46. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  47. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  48. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  49. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  50. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  51. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  52. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  53. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  54. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
  55. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  56. 08602e5 Get the -o option right by Reid Spencer · 20 years ago
  57. 679a723 Get the -o option right by Reid Spencer · 20 years ago
  58. 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
  59. 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
  60. 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
  61. c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
  62. 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
  63. fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
  64. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  65. d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 20 years ago
  66. a269ec7 remove debugging code by Chris Lattner · 20 years ago
  67. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
  68. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
  69. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 20 years ago
  70. babb45b Per code review: \ by Reid Spencer · 20 years ago
  71. bede583 Per code review: \ by Reid Spencer · 20 years ago
  72. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 20 years ago
  73. 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
  74. 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 20 years ago
  75. b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 20 years ago
  76. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
  77. d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 20 years ago
  78. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  79. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  80. 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 20 years ago
  81. 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 20 years ago
  82. 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
  83. d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
  84. 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  85. 1893f92 We need the libLLVMArchive library now by Reid Spencer · 20 years ago
  86. 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 20 years ago
  87. 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 20 years ago
  88. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
  89. 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  90. 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
  91. 5e081fb Moved to lib/Linker by Reid Spencer · 20 years ago
  92. cd18a83 Add the llvm-ranlib tool by Reid Spencer · 20 years ago
  93. 31391b6 Make sure llee can deal with compressed bytecode too. by Reid Spencer · 20 years ago
  94. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  95. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 20 years ago
  96. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  97. cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
  98. a152753 Use LLVMToolDir instead of ToolDir because the latter is no longer set (?) by Misha Brukman · 20 years ago
  99. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
  100. 34b9071 Enable compression by default. by Reid Spencer · 20 years ago