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
...
*
[CodeGen] Cleanup MachineOperand
Francis Visoiu Mistrih
2017-11-28
1
-24
/
+0
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
MI: Print ranges on MMO
Matt Arsenault
2017-11-13
1
-0
/
+15
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Reid Kleckner
2017-11-08
1
-46
/
+4
*
Set hasSideEffects=0 for PHI and fix affected passes
Alex Bradbury
2017-11-08
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reland "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-07
1
-4
/
+46
*
Revert "Correct dwarf unwind information in function epilogue for X86"
Petar Jovanovic
2017-11-01
1
-46
/
+4
*
Correct dwarf unwind information in function epilogue for X86
Petar Jovanovic
2017-11-01
1
-4
/
+46
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT...
Diana Picus
2017-10-12
1
-3
/
+3
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-5
/
+5
*
CodeGen: Add MachineInstr::getMF(). NFC
Justin Bogner
2017-10-10
1
-0
/
+4
*
[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilled
Reid Kleckner
2017-09-15
1
-15
/
+25
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
1
-1
/
+5
*
Re-land MachineInstr: Reason locally about some memory objects before going t...
Balaram Makam
2017-08-30
1
-17
/
+43
*
Revert "MachineInstr: Reason locally about some memory objects before going t...
Balaram Makam
2017-08-16
1
-42
/
+17
*
MachineInstr: Reason locally about some memory objects before going to AA.
Balaram Makam
2017-08-14
1
-17
/
+42
*
[MachineOperand] Add ChangeToTargetIndex method. NFC
Marcello Maggioni
2017-08-04
1
-0
/
+13
*
[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
[prev]
[next]