1. b709f9f Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting. by Andrew Kaylor · 12 years ago
  2. 238f34a Adding tests for the Intel JIT event listener's MCJIT support. by Andrew Kaylor · 12 years ago
  3. f41954b [ASan] Add llvm-symbolizer from to tools/ by Alexander Potapenko · 12 years ago
  4. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  5. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  6. 5c2b4ea [Object] by David Meyer · 13 years ago
  7. fdc309c by Nadav Rotem · 13 years ago
  8. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  9. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  10. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  11. 5a93995 edis: Sink EDMain.cpp into lib/MC/MCDisassembler. by Daniel Dunbar · 13 years ago
  12. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  13. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  14. 7fdd291 llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2, by Daniel Dunbar · 13 years ago
  15. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  16. 32a12ba Add llvm-size. by Michael J. Spencer · 13 years ago
  17. d02c42b Introduce llvm-cov. by Devang Patel · 13 years ago
  18. f117506 Remove llvmc and assorted build machinery for it. by Eric Christopher · 13 years ago
  19. 72c0d7f Sketch out a DWARF parser. by Benjamin Kramer · 13 years ago
  20. 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 14 years ago
  21. ebccf08 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  22. d78b789 Revert r125956, which broke the build if you _don't_ have lldb checked out. by Owen Anderson · 14 years ago
  23. ebdf0f9 This patch lets LLDB build as an LLVM subproject. LLDB is not built in by Stephen Wilson · 14 years ago
  24. 92e1deb Add llvm-objdump by Michael J. Spencer · 14 years ago
  25. b8810a3 build: Fix ONLY_TOOLS to not build lto etc. unless specified. by Daniel Dunbar · 14 years ago
  26. 0ae59f4 tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! by NAKAMURA Takumi · 14 years ago
  27. b4b544d tools/Makefile: Fix indentation. by NAKAMURA Takumi · 14 years ago
  28. f5f6588 tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. by NAKAMURA Takumi · 14 years ago
  29. 75373ac macho-dump: Stub out C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  30. baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
  31. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 14 years ago
  32. 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 14 years ago
  33. 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 14 years ago
  34. e744ab2 fix DISABLE_EDIS by Chris Lattner · 14 years ago
  35. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  36. 8f70c3d Remove some broken code to check the DISABLE_EDIS flag (edis is now in the by Bob Wilson · 14 years ago
  37. 18d5766 Build system fix to make llvm-mc properly build by Sean Callanan · 14 years ago
  38. 2fb938f Build system fixes. llvm-mc depends on by Sean Callanan · 14 years ago
  39. 668b154 Second try at integrating the edis tester. This by Sean Callanan · 14 years ago
  40. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 14 years ago
  41. cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 14 years ago
  42. 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 14 years ago
  43. fa256c6 Remove if DISABLED not if not DISABLED... by Bill Wendling · 15 years ago
  44. 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 15 years ago
  45. 7ebc377 Attempt to fix random build failures seen when doing highly by Duncan Sands · 15 years ago
  46. e560577 apparently if gold is around lto needs to be part of DIRS. by Chris Lattner · 15 years ago
  47. 23e6d2b Only build libedis if ENABLE_SHARED is specified, just like liblto. by Chris Lattner · 15 years ago
  48. f6dc18f liblto and gold don't need to be built in serial by Chris Lattner · 15 years ago
  49. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
  50. b788b37 ...and fixed the Makefile. by Sean Callanan · 15 years ago
  51. bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 15 years ago
  52. dbf75e8 remove llvm-db: it is completely broken and if anyone wants to do a debugger, by Chris Lattner · 15 years ago
  53. ee5b680 EXIT STAGE LEFT: gccas, gccld by Daniel Dunbar · 15 years ago
  54. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  55. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  56. 74deeb8 Don't build LLVMC when configured with --disable-pic (it needs requires shared by Daniel Dunbar · 15 years ago
  57. f9f065e Add a skeleton driver for new machine code level fun. llvm-mc is meant by Chris Lattner · 15 years ago
  58. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 15 years ago
  59. 911c606 Remove clang since its conditionally there already. by Tanya Lattner · 15 years ago
  60. 2bdf490 Emit the auto variables of a function into a different section than parameters. by Sanjiv Gupta · 15 years ago
  61. 773f57e Another bug :( by Anton Korobeynikov · 16 years ago
  62. 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 16 years ago
  63. ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 16 years ago
  64. e9742d2 ENABLE_PIC is either 0 or 1, but is always defined. by Nick Lewycky · 16 years ago
  65. a3fd95b Tabs to spaces presto chango! Pointed out by Duncan Sands. by Nick Lewycky · 16 years ago
  66. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 16 years ago
  67. 535e3e8 Revert r64299: it breaks the build when configured by Duncan Sands · 16 years ago
  68. 46dec95 Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. by Nick Lewycky · 16 years ago
  69. ca70533 62987 disables LTO build on darwin. by Devang Patel · 16 years ago
  70. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago
  71. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 16 years ago
  72. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago
  73. 113ec35 Since the old llvmc was removed, rename llvmc2 to llvmc. by Mikhail Glushenkov · 16 years ago
  74. ebd6942 by Devang Patel · 16 years ago
  75. 9692db9 Disable building of llvm2cpp. The directory will be removed before 2.3 release. by Anton Korobeynikov · 16 years ago
  76. 8c2ec51 stop building llvmc. by Chris Lattner · 16 years ago
  77. 6fefa6a Disable building llvm-upgrade. by Tanya Lattner · 17 years ago
  78. ac67b7e Add first proof-of-concept universal compiler driver framework based by Anton Korobeynikov · 17 years ago
  79. 8f3153e Renable lto2 build. by Tanya Lattner · 17 years ago
  80. e5101bf Disable lto because its broken on tiger. by Tanya Lattner · 17 years ago
  81. 1f008a8 stop building lto on all platforms. Start building lto2 on Darwin by Nick Kledzik · 17 years ago
  82. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  83. b25a093 Fix accidental commit by Bill. by Chris Lattner · 17 years ago
  84. 041b3f8 Reverting 44702. It wasn't correct to rename them. by Bill Wendling · 17 years ago
  85. 5c1b533 Don't build llvm-stub twice. by Reid Spencer · 17 years ago
  86. fd57a00 Get the use of \ right. by Reid Spencer · 18 years ago
  87. 36a987e Now that gccas and gccld are just schell scripts, adjust the build ordering by Reid Spencer · 18 years ago
  88. 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
  89. f49c7a5 Build llvm-update now. by Reid Spencer · 18 years ago
  90. cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
  91. aa91978 Remove redundant include. by Devang Patel · 18 years ago
  92. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 18 years ago
  93. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 18 years ago
  94. 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 18 years ago
  95. b590a75 Rearrange order to build more frequently used tools first and make the by Reid Spencer · 18 years ago
  96. c6a561e Fix a typo. by Reid Spencer · 18 years ago
  97. ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 18 years ago
  98. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  99. d8e421d Add llvm2cpp to DIRs list by Chris Lattner · 18 years ago
  100. 44b60ec Build llvm-config to identify library cycles earlier in the build process. by Reid Spencer · 18 years ago