1. 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 15 years ago
  2. a87c163 Fix the msvs 2010 build. by Michael J. Spencer · 15 years ago
  3. 767b5b6 Fix prototypes. by Devang Patel · 15 years ago
  4. 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 15 years ago
  5. b4e3cda Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, by Dan Gohman · 15 years ago
  6. 44f9533 Convert llvm-extract to use lazy loading. This makes it substantially by Dan Gohman · 15 years ago
  7. 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 15 years ago
  8. 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 15 years ago
  9. 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 15 years ago
  10. 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 15 years ago
  11. a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 15 years ago
  12. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
  13. d9a7316 llvmc: Make syntax more consistent. by Mikhail Glushenkov · 15 years ago
  14. c712edc llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 15 years ago
  15. f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 15 years ago
  16. 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 15 years ago
  17. 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 15 years ago
  18. 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 15 years ago
  19. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
  20. 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 15 years ago
  21. 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 15 years ago
  22. cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  23. a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  24. b57326c llvmc: Update examples. by Mikhail Glushenkov · 15 years ago
  25. 18cde6d Eliminate some redundancy by relying on raw_fd_ostream to handle "-" properly. by Dan Gohman · 15 years ago
  26. 4931b31 Allow the -analyze option to follow the -o option, which defaults to by Dan Gohman · 15 years ago
  27. 86cbc1b Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 15 years ago
  28. 510cea0 Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 15 years ago
  29. ca91912 Don't register stdout to be deleted on a signal. by Dan Gohman · 15 years ago
  30. 0a6ee29 Remove an unused command-line option. by Dan Gohman · 15 years ago
  31. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 15 years ago
  32. 99f918c CMake: Improved COMMENT on a custom command by Oscar Fuentes · 15 years ago
  33. 0b63f37 Update tests. by Mikhail Glushenkov · 15 years ago
  34. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 15 years ago
  35. 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  36. 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 15 years ago
  37. f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 15 years ago
  38. 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 15 years ago
  39. e41d900 lto: Reduce nesting. by Daniel Dunbar · 15 years ago
  40. b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 15 years ago
  41. 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 15 years ago
  42. 15af387 Fix silly bug. by Rafael Espindola · 15 years ago
  43. 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 15 years ago
  44. cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 15 years ago
  45. 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 15 years ago
  46. c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 15 years ago
  47. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 15 years ago
  48. 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 15 years ago
  49. 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 15 years ago
  50. 6b01837 Try to fix cmake build. by Rafael Espindola · 15 years ago
  51. 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
  52. 5b77cce Another missing file :-( by Rafael Espindola · 15 years ago
  53. f47d709 Add missing file. by Rafael Espindola · 15 years ago
  54. 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 15 years ago
  55. e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 15 years ago
  56. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  57. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  58. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  59. b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 15 years ago
  60. d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
  61. 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 15 years ago
  62. 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 15 years ago
  63. ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 15 years ago
  64. b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 15 years ago
  65. 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 15 years ago
  66. 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 15 years ago
  67. d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 15 years ago
  68. 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 15 years ago
  69. 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 15 years ago
  70. 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 15 years ago
  71. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 15 years ago
  72. e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 15 years ago
  73. 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 15 years ago
  74. 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 15 years ago
  75. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 15 years ago
  76. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 15 years ago
  77. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 15 years ago
  78. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 15 years ago
  79. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 15 years ago
  80. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 15 years ago
  81. 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 15 years ago
  82. 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 15 years ago
  83. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 15 years ago
  84. 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 15 years ago
  85. b30cdd8 Revert unintended white space change. by Rafael Espindola · 15 years ago
  86. 97595eb Fix a trivial use after free. by Rafael Espindola · 15 years ago
  87. b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 15 years ago
  88. c510a70 there is now no reason to link in TARGETS_TO_BUILD since we list by Chris Lattner · 15 years ago
  89. 6f2cea0 fix edis to only try to link in the x86 parts if the x86 backend is by Chris Lattner · 15 years ago
  90. aad9c4c Fix edis makefile by Douglas Gregor · 15 years ago
  91. e744ab2 fix DISABLE_EDIS by Chris Lattner · 15 years ago
  92. 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 15 years ago
  93. ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 15 years ago
  94. 9ae2e33 update cmake. by Chris Lattner · 15 years ago
  95. feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 15 years ago
  96. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago
  97. 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
  98. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
  99. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
  100. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago