summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Introduce an example statepoint GC strategyPhilip Reames2015-01-071-0/+1
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-0/+1
* [RegAlloc] Kill off the trivial spiller - nobody is using it any more.Lang Hames2014-11-061-1/+0
* [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT isLang Hames2014-09-231-1/+0
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
* Rename AtomicExpandLoadLinked into AtomicExpandRobin Morisset2014-08-211-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+0
* MachineCombiner Pass for selecting faster instructionGerolf Hoflehner2014-08-031-0/+1
* Templatify RegionInfo so it works on MachineBasicBlocksMatt Arsenault2014-07-191-0/+1
* Templatify DominanceFrontier.Matt Arsenault2014-07-121-0/+1
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-131-0/+1
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+1
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-171-0/+1
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-221-0/+1
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-141-0/+1
* Convert register liveness tracking to work on a sub-register level instead of...Juergen Ributzka2013-12-141-1/+1
* Revert "Convert liveness tracking to work on a sub-register level instead of ...Andrew Trick2013-12-131-1/+1
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-131-1/+0
* Liveness Analysis PassAndrew Trick2013-12-131-0/+1
* Convert liveness tracking to work on a sub-register level instead of just reg...Andrew Trick2013-12-131-1/+1
* 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
OpenPOWER on IntegriCloud