summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-9/+32
* [SystemZ] Proper handling of undef flag while expanding pseudo.Jonas Paulsson2017-01-181-6/+9
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-11/+12
* [SystemZ] Support load-and-trap instructionsUlrich Weigand2016-11-281-0/+19
* [SystemZ] Add remaining branch instructionsUlrich Weigand2016-11-281-0/+5
* [SystemZ] Improve use of conditional instructionsUlrich Weigand2016-11-281-36/+191
* [SystemZ] Support CL(G)T instructionsUlrich Weigand2016-11-111-0/+12
* [SystemZ] Model access registers as LLVM registersUlrich Weigand2016-11-081-2/+10
* [SystemZ] Post-RA scheduler implementationJonas Paulsson2016-10-201-0/+35
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-2/+2
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-2/+2
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-141-2/+7
* TargetInstrInfo: add virtual function getInstSizeInBytesSjoerd Meijer2016-07-291-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-7/+7
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-1/+1
* SystemZ: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-121-3/+3
* [SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunitiesZhan Jun Liau2016-07-111-0/+20
* [SystemZ] Fix regression when handling conditional callsZhan Jun Liau2016-07-071-2/+2
* CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith2016-07-011-1/+1
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-157/+145
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-7/+7
* [SystemZ] Support Compare and TrapsZhan Jun Liau2016-06-101-4/+37
* [foldMemoryOperand()] Pass LiveIntervals to enable liveness check.Jonas Paulsson2016-05-101-13/+26
* [SystemZ] Mark CC defs as dead whenever possible.Jonas Paulsson2016-05-021-2/+22
* [SystemZ] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki2016-04-241-0/+35
* [SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand2016-04-111-1/+33
* [SystemZ] Support conditional sibling calls via BRCLUlrich Weigand2016-04-081-1/+15
* [SystemZ] Fix build break from r265689Ulrich Weigand2016-04-071-2/+1
* [SystemZ] Implement conditional returnsUlrich Weigand2016-04-071-13/+76
* Indentation fix in SystemZInstrInfo.cppJonas Paulsson2016-03-311-2/+2
* [SystemZ] Avoid LER on z13 due to partial register dependenciesUlrich Weigand2016-03-141-1/+2
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-10/+11
* [SystemZ] Bugfix: Don't add CC twice to new three-address instruction.Jonas Paulsson2015-12-041-4/+10
* [SystemZ] Simplify boolean conditional return statementsUlrich Weigand2015-11-131-9/+3
* [SystemZ] Also clear kill flag for index reg in splitMove().Jonas Paulsson2015-10-261-1/+3
* [SystemZ] Fixes in the backend I/R.Jonas Paulsson2015-10-101-0/+3
* [SystemZ] Minor bugfixes.Jonas Paulsson2015-10-091-1/+2
* [SystemZ] Add some generic (floating point support) load instructions.Jonas Paulsson2015-10-011-0/+6
* Untabify.NAKAMURA Takumi2015-09-221-19/+14
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-101-2/+2
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-111-3/+2
* [InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFCKeno Fischer2015-06-081-28/+45
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-181-1/+1
* [SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand2015-05-051-0/+10
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-051-0/+7
* [SystemZ] Support RISBGN instruction on zEC12Ulrich Weigand2015-03-311-13/+21
* ArrayRefize memory operand folding. NFC.Benjamin Kramer2015-02-281-8/+7
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* [SystemZ] Make operator bool explicit. NFC.Benjamin Kramer2014-10-041-1/+1
* Remove target machine caching from SystemZInstrInfo andEric Christopher2014-06-271-6/+6
OpenPOWER on IntegriCloud