index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineInstr: Print name for subreg index in SUBREG_TO_REG
Matthias Braun
2017-01-09
1
-1
/
+2
*
machine combiner: fix pretty printer
Sebastian Pop
2016-12-21
1
-7
/
+9
*
[CodeGen] Make MachineInstr::isIdenticalTo() symmetric.
Bjorn Pettersson
2016-12-19
1
-5
/
+13
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
MachineOperand: Add dump() method
Matthias Braun
2016-11-18
1
-0
/
+6
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-1
/
+11
*
Fix formatting in findRegisterUseOperandIdx. NFC.
Fraser Cormack
2016-10-11
1
-7
/
+5
*
AMDGPU: Support commuting a FrameIndex operand
Matt Arsenault
2016-09-13
1
-0
/
+10
*
[GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.
Ahmed Bougacha
2016-09-12
1
-2
/
+2
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-3
/
+4
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
1
-7
/
+5
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-56
/
+5
*
Fix some more asserts after r279466.
Pete Cooper
2016-08-23
1
-1
/
+1
*
Reset isUndef when removing subreg from a def operand
Krzysztof Parzyszek
2016-08-22
1
-0
/
+2
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-1
/
+9
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
1
-5
/
+25
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[GlobalISel] Remove types on selected insts instead of using LLT().
Ahmed Bougacha
2016-07-28
1
-0
/
+6
*
GlobalISel: allow multiple types on MachineInstrs.
Tim Northover
2016-07-22
1
-11
/
+21
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-9
/
+9
*
[inlineasm] Propagate operand constraints to the backend
Simon Dardis
2016-07-18
1
-2
/
+33
*
[CodeGen] Refactor MachineMemOperand::Flags's target-specific flags.
Justin Lebar
2016-07-14
1
-2
/
+0
*
[CodeGen] Refactor MachineMemOperand's Flags enum.
Justin Lebar
2016-07-14
1
-7
/
+8
*
[MI] Clean up some loops over MachineInstr::memoperands(). NFC
Justin Lebar
2016-07-13
1
-14
/
+11
*
[MI] Fix MachineInstr::isInvariantLoad.
Justin Lebar
2016-07-13
1
-2
/
+1
*
AMDGPU: Add convergent flag to INLINEASM instruction.
Wei Ding
2016-06-22
1
-0
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-5
/
+6
*
Fix PR26655: Bail out if all regs of an inst BUNDLE have the correct kill flag
Mandeep Singh Grang
2016-05-10
1
-0
/
+7
*
AMDGPU/SI: add llvm.amdgcn.ps.live intrinsic
Nicolai Haehnle
2016-04-22
1
-0
/
+11
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+49
*
[MachineInstr] Teach the print method about RegisterBank.
Quentin Colombet
2016-04-07
1
-11
/
+10
*
Revert "NFC: static_assert instead of comment"
JF Bastien
2016-03-26
1
-3
/
+1
*
NFC: static_assert instead of comment
JF Bastien
2016-03-26
1
-1
/
+3
*
[MachineInstr] Get rid of some GlobalISel ifdefs.
Quentin Colombet
2016-03-07
1
-5
/
+24
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-12
/
+12
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-1
/
+1
*
Minor code cleanups. NFC.
Junmo Park
2016-02-26
1
-3
/
+3
*
MachineInstr: Respect register aliases in clearRegiserKills()
Matthias Braun
2016-02-24
1
-1
/
+1
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-10
/
+14
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-14
/
+10
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[GlobalISel] Add a type to MachineInstr.
Quentin Colombet
2016-02-11
1
-5
/
+20
*
[GlobalISel][MachineRegisterInfo] Add a method to create generic vregs.
Quentin Colombet
2016-02-11
1
-0
/
+5
*
[GlobalISel] Remember the size of generic virtual registers
Quentin Colombet
2016-02-10
1
-1
/
+8
*
Fix printing of f16 machine operands
Matt Arsenault
2016-02-05
1
-2
/
+8
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Consolidate MemRefs handling from BranchFolding and correct latent bug
Philip Reames
2016-01-06
1
-4
/
+34
*
Fix a warning [NFC]
Philip Reames
2016-01-06
1
-1
/
+2
*
Extract helper function to merge MemoryOperand lists [NFC]
Philip Reames
2016-01-06
1
-0
/
+20
[next]