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