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
...
*
[SelectionDAG] Resolve PR33978.
Simon Dardis
2017-08-03
1
-4
/
+2
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-12
/
+9
*
Add an ID field to StackObjects
Matt Arsenault
2017-07-20
1
-2
/
+3
*
Replace -print-whole-regmask with a threshold.
Matt Arsenault
2017-07-20
1
-5
/
+8
*
[MIR] Add support for printing and parsing target MMO flags
Geoff Berry
2017-07-13
1
-0
/
+6
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-3
/
+3
*
[GlobalIsel] allow x86_fp80 values to be dumped.
Igor Breger
2017-07-05
1
-0
/
+8
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-34
/
+4
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-4
/
+34
*
[SelectionDAG] set dereferenceable flag when expanding memcpy/memmove
Hiroshi Inoue
2017-06-24
1
-0
/
+18
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-05-31
1
-16
/
+38
*
MachineInstr: Do not skip dead def operands when printing.
Matthias Braun
2017-05-30
1
-32
/
+0
*
Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)
Adrian Prantl
2017-04-28
1
-8
/
+3
*
[globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...
Daniel Sanders
2017-04-22
1
-7
/
+0
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-0
/
+28
*
GlobalISel: allow quad-precision values to be dumped.
Tim Northover
2017-03-20
1
-0
/
+5
*
[globalisel][tblgen] Add support for ComplexPatterns
Daniel Sanders
2017-03-14
1
-0
/
+8
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-2
/
+15
*
Refactor alias check from MISched into common helper. NFC.
Eli Friedman
2017-03-09
1
-0
/
+59
*
[CodeGen] Print MI without a newline when skipping debugloc. NFC.
Ahmed Bougacha
2017-02-23
1
-1
/
+3
*
[CodeGen] Add a way to SkipDebugLoc in MachineInstr::print(). NFC.
Ahmed Bougacha
2017-02-23
1
-4
/
+5
*
MachineInstr: Remove parameter from dump()
Matthias Braun
2017-01-29
1
-2
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+2
*
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
[prev]
[next]