aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+5
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+3
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-0/+1
* Remove the --shrink-wrap option.Rafael Espindola2013-10-311-1/+0
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-141-0/+1
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-141-1/+0
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-1/+0
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-251-0/+1
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-7/+8
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+1
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-281-1/+0
* Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen2012-11-281-0/+2
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-271-1/+0
* Add a MachinePostDominator passTom Stellard2012-09-171-0/+1
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-141-0/+1
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+1
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-261-0/+1
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-041-0/+1
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-201-1/+0
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-091-0/+1
* cmake: new fileAndrew Trick2012-04-241-0/+1
* Fix cmakeAndrew Trick2012-03-071-1/+0
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-131-0/+1
* Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen2012-01-111-0/+1
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-071-0/+1
* Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.Benjamin Kramer2012-01-051-1/+0
* Remove the old ELF writer.Rafael Espindola2012-01-051-2/+0
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+2
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-151-0/+2
* llvm/lib/CodeGen: Fix cmake build since r146542.NAKAMURA Takumi2011-12-141-0/+1
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-061-1/+0
* CodeGen: fix CMake buildDylan Noblesmith2011-12-011-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-10/+0
* Delete VirtRegRewriter.Jakob Stoklund Olesen2011-11-131-1/+0
* Delete the linear scan register allocator.Jakob Stoklund Olesen2011-11-121-1/+0
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-211-0/+1
* Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.Jakob Stoklund Olesen2011-09-281-0/+1
* Rename LowerSubregs to ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-1/+1
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-131-0/+1
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-101-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+10
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-1/+1
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-161-0/+1
* Fix CMake build by removing this now dead file.Chandler Carruth2011-06-281-1/+0
* Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.Rafael Espindola2011-06-261-1/+0