summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAge
...
* Stub out RegAllocGreedy.Jakob Stoklund Olesen2010-12-08
* Move the FindCopyInsertPoint method of PHIElimination to a new standaloneCameron Zwarich2010-12-05
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-30
* Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman2010-11-18
* Add ExpandPseudos.cpp.Evan Cheng2010-11-16
* This is a prototype of an experimental register allocationAndrew Trick2010-10-22
* Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen2010-10-14
* Add initialization routines for CodeGen.Owen Anderson2010-10-07
* 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
* Update CMake build.Ted Kremenek2010-08-14
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-14
* Update CMake...sorry for the breakage.Bill Wendling2010-08-10
* Update CMake build.Ted Kremenek2010-08-06
* Beginning SplitKit - utility classes for live range splitting.Jakob Stoklund Olesen2010-07-20
* Update CMake build.Benjamin Kramer2010-07-19
* update CMakeLists.txtZhongxing Xu2010-07-17
* Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman2010-07-07
* Begin implementation of an inline spiller.Jakob Stoklund Olesen2010-06-29
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Update CMake build.Ted Kremenek2010-06-15
* Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen2010-04-21
* Update CMakeLists.txt.Dan Gohman2010-04-21
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* remove empty file.Chris Lattner2010-04-02
* Update CMake.Benjamin Kramer2010-04-02
* Add file to CMakeLists.txtEric Christopher2010-03-02
* Add missed entry to cmake build list fileAnton Korobeynikov2010-02-15
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-12
* Update CMake.Daniel Dunbar2010-02-02
* Update CMake list.Benjamin Kramer2010-01-19
* Update CMake build.Ted Kremenek2010-01-15
* Update CMake file.Ted Kremenek2010-01-13
* Added CalcSpillWeights to CMakeLists.Lang Hames2009-12-14
* Fix CMake makefilesDouglas Gregor2009-12-02
* Add MaxStackAlignment.cpp to CMakeJim Grosbach2009-12-02
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26
* Fix CMake makefilesDouglas Gregor2009-11-04
* Add aggressive anti-dependence breaker. Currently it is not the default for a...David Goodwin2009-10-26
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-26
* second half of lazy liveness removal.Chris Lattner2009-10-07
* Remove simple regalloc. It has bit rotted.Evan Cheng2009-09-17
* updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018Xerxes Ranby2009-09-16
* fix a gone file.Chris Lattner2009-08-23
* Update CMakeLists.Benjamin Kramer2009-08-17
* Post RA scheduler changes. Introduce a hazard recognizer that uses the target...David Goodwin2009-08-10
* Update CMake.Daniel Dunbar2009-08-07
* Update CMake files.Ted Kremenek2009-08-03
* Update CMake files.Ted Kremenek2009-07-31