1. 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 14 years ago
  2. f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
  3. 875c3ff Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct) by Francois Pichet · 14 years ago
  4. 7d4fc4f This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure. by Renato Golin · 14 years ago
  5. 98f6ddc LTO is not ready for Windows. by Oscar Fuentes · 14 years ago
  6. b56130f Build EnhancedDisassembly as a shared library too. by Oscar Fuentes · 14 years ago
  7. 8e3db30 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  8. 54efb73 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  9. 798403b Update link components for llvm-dis and LTO. by Oscar Fuentes · 14 years ago
  10. 4839ded Force re-linking of LLVMgold.so when its exports file changes. by Oscar Fuentes · 14 years ago
  11. aa1fbb4 Fix processing of gold.exports. by Oscar Fuentes · 14 years ago
  12. 027f099 While printing annotations, print line number and variable name if debug info is present. by Devang Patel · 14 years ago
  13. 1dc550b Add LTO and gold plugin to the CMake build. Linux-only, support for by Oscar Fuentes · 14 years ago
  14. 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 14 years ago
  15. d36fb9b Gold now rescans archives as needed, so the pass-through options are not by Rafael Espindola · 14 years ago
  16. 35358e0 bfd was fixed, remove the work around. by Rafael Espindola · 14 years ago
  17. 981b1c4 LTO uses MC now. by Rafael Espindola · 14 years ago
  18. e9efea1 Switch LTO to use MC. This takes the linking of libxul.so from about 7m to 6m30. by Rafael Espindola · 14 years ago
  19. 9992fca fit in 80 cols. by Chris Lattner · 14 years ago
  20. f26be1e Plug some leaks in edis. by Benjamin Kramer · 14 years ago
  21. 3894a79 Fixed a bug in the enhanced disassembly tester that by Sean Callanan · 14 years ago
  22. 50b2846 CMake: remove unnecessary variable. by Oscar Fuentes · 14 years ago
  23. b21e49c Fixed llvm-mc in edis mode to use the result of by Sean Callanan · 14 years ago
  24. 8e04fc3 Dispose modules early and only create codegen when the plugin is being by Rafael Espindola · 14 years ago
  25. cd6c93e Fix some memory leaks and avoid looking in the hash tables twice. by Rafael Espindola · 14 years ago
  26. ebccf08 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  27. 37d42f8 Add modules to codegen as soon as possible. This reduces the link time by Rafael Espindola · 14 years ago
  28. 75dab00 Make "-opt [-emit-llvm]" work for .ll files. by Mikhail Glushenkov · 14 years ago
  29. 188a7e0 add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag. by Chris Lattner · 14 years ago
  30. 2a66aca Have opt set up a specific TargetLibraryInfo for modules with a triple. by Chris Lattner · 14 years ago
  31. 6d857ca Move library stuff out of the toplevel CMakeLists.txt file. by Oscar Fuentes · 14 years ago
  32. d78b789 Revert r125956, which broke the build if you _don't_ have lldb checked out. by Owen Anderson · 14 years ago
  33. ebdf0f9 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  34. 90d238c Make -disable-simplify-libcalls work with -std-compile-opts by Peter Collingbourne · 14 years ago
  35. 5a287d7 Add a debug obj-path option to make it easy to keep the .o produce by LTO. by Rafael Espindola · 14 years ago
  36. 5d618ef Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 14 years ago
  37. c55f58b improve solaris support, from PR9109, patch by Yuri! by Chris Lattner · 14 years ago
  38. 2e3066b Preserve aliases if needed. by Rafael Espindola · 14 years ago
  39. d7401b3 Fix a silly bug I introduced when dropping std::string. by Rafael Espindola · 14 years ago
  40. 354c5b9 fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel! by Chris Lattner · 14 years ago
  41. ef1860a Remove std::string version of getNameWithPrefix. by Rafael Espindola · 14 years ago
  42. 2fcc17e CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  43. 8d5e22a tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime. by NAKAMURA Takumi · 14 years ago
  44. fea2b51 tools/llvm-ld: Cygwin can handle #!shbang. by NAKAMURA Takumi · 14 years ago
  45. b4cc031 Don't open the file again in the gold plugin. To be able to do this, update by Rafael Espindola · 14 years ago
  46. f73311b Added bugpoint options: -compile-custom and -compile-command=... by Andrew Trick · 14 years ago
  47. de86cbd whitespace by Andrew Trick · 14 years ago
  48. 4cb310b Don't tell the linker about available_externally definitions. If we do, it will by Rafael Espindola · 14 years ago
  49. 97f6d5b While printing "interesting" breakpoint locations for debug info quality test harness, focus only on entry block's terminator for now. by Devang Patel · 14 years ago
  50. d73e575 Don't show -pedantic, -W and -Wall on the output of by Oscar Fuentes · 14 years ago
  51. 96aa78c Add support for the --noexecstack option. by Rafael Espindola · 14 years ago
  52. 5839614 RegionPassPrinter should contain the name of the pass printed by Tobias Grosser · 14 years ago
  53. 59315d1 llvm-objdump: Remove redundant includes. by Michael J. Spencer · 14 years ago
  54. d11699d llvm-nm: Fix warning. by Michael J. Spencer · 14 years ago
  55. 92e1deb Add llvm-objdump by Michael J. Spencer · 14 years ago
  56. 20d335a llvm-nm: Update to use the new LLVMObject library. by Michael J. Spencer · 14 years ago
  57. 8b1659e gold: MinGW fix. by Michael J. Spencer · 14 years ago
  58. 3c00a83 Add some platform checks. Also fix a typo on a Makefile. by Oscar Fuentes · 14 years ago
  59. 7cefd0e Fix memory leak found by clang static analyzer. by Ted Kremenek · 14 years ago
  60. 3f84a45 Disable debug mode. by Devang Patel · 14 years ago
  61. bc8d5f1 Little help to debug the bugpoint itself. Patch by Bob Wilson. by Devang Patel · 14 years ago
  62. 83a113b Fix Whitespace. by Michael J. Spencer · 14 years ago
  63. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  64. 6a6623c Do not include DataTypes.h in llvm-c/lto.h. by Devang Patel · 14 years ago
  65. 2f867a6 Correctly disassemble truncated asm. by Rafael Espindola · 14 years ago
  66. 9fc5cdf split dom frontier handling stuff out to its own DominanceFrontier header, by Chris Lattner · 14 years ago
  67. 8eac886 autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. by NAKAMURA Takumi · 14 years ago
  68. 7385509 Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. by Michael J. Spencer · 14 years ago
  69. fffa863 Revert r122143 through r122140, which collectively broke the LLVMC tests on by Owen Anderson · 14 years ago
  70. b9c767c Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. by Michael J. Spencer · 14 years ago
  71. c448aa6 llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of by Michael J. Spencer · 14 years ago
  72. fe068b3 llvm-dis: Simplify MemoryBuffer usage. by Michael J. Spencer · 14 years ago
  73. 7aa4844 Fix whitespace. by Michael J. Spencer · 14 years ago
  74. b8810a3 build: Fix ONLY_TOOLS to not build lto etc. unless specified. by Daniel Dunbar · 14 years ago
  75. 71d3500 Fix some compiler warnings. by Daniel Dunbar · 14 years ago
  76. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  77. 745dacc MC: Make TargetAsmBackend available to the AsmStreamer. by Daniel Dunbar · 14 years ago
  78. 24d7fa2 Copy-pastos. by Mikhail Glushenkov · 14 years ago
  79. 36604a6 Remove ConvertToMAttrImpl, it became too '-march'-specific. by Mikhail Glushenkov · 14 years ago
  80. 42db997 llvmc: Support -march arguments that should be forwarded to llc as -mcpu. by Mikhail Glushenkov · 14 years ago
  81. 2ac7eb8 llvmc: Better -mfpu/-mcpu support for ARM & PPC. by Mikhail Glushenkov · 14 years ago
  82. 26e10ae llvmc: more complete -march table for ARM. by Mikhail Glushenkov · 14 years ago
  83. 73e7809 llvmc: Support -mabi/-mfloat-abi. by Mikhail Glushenkov · 14 years ago
  84. bebea87 llvmc: Forward -march/-mcpu/-mtune to as & ld. by Mikhail Glushenkov · 14 years ago
  85. 049c74b macho-dump: Fix CMake build, following up to r121466. by NAKAMURA Takumi · 14 years ago
  86. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 14 years ago
  87. 4e45256 macho-dump: Switch to C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  88. a87d7ec Mach-O: Tweak field name. by Daniel Dunbar · 14 years ago
  89. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  90. 51c06bf Add dependency to "make check". by NAKAMURA Takumi · 14 years ago
  91. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 14 years ago
  92. 2901231 Print breakpoints for call instructions. This is used by optimized debug info test harness. by Devang Patel · 14 years ago
  93. e7e4b51 Give CurStreamType's enum a name. This works around what is apparently by Dan Gohman · 14 years ago
  94. f2f516f More code not compiled by CMake. :(. by Michael J. Spencer · 14 years ago
  95. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  96. f5f2300 Add a simple breakpoint location printer. This will be used by upcoming "debug info in optimized code" quality test harness to set breakpoints at "interesting" locations. by Devang Patel · 14 years ago
  97. 9267d14 Do not try luck by using given name to create temporary file. In parallel builds it may not work. by Devang Patel · 14 years ago
  98. b7bbd46 Do not try luck by using given name to create temporary file. In parallel builds it may not work. by Devang Patel · 14 years ago
  99. 9bc23ad Disable .loc support on older darwin OSes. by Devang Patel · 14 years ago
  100. 7593f34 Move check of command line options after command line parsing. by Tobias Grosser · 14 years ago