summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
AgeCommit message (Expand)Author
2016-10-15[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...Konstantin Zhuravlyov
2016-10-11Fix formatting in findRegisterUseOperandIdx. NFC.Fraser Cormack
2016-09-13AMDGPU: Support commuting a FrameIndex operandMatt Arsenault
2016-09-12[GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.Ahmed Bougacha
2016-09-11[CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar
2016-09-10[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...Justin Lebar
2016-09-09GlobalISel: move type information to MachineRegisterInfo.Tim Northover
2016-08-23Fix some more asserts after r279466.Pete Cooper
2016-08-22Reset isUndef when removing subreg from a def operandKrzysztof Parzyszek
2016-08-17GlobalISel: support irtranslation of icmp instructions.Tim Northover
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
2016-07-29CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-28[GlobalISel] Remove types on selected insts instead of using LLT().Ahmed Bougacha
2016-07-22GlobalISel: allow multiple types on MachineInstrs.Tim Northover
2016-07-20GlobalISel: implement low-level type with just size & vector lanes.Tim Northover
2016-07-18[inlineasm] Propagate operand constraints to the backendSimon Dardis
2016-07-14[CodeGen] Refactor MachineMemOperand::Flags's target-specific flags.Justin Lebar
2016-07-14[CodeGen] Refactor MachineMemOperand's Flags enum.Justin Lebar
2016-07-13[MI] Clean up some loops over MachineInstr::memoperands(). NFCJustin Lebar
2016-07-13[MI] Fix MachineInstr::isInvariantLoad.Justin Lebar
2016-06-22AMDGPU: Add convergent flag to INLINEASM instruction.Wei Ding
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-05-10Fix PR26655: Bail out if all regs of an inst BUNDLE have the correct kill flagMandeep Singh Grang
2016-04-22AMDGPU/SI: add llvm.amdgcn.ps.live intrinsicNicolai Haehnle
2016-04-14Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner
2016-04-07[MachineInstr] Teach the print method about RegisterBank.Quentin Colombet
2016-03-26Revert "NFC: static_assert instead of comment"JF Bastien
2016-03-26NFC: static_assert instead of commentJF Bastien
2016-03-07[MachineInstr] Get rid of some GlobalISel ifdefs.Quentin Colombet
2016-02-27CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith
2016-02-27WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith
2016-02-26Minor code cleanups. NFC.Junmo Park
2016-02-24MachineInstr: Respect register aliases in clearRegiserKills()Matthias Braun
2016-02-22Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith
2016-02-21CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2016-02-11[GlobalISel] Add a type to MachineInstr.Quentin Colombet
2016-02-11[GlobalISel][MachineRegisterInfo] Add a method to create generic vregs.Quentin Colombet
2016-02-10[GlobalISel] Remember the size of generic virtual registersQuentin Colombet
2016-02-05Fix printing of f16 machine operandsMatt Arsenault
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2016-01-06Consolidate MemRefs handling from BranchFolding and correct latent bugPhilip Reames
2016-01-06Fix a warning [NFC]Philip Reames
2016-01-06Extract helper function to merge MemoryOperand lists [NFC]Philip Reames
2016-01-02Correct misleading formatting of several ifs followed by two statements witho...Yaron Keren
2015-12-05Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper
2015-11-11MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()Matthias Braun
2015-10-09CodeGen: Continue removing ilist iterator implicit conversionsDuncan P. N. Exon Smith
2015-09-22Untabify.NAKAMURA Takumi