summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add a counter-function insertion passHal Finkel2016-09-011-0/+1
* [GlobalISel] Add a fallback path to SDISel.Quentin Colombet2016-08-271-0/+1
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-1/+0
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-0/+1
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-1/+0
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-0/+1
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-1/+0
* Revert "RegScavenging: Add scavengeRegisterBackwards()"Matthias Braun2016-08-191-1/+0
* CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun2016-08-181-0/+1
* MachinePipeliner pass that implements Swing Modulo SchedulingBrendon Cahoon2016-07-291-0/+1
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-0/+1
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-0/+1
* StackColoring for SafeStack.Evgeniy Stepanov2016-06-291-0/+2
* Interprocedural Register Allocation (IPRA): add a Transformation PassMehdi Amini2016-06-101-0/+1
* Interprocedural Register Allocation (IPRA) AnalysisMehdi Amini2016-06-101-0/+2
* 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
OpenPOWER on IntegriCloud