1. bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 15 years ago
  2. 9cc1c18 Use regular PassManager instead of FunctionPassManager in opt, since it by Dan Gohman · 15 years ago
  3. 18e05b4 Fix complete badness in bugpoint's IsARMArchitecture() function. by Jakob Stoklund Olesen · 15 years ago
  4. 62bacd6 Add an also-emit-llvm option to the gold plugin. by Rafael Espindola · 15 years ago
  5. 6865f29 Fix PR6951 by fixing Module leaks in bugpoint. by Jeffrey Yasskin · 15 years ago
  6. 99dca4f Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
  7. 972bf8d Extended the edis "IsBranch" property to call by Sean Callanan · 15 years ago
  8. 81043ee The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 15 years ago
  9. faa9576 Add command line option --gcc to bugpoint. by Kalle Raiskila · 15 years ago
  10. 199b66a don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) by Chris Lattner · 15 years ago
  11. 5758d4c make -filetype=obj default to emitting its output to foo.obj by Chris Lattner · 15 years ago
  12. be192dd Fixed a sign-extension bug in the X86 disassembler by Sean Callanan · 15 years ago
  13. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  14. 8d0e1bc The llc -f flag was removed. by Nick Lewycky · 15 years ago
  15. 281ead4 llc no longer requires the -f option to overwrite files. by Dan Gohman · 15 years ago
  16. 8ae93e7 Remove dead option. by Daniel Dunbar · 15 years ago
  17. c3d0e0c r98363 deleted a '!' when cleaning up whitespace. This caused globals which are by Bill Wendling · 15 years ago
  18. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  19. a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 15 years ago
  20. d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 15 years ago
  21. c1b202a Support .a files directly (without -l). by Mikhail Glushenkov · 15 years ago
  22. 43bc70e Fix more -Wcast-qual warnings. by Dan Gohman · 15 years ago
  23. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 15 years ago
  24. 4b67bc1 Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't by Nick Lewycky · 15 years ago
  25. aa08c55 Create an exports file, so that the plugin only exports the onload symbol. by Dan Gohman · 15 years ago
  26. f692003 Make things static that don't need to be referenced from outside the file. by Dan Gohman · 15 years ago
  27. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
  28. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 15 years ago
  29. 3bb37e9 Simplify ".bc" detection. by Benjamin Kramer · 15 years ago
  30. 8f10915 Remove unnecessary uses of <iostream>. by Daniel Dunbar · 15 years ago
  31. 6484dd4 fix a crash on "lli ex" or any other file whose name is exactly two by Chris Lattner · 15 years ago
  32. ac1a379 Don't forget cmake! by Nick Lewycky · 15 years ago
  33. d4ef4df Remove accidentally committed cruft. by Nick Lewycky · 15 years ago
  34. ac15da6 Bugpoint no longer uses exceptions. by Nick Lewycky · 15 years ago
  35. 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 15 years ago
  36. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
  37. 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 15 years ago
  38. f23c769 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 15 years ago
  39. 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 15 years ago
  40. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 15 years ago
  41. dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 15 years ago
  42. 668b154 Second try at integrating the edis tester. This by Sean Callanan · 15 years ago
  43. 2706387 Boolify. by Benjamin Kramer · 15 years ago
  44. 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 15 years ago
  45. 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
  46. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
  47. cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
  48. 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
  49. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
  50. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  51. af632c9 add .o file writing for inline asm in llc. Here's a silly demo: by Chris Lattner · 15 years ago
  52. 519466c tidy #includes. by Chris Lattner · 15 years ago
  53. 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 15 years ago
  54. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  55. 4d12fdc remove some extraneous casts by Chris Lattner · 15 years ago
  56. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  57. cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 15 years ago
  58. d3a5fa8 add a couple missing enum names. by Chris Lattner · 15 years ago
  59. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 15 years ago
  60. 62d1da0 Pass -m32/-m64 to assembler. by Mikhail Glushenkov · 15 years ago
  61. 132a994 Fix llvm-ld to clean up its output files in case of an error. by Dan Gohman · 15 years ago
  62. 46475cb revert r99719 which is breaking the botz. by Chris Lattner · 15 years ago
  63. 00ad278 Make llvm-ld remove its output files in the event of an error. by Dan Gohman · 15 years ago
  64. 92f5fcc No need to check the same condition twice. by Dan Gohman · 15 years ago
  65. ac2884a llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need by Daniel Dunbar · 15 years ago
  66. 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
  67. 34b96f4 It's not necessary to call raw_ostream::close explicitly on automatic by Dan Gohman · 15 years ago
  68. 2d9f5d1 llvm-mc: Support -filetype=null, for timing purposes. by Daniel Dunbar · 15 years ago
  69. fa256c6 Remove if DISABLED not if not DISABLED... by Bill Wendling · 15 years ago
  70. 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 15 years ago
  71. 25c54c0 make sure to delete the llvm module before calling llvm_shutdown, by Chris Lattner · 15 years ago
  72. 50fc9f3 llc doesn't need LinkAllVMCore. by Dan Gohman · 15 years ago
  73. bd85e8e Avoid leaking the FunctionPassManager from opt. by Jeffrey Yasskin · 15 years ago
  74. c1dc067 Free all Constants in ~LLVMConstantImpl. We avoid assertion failures by Jeffrey Yasskin · 15 years ago
  75. c6ab190 llvm-mc: Fix MCInstPrinter memory leaks. by Daniel Dunbar · 15 years ago
  76. d40297c llvm-mc: Fix memory leak of MCAsmInfo. by Daniel Dunbar · 15 years ago
  77. 4d4358e llvm-mc: Fix target selection for --disassemble to use GetTarget. by Daniel Dunbar · 15 years ago
  78. 4c42a6d fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 15 years ago
  79. c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
  80. e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
  81. 5001042 add support for bugpointing the integrated assembler. Something like this by Chris Lattner · 15 years ago
  82. 4ca9065 llvm-mc: Delete output files on error. by Daniel Dunbar · 15 years ago
  83. 5e6a7a2 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 15 years ago
  84. 181ab6a llvm-mc: Support -arch as a simplified form of -triple. by Daniel Dunbar · 15 years ago
  85. b87c305 give Mangler access to TargetData. by Chris Lattner · 15 years ago
  86. 5ef31a0 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 15 years ago
  87. fdab14b remove MAI argument from createAsmStreamer since it by Chris Lattner · 15 years ago
  88. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  89. 1f3e445 MC: Provide MCAssembler with a TargetAsmBackend. by Daniel Dunbar · 15 years ago
  90. 7ebc377 Attempt to fix random build failures seen when doing highly by Duncan Sands · 15 years ago
  91. b5c4239 Make it not an error to specify -O* options several times. by Mikhail Glushenkov · 15 years ago
  92. e560577 apparently if gold is around lto needs to be part of DIRS. by Chris Lattner · 15 years ago
  93. 23e6d2b Only build libedis if ENABLE_SHARED is specified, just like liblto. by Chris Lattner · 15 years ago
  94. f6dc18f liblto and gold don't need to be built in serial by Chris Lattner · 15 years ago
  95. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  96. d44f16f Make llc opt into the addPassesToEmitFile verify pass. by Dan Gohman · 15 years ago
  97. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
  98. ad597f9 disable-mem2reg and disable-gvn options should not be used by the driver. by Sanjiv Gupta · 15 years ago
  99. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  100. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago