1. 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 14 years ago
  2. f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 14 years ago
  3. 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 14 years ago
  4. e41d900 lto: Reduce nesting. by Daniel Dunbar · 14 years ago
  5. b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 14 years ago
  6. 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 14 years ago
  7. 15af387 Fix silly bug. by Rafael Espindola · 14 years ago
  8. 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 14 years ago
  9. cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 14 years ago
  10. 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 14 years ago
  11. c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 14 years ago
  12. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
  13. 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
  14. 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
  15. 6b01837 Try to fix cmake build. by Rafael Espindola · 14 years ago
  16. 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  17. 5b77cce Another missing file :-( by Rafael Espindola · 14 years ago
  18. f47d709 Add missing file. by Rafael Espindola · 14 years ago
  19. 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 14 years ago
  20. e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 14 years ago
  21. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  22. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  23. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  24. b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 14 years ago
  25. d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  26. 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 14 years ago
  27. 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 14 years ago
  28. ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 14 years ago
  29. b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
  30. 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 14 years ago
  31. 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
  32. d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 14 years ago
  33. 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
  34. 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 14 years ago
  35. 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 14 years ago
  36. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago
  37. e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 14 years ago
  38. 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 14 years ago
  39. 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
  40. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 14 years ago
  41. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 14 years ago
  42. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 14 years ago
  43. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
  44. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
  45. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago
  46. 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 14 years ago
  47. 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 14 years ago
  48. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
  49. 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 14 years ago
  50. b30cdd8 Revert unintended white space change. by Rafael Espindola · 14 years ago
  51. 97595eb Fix a trivial use after free. by Rafael Espindola · 14 years ago
  52. b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
  53. c510a70 there is now no reason to link in TARGETS_TO_BUILD since we list by Chris Lattner · 14 years ago
  54. 6f2cea0 fix edis to only try to link in the x86 parts if the x86 backend is by Chris Lattner · 14 years ago
  55. aad9c4c Fix edis makefile by Douglas Gregor · 14 years ago
  56. e744ab2 fix DISABLE_EDIS by Chris Lattner · 14 years ago
  57. 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 14 years ago
  58. ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 14 years ago
  59. 9ae2e33 update cmake. by Chris Lattner · 14 years ago
  60. feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 14 years ago
  61. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  62. 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 · 14 years ago
  63. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 14 years ago
  64. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 14 years ago
  65. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 14 years ago
  66. fc97aeb llvmc: Add a new option type (switch_list). by Mikhail Glushenkov · 14 years ago
  67. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 14 years ago
  68. 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 14 years ago
  69. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 14 years ago
  70. 346cc61 llvm-mc: Fix llvm-mc -as-lex. by Daniel Dunbar · 14 years ago
  71. cba3da0 Fix what seems like a clear buffer overflow, noticed by cppcheck. by Duncan Sands · 14 years ago
  72. 43906f9 Make llvm-bcanalyzer print out the full enum name for all metadata by Dan Gohman · 14 years ago
  73. 48bf8f0 build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsetting by Daniel Dunbar · 14 years ago
  74. 8f70c3d Remove some broken code to check the DISABLE_EDIS flag (edis is now in the by Bob Wilson · 14 years ago
  75. 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
  76. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  77. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 14 years ago
  78. c1874b7 Preserve debug info for only extracted symbols. by Devang Patel · 14 years ago
  79. 002dd18 Make -filelist work with -linker=c++. by Mikhail Glushenkov · 14 years ago
  80. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  81. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  82. 5137029 Remove variables that are written by not read. by Duncan Sands · 14 years ago
  83. e9916a3 Use ValueMap instead of DenseMap. by Devang Patel · 14 years ago
  84. 11f403c Add an extra-library-path option to the plugin. This is used to support by Rafael Espindola · 14 years ago
  85. bebb640 add_input_file and add_input_library now take const arguments, remove the by Rafael Espindola · 14 years ago
  86. bc2ed59 Save more temps with -save-temps. by Rafael Espindola · 14 years ago
  87. dd76f18 Add a pass-through option to the plugin. The use case for this option is to by Rafael Espindola · 14 years ago
  88. 38a979b Don't produce output only if *all* files are unused. by Rafael Espindola · 14 years ago
  89. 9a56c32 llvm-mc: Don't set NO_INSTALL on llvm-mc. by Daniel Dunbar · 14 years ago
  90. 3982c2c Change another reference to the "indirect callgraph node" to by Duncan Sands · 14 years ago
  91. c0ccc70 Output "external node" rather than "Indirect CallGraph node" when printing by Duncan Sands · 14 years ago
  92. 221aec6 Plug a leak in the non-error case by removing one level of indirection. by Nick Lewycky · 14 years ago
  93. d0a6a8c Run dead type elimination after dead argument elimination. by Dan Gohman · 14 years ago
  94. e49a13e Use ->isVoidTy(). by Dan Gohman · 14 years ago
  95. 6c80992 Misc cleanups to the gold plugin. by Rafael Espindola · 14 years ago
  96. 70972bb No need to special-case structs here; structs are first-class now. by Dan Gohman · 14 years ago
  97. b304ba9 No need to special-case structs here; structs are first-class now. by Dan Gohman · 14 years ago
  98. c4b5561 Add a emit-llvm option to the plugin and make the path argument to also-emit-llvm optional. by Rafael Espindola · 14 years ago
  99. 662f738 Perfer !string.empty() over string != "". by Nick Lewycky · 14 years ago
  100. fc55def Whitespace cleanup. by Nick Lewycky · 14 years ago