summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-221-1/+0
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-211-0/+1
* Add a GCStrategy for CoreCLRSwaroop Sridhar2015-05-201-0/+1
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-191-1/+0
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-191-0/+1
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-0/+1
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-2/+0
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+4
* Add a Windows EH preparation pass that zaps resumesReid Kleckner2015-01-291-0/+1
* Remove gc.root's performCustomLoweringPhilip Reames2015-01-281-0/+1
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-0/+1
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-1/+0
* Split GCStrategy.cpp into two files (NFC)Philip Reames2015-01-151-0/+1
* Revert "Insert random noops to increase security against ROP attacks (llvm)"JF Bastien2015-01-141-1/+0
* Insert random noops to increase security against ROP attacks (llvm)JF Bastien2015-01-141-0/+1
* 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
OpenPOWER on IntegriCloud