summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SystemZ] New CL option to enable subreg livenessJonas Paulsson2018-08-151-0/+10
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-171-0/+4
* [SystemZ] Add all remaining instructionsUlrich Weigand2017-06-301-2/+3
* [SystemZ] Add decimal floating-point instructionsUlrich Weigand2017-05-301-0/+2
* [SystemZ] Add crypto instructionsUlrich Weigand2017-05-101-3/+4
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-2/+3
* [SystemZ] Support load-and-trap instructionsUlrich Weigand2016-11-281-2/+2
* [SystemZ] Support load-and-zero-rightmost-byte facilityUlrich Weigand2016-11-111-3/+4
* [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunitiesZhan Jun Liau2016-07-111-1/+1
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-2/+1
* Uses shouldAssumeDSOLocal.Rafael Espindola2016-06-231-10/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-5/+4
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-0/+1
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-0/+1
* [SystemZ] Support RISBGN instruction on zEC12Ulrich Weigand2015-03-311-1/+1
* [SystemZ] Use POPCNT instruction on z196Ulrich Weigand2015-03-311-1/+2
* [SystemZ] Remove TargetMachine CPU auto-detectionUlrich Weigand2015-03-301-5/+0
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-01-311-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-7/+2
* Fix typos.Eric Christopher2014-07-021-1/+1
* Move the subtarget dependent features from SystemZTargetMachineEric Christopher2014-07-011-8/+18
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [SystemZ] Add MC support for interlocked-access 1 instructionsRichard Sandiford2013-12-241-1/+2
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-101-1/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-311-1/+6
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-211-1/+2
* [SystemZ] Add RISBLG and RISBHG instruction definitionsRichard Sandiford2013-07-311-1/+1
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-251-1/+1
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-191-1/+3
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+56
* Remove the SystemZ backend.Dan Gohman2011-10-241-54/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-14/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+13
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+2
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+2
OpenPOWER on IntegriCloud