aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
AgeCommit message (Expand)Author
2012-04-24cmake: new fileAndrew Trick
2012-03-07Fix cmakeAndrew Trick
2012-01-13Added the MachineSchedulerPass skeleton.Andrew Trick
2012-01-11Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen
2012-01-07Added a late machine instruction copy propagation pass. This catchesEvan Cheng
2012-01-05Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.Benjamin Kramer
2012-01-05Remove the old ELF writer.Rafael Espindola
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky
2011-12-14llvm/lib/CodeGen: Fix cmake build since r146542.NAKAMURA Takumi
2011-12-06Kill off the LoopSplitter. It's not being used or maintained.Lang Hames
2011-12-01CodeGen: fix CMake buildDylan Noblesmith
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-13Delete VirtRegRewriter.Jakob Stoklund Olesen
2011-11-12Delete the linear scan register allocator.Jakob Stoklund Olesen
2011-10-21Implement a block placement pass based on the branch probability andChandler Carruth
2011-09-28Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen
2011-09-25Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen
2011-09-13Extract live range calculations from SplitKit.Jakob Stoklund Olesen
2011-08-10Provide utility to extract and use lexical scoping information from machine i...Devang Patel
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak
2011-07-16Add MachineBlockFrequency analysis.Jakub Staszak
2011-06-28Fix CMake build by removing this now dead file.Chandler Carruth
2011-06-26Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.Rafael Espindola
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak
2011-06-02Add a RegisterClassInfo class that lazily caches information aboutJakob Stoklund Olesen
2011-04-02Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-01-09sort this.Chris Lattner
2011-01-06Add the SpillPlacement analysis pass.Jakob Stoklund Olesen
2011-01-04Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen
2010-12-15Add MachineLoopRanges analysis.Jakob Stoklund Olesen
2010-12-10Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick
2010-12-08Stub out RegAllocGreedy.Jakob Stoklund Olesen
2010-12-05Move the FindCopyInsertPoint method of PHIElimination to a new standaloneCameron Zwarich
2010-11-30Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen
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