Adding tests for the Intel JIT event listener's MCJIT support.
[oota-llvm.git] / tools / CMakeLists.txt
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.