Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / tools / CMakeLists.txt
2016-02-12 Hans WennborgMerging r260703:
2015-12-16 Chris Bieneman[CMake] Adding llvm-profdata to the list of tools clang...
2015-11-10 Chris Bieneman[CMake] Autoconf builds libLTO with -fPIC, CMake should...
2015-10-02 Chris Bieneman[CMake] We need to explicitly add llvm-config before...
2015-09-14 Chris Bieneman[CMake] Add llvm-ar subdirectory explicitly.
2015-09-10 Chris Bieneman[CMake] Add lto subdirectory explicitly.
2015-07-21 Chris Bieneman[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_D...
2015-07-20 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-13 Chris BienemanRevert "[CMake] Cleanup tools/CMakeLists.txt to take...
2015-07-13 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-08 NAKAMURA TakumiRevert r241621, "[CMake] Cleanup tools/CMakeLists.txt...
2015-07-07 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-06-22 Chris Bieneman[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool...
2015-03-15 David Majnemerllvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-03 Andrew KaylorReally, really, really don't build llvm-pdbdump on...
2015-01-30 Zachary TurnerReally really don't build llvm-pdbdump on MSVC < 2013.
2015-01-29 Zachary TurnerDisable compilation of llvm-pdbdump for versions of...
2015-01-27 Zachary TurnerAdd llvm-pdbdump to tools.
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.
2014-12-05 Rafael EspindolaBe less conservative about when we build the gold plugin.
2014-11-27 Peter CollingbourneTeach LLVM about llgo subproject.
2014-11-10 NAKAMURA Takumi[CMake] Move llvm-shlib in prior to other tools.
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-07-30 Duncan P. N. Exon... Rename llvm-uselistorder => verify-uselistorder
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-03-14 Sebastian Popstatic link polly into tools
2014-03-10 Sebastian Popfix polly buildbot
2014-03-10 Sebastian Popfix PR13550: add a cmake WITH_POLLY option
2014-03-04 NAKAMURA TakumiRemove out-of-date comment in llvm/tools/CMakeLists...
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles
2013-10-23 NAKAMURA Takumillvm/tools/llvm-c-test should be built also on msvc.
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-08-27 Argyrios Kyrtzidis[CMake] Put back the add_llvm_external_project() calls...
2013-08-23 Hans WennborgCMake: build llvm-config on Windows.
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
2013-06-26 Andy GibbsProvide bootstrap support to build only llvm+clang...
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.
2013-03-17 Rafael EspindolaBuild LLVMgold.so on FreeBSD using cmake.
2013-02-28 Daniel MaleaConnect LLVM CMake build scripts to LLDB's CMake scripts:
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-04-26 Michael J. Spencer[CMake] Restructure how Clang, Polly and other external...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-03-01 David Meyer[Object]
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...
2011-12-07 Duncan SandsHave cmake build llvm-cov. Patch by arrowdodger.
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-03 Daniel Dunbarllvm-config-2: Implement build system support for getti...
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...
2011-10-16 NAKAMURA Takumitools/CMakeLists.txt: Fixup r142103. I don't remember...
2011-10-16 NAKAMURA TakumiCMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang...
2011-09-28 Michael J. SpencerAdd llvm-size.
2011-09-20 Eric ChristopherRemove llvmc from CMake as well.
2011-09-13 Benjamin KramerSketch out a DWARF parser.
2011-07-14 Douglas GregorCMake: Add a new configuration option LLVM_BUILD_CLANG...
2011-04-28 Chandler CarruthRevert an unintended commit. Very sorry for this one.
2011-04-28 Chandler Carruthnuke gold
2011-03-18 Jim GrosbachMachO file loader and execution utility.
2011-03-13 Oscar FuentesLTO is not ready for Windows.
2011-03-12 Oscar FuentesBuild LTO as a static library too.
2011-03-11 Oscar FuentesAdd LTO and gold plugin to the CMake build. Linux-only...
2011-01-20 Michael J. SpencerAdd llvm-objdump
2010-11-27 Daniel Dunbarmacho-dump: Stub out C++ macho-dump tool.
2010-10-30 Tobias GrosserAdd polly support to the build system.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-08 Rafael EspindolaTry to fix cmake build.
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-08-25 Daniel DunbarEXIT STAGE LEFT: gccas, gccld
2009-08-16 Oscar FuentesCMake: Discriminate MINGW, MSYS, CYGWIN: does not try...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2008-11-25 Oscar FuentesCMake: llvmc2 is now known as llvmc.
2008-10-26 Oscar FuentesCMake: If we have `clang' under the `tools/' subdirecto...
2008-09-22 Oscar FuentesInitial support for the CMake build system.