1. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  2. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  3. 5137029 Remove variables that are written by not read. by Duncan Sands · 14 years ago
  4. e9916a3 Use ValueMap instead of DenseMap. by Devang Patel · 14 years ago
  5. 11f403c Add an extra-library-path option to the plugin. This is used to support by Rafael Espindola · 14 years ago
  6. bebb640 add_input_file and add_input_library now take const arguments, remove the by Rafael Espindola · 14 years ago
  7. bc2ed59 Save more temps with -save-temps. by Rafael Espindola · 14 years ago
  8. dd76f18 Add a pass-through option to the plugin. The use case for this option is to by Rafael Espindola · 14 years ago
  9. 38a979b Don't produce output only if *all* files are unused. by Rafael Espindola · 14 years ago
  10. 9a56c32 llvm-mc: Don't set NO_INSTALL on llvm-mc. by Daniel Dunbar · 14 years ago
  11. 3982c2c Change another reference to the "indirect callgraph node" to by Duncan Sands · 14 years ago
  12. c0ccc70 Output "external node" rather than "Indirect CallGraph node" when printing by Duncan Sands · 14 years ago
  13. 221aec6 Plug a leak in the non-error case by removing one level of indirection. by Nick Lewycky · 14 years ago
  14. d0a6a8c Run dead type elimination after dead argument elimination. by Dan Gohman · 14 years ago
  15. e49a13e Use ->isVoidTy(). by Dan Gohman · 14 years ago
  16. 6c80992 Misc cleanups to the gold plugin. by Rafael Espindola · 14 years ago
  17. 70972bb No need to special-case structs here; structs are first-class now. by Dan Gohman · 14 years ago
  18. b304ba9 No need to special-case structs here; structs are first-class now. by Dan Gohman · 14 years ago
  19. 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
  20. 662f738 Perfer !string.empty() over string != "". by Nick Lewycky · 14 years ago
  21. fc55def Whitespace cleanup. by Nick Lewycky · 14 years ago
  22. c72f8e9 Don't preserve all symbols in a .so and instead trust gold to know what is by Rafael Espindola · 14 years ago
  23. d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 14 years ago
  24. 4b7416b When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago
  25. d928fb6 Don't special-case stdout in llvm::WriteBitcodeToFile; just consider by Dan Gohman · 14 years ago
  26. 7f924a3 Don't create an output stream when output is disabled. by Dan Gohman · 14 years ago
  27. 26a7074 Avoid calling outs() and fouts() when the stream isn't really needed. by Dan Gohman · 14 years ago
  28. 4139630 Apply timeouts and memory limits in more places. In particular, when by Duncan Sands · 14 years ago
  29. fdb5a86 MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. by Daniel Dunbar · 14 years ago
  30. d8a33dd Currently, createMachOStreamer() is invoked directly in llvm-mc which by Matt Fleming · 14 years ago
  31. 5964906 Remove dead option. by Daniel Dunbar · 14 years ago
  32. bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 14 years ago
  33. 9cc1c18 Use regular PassManager instead of FunctionPassManager in opt, since it by Dan Gohman · 14 years ago
  34. 18e05b4 Fix complete badness in bugpoint's IsARMArchitecture() function. by Jakob Stoklund Olesen · 14 years ago
  35. 62bacd6 Add an also-emit-llvm option to the gold plugin. by Rafael Espindola · 14 years ago
  36. 6865f29 Fix PR6951 by fixing Module leaks in bugpoint. by Jeffrey Yasskin · 14 years ago
  37. 99dca4f Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 14 years ago
  38. 972bf8d Extended the edis "IsBranch" property to call by Sean Callanan · 14 years ago
  39. 81043ee The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 14 years ago
  40. faa9576 Add command line option --gcc to bugpoint. by Kalle Raiskila · 14 years ago
  41. 199b66a don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) by Chris Lattner · 14 years ago
  42. 5758d4c make -filetype=obj default to emitting its output to foo.obj by Chris Lattner · 14 years ago
  43. be192dd Fixed a sign-extension bug in the X86 disassembler by Sean Callanan · 14 years ago
  44. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 14 years ago
  45. 8d0e1bc The llc -f flag was removed. by Nick Lewycky · 14 years ago
  46. 281ead4 llc no longer requires the -f option to overwrite files. by Dan Gohman · 14 years ago
  47. 8ae93e7 Remove dead option. by Daniel Dunbar · 14 years ago
  48. c3d0e0c r98363 deleted a '!' when cleaning up whitespace. This caused globals which are by Bill Wendling · 14 years ago
  49. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 14 years ago
  50. a0f914b Fixes to edis that mark x86 call targets as by Sean Callanan · 14 years ago
  51. d8993a3 Fixed EDOperand to use the operand type, not the by Sean Callanan · 14 years ago
  52. c1b202a Support .a files directly (without -l). by Mikhail Glushenkov · 14 years ago
  53. 43bc70e Fix more -Wcast-qual warnings. by Dan Gohman · 14 years ago
  54. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 14 years ago
  55. 4b67bc1 Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't by Nick Lewycky · 14 years ago
  56. aa08c55 Create an exports file, so that the plugin only exports the onload symbol. by Dan Gohman · 14 years ago
  57. f692003 Make things static that don't need to be referenced from outside the file. by Dan Gohman · 14 years ago
  58. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 14 years ago
  59. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 14 years ago
  60. 3bb37e9 Simplify ".bc" detection. by Benjamin Kramer · 14 years ago
  61. 8f10915 Remove unnecessary uses of <iostream>. by Daniel Dunbar · 14 years ago
  62. 6484dd4 fix a crash on "lli ex" or any other file whose name is exactly two by Chris Lattner · 14 years ago
  63. ac1a379 Don't forget cmake! by Nick Lewycky · 14 years ago
  64. d4ef4df Remove accidentally committed cruft. by Nick Lewycky · 14 years ago
  65. ac15da6 Bugpoint no longer uses exceptions. by Nick Lewycky · 14 years ago
  66. 533ae9b Unbreak CMake build by improving the EnhancedDisassembly makefile a by Douglas Gregor · 14 years ago
  67. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 14 years ago
  68. 0a6f053 Add CMake support for 'edis'. by Ted Kremenek · 14 years ago
  69. f23c769 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 14 years ago
  70. 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 14 years ago
  71. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 14 years ago
  72. dae9efc Bug fix: made the enhanced disassembler's link by Sean Callanan · 14 years ago
  73. 668b154 Second try at integrating the edis tester. This by Sean Callanan · 14 years ago
  74. 2706387 Boolify. by Benjamin Kramer · 14 years ago
  75. 22ff748 Remove use of exceptions from bugpoint. No deliberate functionality change! by Nick Lewycky · 14 years ago
  76. 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 14 years ago
  77. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 14 years ago
  78. cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 14 years ago
  79. 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 14 years ago
  80. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 14 years ago
  81. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 14 years ago
  82. af632c9 add .o file writing for inline asm in llc. Here's a silly demo: by Chris Lattner · 14 years ago
  83. 519466c tidy #includes. by Chris Lattner · 14 years ago
  84. 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 14 years ago
  85. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 14 years ago
  86. 4d12fdc remove some extraneous casts by Chris Lattner · 14 years ago
  87. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 14 years ago
  88. cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 14 years ago
  89. d3a5fa8 add a couple missing enum names. by Chris Lattner · 14 years ago
  90. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 14 years ago
  91. 62d1da0 Pass -m32/-m64 to assembler. by Mikhail Glushenkov · 14 years ago
  92. 132a994 Fix llvm-ld to clean up its output files in case of an error. by Dan Gohman · 14 years ago
  93. 46475cb revert r99719 which is breaking the botz. by Chris Lattner · 14 years ago
  94. 00ad278 Make llvm-ld remove its output files in the event of an error. by Dan Gohman · 14 years ago
  95. 92f5fcc No need to check the same condition twice. by Dan Gohman · 14 years ago
  96. ac2884a llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need by Daniel Dunbar · 14 years ago
  97. 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
  98. 34b96f4 It's not necessary to call raw_ostream::close explicitly on automatic by Dan Gohman · 15 years ago
  99. 2d9f5d1 llvm-mc: Support -filetype=null, for timing purposes. by Daniel Dunbar · 15 years ago
  100. fa256c6 Remove if DISABLED not if not DISABLED... by Bill Wendling · 15 years ago