1. ddcdcc8 Remove unused STL header includes. by Jay Foad · 13 years ago
  2. 3335a99 The .inc file is auto-generated and must not be edited by hand. by Mikhail Glushenkov · 13 years ago
  3. e8cfbd8 Remove unused argument. by Rafael Espindola · 13 years ago
  4. 333ed45 Fix typo in comment. by Nick Lewycky · 13 years ago
  5. 0ccc0dd llc: Fix a refacto, .loc support didn't work before 10.6. by Daniel Dunbar · 13 years ago
  6. 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 13 years ago
  7. 912225e ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() by Daniel Dunbar · 13 years ago
  8. d285139 llc: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 13 years ago
  9. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  10. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 13 years ago
  11. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 13 years ago
  12. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 13 years ago
  13. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 13 years ago
  14. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 13 years ago
  15. 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 13 years ago
  16. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 13 years ago
  17. e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 13 years ago
  18. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 13 years ago
  19. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 13 years ago
  20. ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 13 years ago
  21. a41af7a whitespace by Andrew Trick · 13 years ago
  22. e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 13 years ago
  23. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 13 years ago
  24. 1be9980 Update BreakpointPrinter to emit original function names only. by Devang Patel · 13 years ago
  25. 138b77c Remove unused function. by Eric Christopher · 13 years ago
  26. 74a26fe silence an unused function warning. by Chris Lattner · 13 years ago
  27. 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 13 years ago
  28. 6c1bead CMake: remove debug code from previous commit. by Oscar Fuentes · 13 years ago
  29. c2db19e Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in by Oscar Fuentes · 13 years ago
  30. c9d2f0c Update CMakeLists.txt Patch by arrowdoger. by Devang Patel · 13 years ago
  31. 56584fc Fix whitespace. by Michael J. Spencer · 13 years ago
  32. c9c08fb Switch FileRemover from PathV1 to V2. by Michael J. Spencer · 13 years ago
  33. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  34. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 13 years ago
  35. 00b7ce6 Update CMake link dependency. by Francois Pichet · 13 years ago
  36. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 13 years ago
  37. a89cfd2 Expoert c interface for disassembler. by Devang Patel · 13 years ago
  38. c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 13 years ago
  39. c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 13 years ago
  40. 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
  41. 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
  42. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
  43. c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
  44. cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
  45. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
  46. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
  47. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  48. f6474f6 Make llvm-config.in configuration more MSYS-friendly. by Oscar Fuentes · 14 years ago
  49. 930df9a CMake: store TARGET_TRIPLE on llvm-config.in. by Oscar Fuentes · 14 years ago
  50. 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 14 years ago
  51. f19d7a7 Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for by Rafael Espindola · 14 years ago
  52. 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 14 years ago
  53. d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 14 years ago
  54. 82c25b4 Naming conventional tidy up. by Jim Grosbach · 14 years ago
  55. 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 14 years ago
  56. 9a4584b Simplify the computation of undefined symbols. Instead of walking by Rafael Espindola · 14 years ago
  57. 0e8d588 tools/lto/LTOModule.cpp: Eliminate an unused variable. by NAKAMURA Takumi · 14 years ago
  58. 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 14 years ago
  59. 9916d2a Use RequiresNullTerminator to create buffers without a null terminator by Rafael Espindola · 14 years ago
  60. c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 14 years ago
  61. 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 14 years ago
  62. 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 14 years ago
  63. f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
  64. 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
  65. 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
  66. 98f6ddc LTO is not ready for Windows. by Oscar Fuentes · 14 years ago
  67. b56130f Build EnhancedDisassembly as a shared library too. by Oscar Fuentes · 14 years ago
  68. 8e3db30 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  69. 54efb73 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  70. 798403b Update link components for llvm-dis and LTO. by Oscar Fuentes · 14 years ago
  71. 4839ded Force re-linking of LLVMgold.so when its exports file changes. by Oscar Fuentes · 14 years ago
  72. aa1fbb4 Fix processing of gold.exports. by Oscar Fuentes · 14 years ago
  73. 027f099 While printing annotations, print line number and variable name if debug info is present. by Devang Patel · 14 years ago
  74. 1dc550b Add LTO and gold plugin to the CMake build. Linux-only, support for by Oscar Fuentes · 14 years ago
  75. 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 14 years ago
  76. d36fb9b Gold now rescans archives as needed, so the pass-through options are not by Rafael Espindola · 14 years ago
  77. 35358e0 bfd was fixed, remove the work around. by Rafael Espindola · 14 years ago
  78. 981b1c4 LTO uses MC now. by Rafael Espindola · 14 years ago
  79. e9efea1 Switch LTO to use MC. This takes the linking of libxul.so from about 7m to 6m30. by Rafael Espindola · 14 years ago
  80. 9992fca fit in 80 cols. by Chris Lattner · 14 years ago
  81. f26be1e Plug some leaks in edis. by Benjamin Kramer · 14 years ago
  82. 3894a79 Fixed a bug in the enhanced disassembly tester that by Sean Callanan · 14 years ago
  83. 50b2846 CMake: remove unnecessary variable. by Oscar Fuentes · 14 years ago
  84. b21e49c Fixed llvm-mc in edis mode to use the result of by Sean Callanan · 14 years ago
  85. 8e04fc3 Dispose modules early and only create codegen when the plugin is being by Rafael Espindola · 14 years ago
  86. cd6c93e Fix some memory leaks and avoid looking in the hash tables twice. by Rafael Espindola · 14 years ago
  87. ebccf08 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  88. 37d42f8 Add modules to codegen as soon as possible. This reduces the link time by Rafael Espindola · 14 years ago
  89. 75dab00 Make "-opt [-emit-llvm]" work for .ll files. by Mikhail Glushenkov · 14 years ago
  90. 188a7e0 add a way to disable all builtins, wire it up to opt's -disable-simplifylibcalls flag. by Chris Lattner · 14 years ago
  91. 2a66aca Have opt set up a specific TargetLibraryInfo for modules with a triple. by Chris Lattner · 14 years ago
  92. 6d857ca Move library stuff out of the toplevel CMakeLists.txt file. by Oscar Fuentes · 14 years ago
  93. d78b789 Revert r125956, which broke the build if you _don't_ have lldb checked out. by Owen Anderson · 14 years ago
  94. ebdf0f9 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  95. 90d238c Make -disable-simplify-libcalls work with -std-compile-opts by Peter Collingbourne · 14 years ago
  96. 5a287d7 Add a debug obj-path option to make it easy to keep the .o produce by LTO. by Rafael Espindola · 14 years ago
  97. 5d618ef Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 14 years ago
  98. c55f58b improve solaris support, from PR9109, patch by Yuri! by Chris Lattner · 14 years ago
  99. 2e3066b Preserve aliases if needed. by Rafael Espindola · 14 years ago
  100. d7401b3 Fix a silly bug I introduced when dropping std::string. by Rafael Espindola · 14 years ago