[PM/AA] Remove the last relics of the separate IPA library from LLVM,
[oota-llvm.git] / tools / opt / CMakeLists.txt
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2014-03-14 Sebastian Popstatic link polly into tools
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-12 Eli BenderskyMove more self-contained functionality away from tools...
2014-02-10 Eli BenderskyMove the *PassPrinter into their own module.
2014-01-11 Chandler Carruth[PM] Add (very skeletal) support to opt for running...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
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...
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2008-09-22 Oscar FuentesInitial support for the CMake build system.