aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
AgeCommit message (Expand)Author
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
2009-06-26Fix linking of llvm-ld and lli with CMake, from Xerxes RånbyDouglas Gregor
2009-06-10CMake: Updated list of files on lib/CodeGen/CMakeLists.txt.Oscar Fuentes
2009-06-03Move ELFCodeEmiter stuff to new filesBruno Cardoso Lopes
2009-06-03CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.Oscar Fuentes
2009-05-22Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands
2009-05-19Fix cmake builds.Mike Stump
2009-05-16Pass to verify generated machine code.Jakob Stoklund Olesen
2009-05-13add ShrinkWrapping.cppChris Lattner
2009-05-07Rename "loop aligner" pass to "code placement optimization" pass.Evan Cheng
2009-05-06CMake: Updated lib/CodeGen/CMakeLists.txt.Oscar Fuentes
2009-03-11updateGabor Greif
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman