aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/CMakeLists.txt
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-06-10Fix the ninja build by adding naclbitreader to dependencies.Jim Stichnoth
2013-05-24Allow generation of pnacl bitcode files in several llvm commnads.Karl Schimpf
2013-04-18Fix CMake buildDerek Schuff
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