aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
AgeCommit message (Expand)Author
2010-11-18Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman
2010-11-16Add ExpandPseudos.cpp.Evan Cheng
2010-10-22This is a prototype of an experimental register allocationAndrew Trick
2010-10-14Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen
2010-10-07Add initialization routines for CodeGen.Owen Anderson
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
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
2010-08-14Update CMake build.Ted Kremenek
2010-08-14Add a local stack object block allocation pass. This is still anJim Grosbach
2010-08-10Update CMake...sorry for the breakage.Bill Wendling
2010-08-06Update CMake build.Ted Kremenek
2010-07-20Beginning SplitKit - utility classes for live range splitting.Jakob Stoklund Olesen
2010-07-19Update CMake build.Benjamin Kramer
2010-07-17update CMakeLists.txtZhongxing Xu
2010-07-07Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman
2010-06-29Begin implementation of an inline spiller.Jakob Stoklund Olesen
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-06-15Update CMake build.Ted Kremenek
2010-04-21Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen
2010-04-21Update CMakeLists.txt.Dan Gohman
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02remove empty file.Chris Lattner
2010-04-02Update CMake.Benjamin Kramer
2010-03-02Add file to CMakeLists.txtEric Christopher
2010-02-15Add missed entry to cmake build list fileAnton Korobeynikov
2010-02-12Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson
2010-02-02Update CMake.Daniel Dunbar
2010-01-19Update CMake list.Benjamin Kramer
2010-01-15Update CMake build.Ted Kremenek
2010-01-13Update CMake file.Ted Kremenek
2009-12-14Added CalcSpillWeights to CMakeLists.Lang Hames
2009-12-02Fix CMake makefilesDouglas Gregor
2009-12-02Add MaxStackAlignment.cpp to CMakeJim Grosbach
2009-11-26Split tail duplication into a separate pass. This is needed to avoidBob Wilson
2009-11-04Fix CMake makefilesDouglas Gregor
2009-10-26Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin
2009-10-26Break anti-dependence breaking out into its own class.David Goodwin
2009-10-07second half of lazy liveness removal.Chris Lattner
2009-09-17Remove simple regalloc. It has bit rotted.Evan Cheng
2009-09-16updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018Xerxes Ranby
2009-08-23fix a gone file.Chris Lattner
2009-08-17Update CMakeLists.Benjamin Kramer
2009-08-10Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin
2009-08-07Update CMake.Daniel Dunbar
2009-08-03Update CMake files.Ted Kremenek
2009-07-31Update CMake files.Ted Kremenek
2009-07-31Fix cmake build.Benjamin Kramer
2009-07-06Fix the cmake build - patch by Xerxes RĂ„nby.Duncan Sands
2009-07-02CMake build fixes, from Xerxes RanbyDouglas Gregor