summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Refactor renameDisconnectedComponents() as a passMatthias Braun2016-05-311-0/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-1/+1
* CodeGen: Add DetectDeadLanes pass.Matthias Braun2016-04-281-0/+1
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+1
* CodeGen: Add a stand-alone hazard recognizer passTom Stellard2016-04-221-0/+1
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-191-0/+1
* Codegen: Factor tail duplication into a utility class. NFCKyle Butt2016-04-081-0/+1
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-6/+1
* [CMake] Produce an empty library for GlobalISel when not building it.Quentin Colombet2016-02-111-3/+1
* Revert r259035, it introduces a cyclic library dependencyOliver Stannard2016-01-281-1/+0
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-0/+1
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-1/+0
* Refactor backend diagnostics for unsupported featuresOliver Stannard2016-01-271-0/+1
* Move SafeStack to CodeGen.Benjamin Kramer2016-01-271-16/+17
* [GlobalISel] Add the proper cmake plumbing.Quentin Colombet2016-01-201-0/+3
* [GC] Consolidate all built in GCs into a single file [NFC]Philip Reames2016-01-191-5/+1
* [TLS] New lower emutls pass, fix linkage bugs.Chih-Hung Hsieh2016-01-131-0/+1
* Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2015-12-161-0/+1
* Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2015-12-091-1/+0
* Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2015-12-091-0/+1
* [WinEH] Add a funclet layout passDavid Majnemer2015-09-171-0/+1
* Fix shared library build.Peter Collingbourne2015-08-291-0/+7
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-0/+1
* [InterleavedAccess] Add a pass InterleavedAccess to identify interleaved memo...Hao Liu2015-06-261-0/+1
* MIR Serialization: move the MIR printer out of the MIR printing pass.Alex Lorenz2015-06-151-0/+1
* [CodeGen] Add a pass to fold null checks into nearby memory operations.Sanjoy Das2015-06-151-0/+1
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-0/+1
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-271-0/+2
* 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
OpenPOWER on IntegriCloud