summaryrefslogtreecommitdiff
path: root/tools/opt/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-08[Debugify] Add a pass to test debug info preservationVedant Kumar
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2016-11-19[CMake] opt depends on intrinsics_genChris Bieneman
2016-10-30 [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng
2016-07-28[coroutines] Part 3 of N: Adding Boilerplate for Coroutine PassesDavid Majnemer
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner
2015-03-07[PM] Create a separate library for high-level pass management code.Chandler Carruth
2014-03-14static link polly into toolsSebastian Pop
2014-02-22[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet
2014-02-12Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky
2014-02-10Move the *PassPrinter into their own module.Eli Bendersky
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth
2013-12-30Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2009-10-22nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner
2009-09-03Use IRReader.h in opt, to support reading of LLVM Assembly files directly.Dan Gohman
2008-09-22Initial support for the CMake build system.Oscar Fuentes