1. 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
  2. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
  3. cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
  4. 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
  5. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
  6. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  7. af632c9 add .o file writing for inline asm in llc. Here's a silly demo: by Chris Lattner · 15 years ago
  8. 519466c tidy #includes. by Chris Lattner · 15 years ago
  9. 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 15 years ago
  10. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  11. 4d12fdc remove some extraneous casts by Chris Lattner · 15 years ago
  12. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  13. cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 15 years ago
  14. d3a5fa8 add a couple missing enum names. by Chris Lattner · 15 years ago
  15. eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 15 years ago
  16. 62d1da0 Pass -m32/-m64 to assembler. by Mikhail Glushenkov · 15 years ago
  17. 132a994 Fix llvm-ld to clean up its output files in case of an error. by Dan Gohman · 15 years ago
  18. 46475cb revert r99719 which is breaking the botz. by Chris Lattner · 15 years ago
  19. 00ad278 Make llvm-ld remove its output files in the event of an error. by Dan Gohman · 15 years ago
  20. 92f5fcc No need to check the same condition twice. by Dan Gohman · 15 years ago
  21. ac2884a llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need by Daniel Dunbar · 15 years ago
  22. 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
  23. 34b96f4 It's not necessary to call raw_ostream::close explicitly on automatic by Dan Gohman · 15 years ago
  24. 2d9f5d1 llvm-mc: Support -filetype=null, for timing purposes. by Daniel Dunbar · 15 years ago
  25. fa256c6 Remove if DISABLED not if not DISABLED... by Bill Wendling · 15 years ago
  26. 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 15 years ago
  27. 25c54c0 make sure to delete the llvm module before calling llvm_shutdown, by Chris Lattner · 15 years ago
  28. 50fc9f3 llc doesn't need LinkAllVMCore. by Dan Gohman · 15 years ago
  29. bd85e8e Avoid leaking the FunctionPassManager from opt. by Jeffrey Yasskin · 15 years ago
  30. c1dc067 Free all Constants in ~LLVMConstantImpl. We avoid assertion failures by Jeffrey Yasskin · 15 years ago
  31. c6ab190 llvm-mc: Fix MCInstPrinter memory leaks. by Daniel Dunbar · 15 years ago
  32. d40297c llvm-mc: Fix memory leak of MCAsmInfo. by Daniel Dunbar · 15 years ago
  33. 4d4358e llvm-mc: Fix target selection for --disassemble to use GetTarget. by Daniel Dunbar · 15 years ago
  34. 4c42a6d fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 15 years ago
  35. c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
  36. e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
  37. 5001042 add support for bugpointing the integrated assembler. Something like this by Chris Lattner · 15 years ago
  38. 4ca9065 llvm-mc: Delete output files on error. by Daniel Dunbar · 15 years ago
  39. 5e6a7a2 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 15 years ago
  40. 181ab6a llvm-mc: Support -arch as a simplified form of -triple. by Daniel Dunbar · 15 years ago
  41. b87c305 give Mangler access to TargetData. by Chris Lattner · 15 years ago
  42. 5ef31a0 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 15 years ago
  43. fdab14b remove MAI argument from createAsmStreamer since it by Chris Lattner · 15 years ago
  44. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  45. 1f3e445 MC: Provide MCAssembler with a TargetAsmBackend. by Daniel Dunbar · 15 years ago
  46. 7ebc377 Attempt to fix random build failures seen when doing highly by Duncan Sands · 15 years ago
  47. b5c4239 Make it not an error to specify -O* options several times. by Mikhail Glushenkov · 15 years ago
  48. e560577 apparently if gold is around lto needs to be part of DIRS. by Chris Lattner · 15 years ago
  49. 23e6d2b Only build libedis if ENABLE_SHARED is specified, just like liblto. by Chris Lattner · 15 years ago
  50. f6dc18f liblto and gold don't need to be built in serial by Chris Lattner · 15 years ago
  51. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  52. d44f16f Make llc opt into the addPassesToEmitFile verify pass. by Dan Gohman · 15 years ago
  53. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
  54. ad597f9 disable-mem2reg and disable-gvn options should not be used by the driver. by Sanjiv Gupta · 15 years ago
  55. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  56. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  57. 5294af0 Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. by Jeffrey Yasskin · 15 years ago
  58. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  59. b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
  60. 9e7d90b Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change. by Mikhail Glushenkov · 15 years ago
  61. 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
  62. 130bede Support -Xlinker et al. by Mikhail Glushenkov · 15 years ago
  63. fc2ee15 Typo. by Mikhail Glushenkov · 15 years ago
  64. a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
  65. c6e0dbf Precompiled headers: initial support. by Mikhail Glushenkov · 15 years ago
  66. be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
  67. 9f2a080 Support '-install_name'. by Mikhail Glushenkov · 15 years ago
  68. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  69. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  70. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
  71. 3460f22 Avoid a dangling pointer dereference, PassManager::add can delete the Pass. by Benjamin Kramer · 15 years ago
  72. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  73. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  74. 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
  75. 49e496b Support some more Darwin-only options. by Mikhail Glushenkov · 15 years ago
  76. b88c6f6 Support -mfix-and-continue properly. by Mikhail Glushenkov · 15 years ago
  77. 2ac7ab1 Revert r94752, turns out we don't need to touch these options. by Mikhail Glushenkov · 15 years ago
  78. 86020e4 give MCCodeEmitters access to the current MCContext. by Chris Lattner · 15 years ago
  79. a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
  80. 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 15 years ago
  81. 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 15 years ago
  82. 4b42a1e Oops. by Jakob Stoklund Olesen · 15 years ago
  83. 8addca2 clang test suite by Jakob Stoklund Olesen · 15 years ago
  84. 2d58147 Updated the enhanced disassembly library to produce by Sean Callanan · 15 years ago
  85. de5dac1 Fixed a problem where the enhanced disassembly by Sean Callanan · 15 years ago
  86. 01cd79f Added header file declarations and .exports entries by Sean Callanan · 15 years ago
  87. 504b4cd Fixed build error for redefinition. by Sanjiv Gupta · 15 years ago
  88. 90f4c91 Add uppercase and lowercase part defines in driver. by Sanjiv Gupta · 15 years ago
  89. 4688261 Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. by Jeffrey Yasskin · 15 years ago
  90. 18743f4 New flag for GenLibDeps, and llvm-config-perobjincl. by Torok Edwin · 15 years ago
  91. 7670658 Filled in a few new APIs for the enhanced by Sean Callanan · 15 years ago
  92. 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
  93. 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
  94. 2e235a8 Fixed the disassembler so it accepts multiple by Sean Callanan · 15 years ago
  95. ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
  96. 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
  97. 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
  98. b788b37 ...and fixed the Makefile. by Sean Callanan · 15 years ago
  99. 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 15 years ago
  100. b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago