summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Remove the --shrink-wrap option.Rafael Espindola2013-10-31
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-14
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-14
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-25
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-28
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-28
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-27
* Add a MachinePostDominator passTom Stellard2012-09-17
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-26
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-04
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-20
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-09
* cmake: new fileAndrew Trick2012-04-24
* Fix cmakeAndrew Trick2012-03-07
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen2012-01-11
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.Benjamin Kramer2012-01-05
* Remove the old ELF writer.Rafael Espindola2012-01-05
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* llvm/lib/CodeGen: Fix cmake build since r146542.NAKAMURA Takumi2011-12-14
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-06
* CodeGen: fix CMake buildDylan Noblesmith2011-12-01
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Delete VirtRegRewriter.Jakob Stoklund Olesen2011-11-13
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-12
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-28
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-10
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-16
* Fix CMake build by removing this now dead file.Chandler Carruth2011-06-28
* Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.Rafael Espindola2011-06-26
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16
* Add a RegisterClassInfo class that lazily caches information aboutJakob Stoklund Olesen2011-06-02
* Add an InterferenceCache class for caching per-block interference ranges.Jakob Stoklund Olesen2011-04-02
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* sort this.Chris Lattner2011-01-09
* Add the SpillPlacement analysis pass.Jakob Stoklund Olesen2011-01-06