summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeGen] Cleanup MachineOperandFrancis Visoiu Mistrih2017-11-281-24/+0
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-4/+4
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* MI: Print ranges on MMOMatt Arsenault2017-11-131-0/+15
* Revert "Correct dwarf unwind information in function epilogue for X86"Reid Kleckner2017-11-081-46/+4
* Set hasSideEffects=0 for PHI and fix affected passesAlex Bradbury2017-11-081-1/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Reland "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-071-4/+46
* Revert "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic2017-11-011-46/+4
* Correct dwarf unwind information in function epilogue for X86Petar Jovanovic2017-11-011-4/+46
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-2/+2
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-2/+2
* MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT...Diana Picus2017-10-121-3/+3
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-5/+5
* CodeGen: Add MachineInstr::getMF(). NFCJustin Bogner2017-10-101-0/+4
* [DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilledReid Kleckner2017-09-151-15/+25
* Add AddresSpace to PseudoSourceValue.Jan Sjodin2017-09-141-1/+5
* Re-land MachineInstr: Reason locally about some memory objects before going t...Balaram Makam2017-08-301-17/+43
* Revert "MachineInstr: Reason locally about some memory objects before going t...Balaram Makam2017-08-161-42/+17
* MachineInstr: Reason locally about some memory objects before going to AA.Balaram Makam2017-08-141-17/+42
* [MachineOperand] Add ChangeToTargetIndex method. NFCMarcello Maggioni2017-08-041-0/+13
* [SelectionDAG] Resolve PR33978.Simon Dardis2017-08-031-4/+2
* Remove the unused offset from DBG_VALUE (NFC)Adrian Prantl2017-07-281-12/+9
* Add an ID field to StackObjectsMatt Arsenault2017-07-201-2/+3
* Replace -print-whole-regmask with a threshold.Matt Arsenault2017-07-201-5/+8
* [MIR] Add support for printing and parsing target MMO flagsGeoff Berry2017-07-131-0/+6
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-3/+3
* [GlobalIsel] allow x86_fp80 values to be dumped.Igor Breger2017-07-051-0/+8
* Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper2017-06-291-34/+4
* [X86] Correct dwarf unwind information in function epiloguePetar Jovanovic2017-06-281-4/+34
* [SelectionDAG] set dereferenceable flag when expanding memcpy/memmoveHiroshi Inoue2017-06-241-0/+18
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-05-311-16/+38
* MachineInstr: Do not skip dead def operands when printing.Matthias Braun2017-05-301-32/+0
* Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)Adrian Prantl2017-04-281-8/+3
* [globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...Daniel Sanders2017-04-221-7/+0
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-0/+28
* GlobalISel: allow quad-precision values to be dumped.Tim Northover2017-03-201-0/+5
* [globalisel][tblgen] Add support for ComplexPatternsDaniel Sanders2017-03-141-0/+8
* Disable Callee Saved RegistersOren Ben Simhon2017-03-141-2/+15
* Refactor alias check from MISched into common helper. NFC.Eli Friedman2017-03-091-0/+59
* [CodeGen] Print MI without a newline when skipping debugloc. NFC.Ahmed Bougacha2017-02-231-1/+3
* [CodeGen] Add a way to SkipDebugLoc in MachineInstr::print(). NFC.Ahmed Bougacha2017-02-231-4/+5
* MachineInstr: Remove parameter from dump()Matthias Braun2017-01-291-2/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-2/+2
* MachineInstr: Print name for subreg index in SUBREG_TO_REGMatthias Braun2017-01-091-1/+2
* machine combiner: fix pretty printerSebastian Pop2016-12-211-7/+9
* [CodeGen] Make MachineInstr::isIdenticalTo() symmetric.Bjorn Pettersson2016-12-191-5/+13
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* MachineOperand: Add dump() methodMatthias Braun2016-11-181-0/+6
OpenPOWER on IntegriCloud