llvm/lib/CodeGen: Fix cmake build since r146542.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
2011-12-14 NAKAMURA Takumillvm/lib/CodeGen: Fix cmake build since r146542.
2011-12-06 Lang HamesKill off the LoopSplitter. It's not being used or maint...
2011-12-01 Dylan NoblesmithCodeGen: fix CMake build
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-13 Jakob Stoklund OlesenDelete VirtRegRewriter.
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
2011-09-25 Jakob Stoklund OlesenRename LowerSubregs to ExpandPostRAPseudos.
2011-09-13 Jakob Stoklund OlesenExtract live range calculations from SplitKit.
2011-08-10 Devang PatelProvide utility to extract and use lexical scoping...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-06-28 Chandler CarruthFix CMake build by removing this now dead file.
2011-06-26 Rafael EspindolaMerge SimpleRegisterCoalescing.cpp into RegisterCoalesc...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-02 Jakob Stoklund OlesenAdd a RegisterClassInfo class that lazily caches inform...
2011-04-02 Jakob Stoklund OlesenAdd an InterferenceCache class for caching per-block...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-09 Chris Lattnersort this.
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2010-12-15 Jakob Stoklund OlesenAdd MachineLoopRanges analysis.
2010-12-10 Jakob Stoklund OlesenAdd an AllocationOrder class that can iterate over...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.
2010-12-05 Cameron ZwarichMove the FindCopyInsertPoint method of PHIElimination...
2010-11-30 Jakob Stoklund OlesenStub out a new LiveDebugVariables pass.
2010-11-18 Dan GohmanRename ExpandPseudos to ExpandISelPseudos to help clari...
2010-11-16 Evan ChengAdd ExpandPseudos.cpp.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-10-14 Jakob Stoklund OlesenCreate a new LiveRangeEdit class to keep track of the...
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-14 Ted KremenekUpdate CMake build.
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-10 Bill WendlingUpdate CMake...sorry for the breakage.
2010-08-06 Ted KremenekUpdate CMake build.
2010-07-20 Jakob Stoklund OlesenBeginning SplitKit - utility classes for live range...
2010-07-19 Benjamin KramerUpdate CMake build.
2010-07-17 Zhongxing Xuupdate CMakeLists.txt
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-06-29 Jakob Stoklund OlesenBegin implementation of an inline spiller.
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-06-15 Ted KremenekUpdate CMake build.
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...
2010-04-21 Dan GohmanUpdate CMakeLists.txt.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Chris Lattnerremove empty file.
2010-04-02 Benjamin KramerUpdate CMake.
2010-03-02 Eric ChristopherAdd file to CMakeLists.txt
2010-02-15 Anton KorobeynikovAdd missed entry to cmake build list file
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-02 Daniel DunbarUpdate CMake.
2010-01-19 Benjamin KramerUpdate CMake list.
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-13 Ted KremenekUpdate CMake file.
2009-12-14 Lang HamesAdded CalcSpillWeights to CMakeLists.
2009-12-02 Douglas GregorFix CMake makefiles
2009-12-02 Jim GrosbachAdd MaxStackAlignment.cpp to CMake
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-04 Douglas GregorFix CMake makefiles
2009-10-26 David GoodwinAdd aggressive anti-dependence breaker. Currently it...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-07 Chris Lattnersecond half of lazy liveness removal.
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-16 Xerxes Ranbyupdated lib/CodeGen/CMakeLists.txt to unbreak cmake...
2009-08-23 Chris Lattnerfix a gone file.
2009-08-17 Benjamin KramerUpdate CMakeLists.
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2009-08-07 Daniel DunbarUpdate CMake.
2009-08-03 Ted KremenekUpdate CMake files.
2009-07-31 Ted KremenekUpdate CMake files.
2009-07-31 Benjamin KramerFix cmake build.
2009-07-06 Duncan SandsFix the cmake build - patch by Xerxes Rånby.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-10 Oscar FuentesCMake: Updated list of files on lib/CodeGen/CMakeLists...
2009-06-03 Bruno Cardoso LopesMove ELFCodeEmiter stuff to new files
2009-06-03 Oscar FuentesCMake: Added missing source file to lib/CodeGen/CMakeLi...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-19 Mike StumpFix cmake builds.
2009-05-16 Jakob Stoklund OlesenPass to verify generated machine code.
2009-05-13 Chris Lattneradd ShrinkWrapping.cpp
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...
2009-05-06 Oscar FuentesCMake: Updated lib/CodeGen/CMakeLists.txt.
2009-03-11 Gabor Greifupdate
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-04 Oscar FuentesCMake: Updated list of source files.
2008-10-21 Oscar FuentesCMake: updated lib/CodeGen/CMakeLists.txt
2008-10-04 Oscar FuentesCMake: Reflected changes on source file structure....
2008-09-22 Oscar FuentesInitial support for the CMake build system.