summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CMakeLists.txt
Commit message (Expand)AuthorAge
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* Add LoadCombine pass.Michael J. Spencer2014-05-29
* Update and sort CMakeLists.Benjamin Kramer2014-05-01
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Add a loop rerolling passHal Finkel2013-11-16
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-14
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* hopefully fix the CMake build. sorry for breakageNuno Lopes2012-05-22
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Fix CMake build.Michael J. Spencer2011-10-17
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Unbreak CMake build.Ted Kremenek2011-02-28
* update cmakeChris Lattner2011-02-28
* CMake: Add missing source file.Michael J. Spencer2011-01-03
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-03
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-26
* Update CMake.Daniel Dunbar2010-10-08
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Rename file to something more descriptive.Owen Anderson2010-08-31
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-28
* Update CMake build. Add newline at end of file.Benjamin Kramer2010-08-28
* Add an atomic lowering passPeter Collingbourne2010-08-03
* Update CMake build.Ted Kremenek2010-05-07
* Remove SCCVN from the CMake build system.Owen Anderson2010-04-13
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* Add file in here too.Eric Christopher2010-02-09
* move instcombine to its own library, it's past time.Chris Lattner2010-01-04
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Update CMakeLists for recent renames.Dan Gohman2009-10-31
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-31
* Update CMake file.Benjamin Kramer2009-10-28
* VS build fix, patch by Marius Wachtler.Mike Stump2009-10-27