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
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-12
/
+34
*
[NFC] make MIFlag accessor functions consistant with usage model
Michael Berg
2018-06-18
1
-1
/
+1
*
[MIR][MachineCSE] Implementing proper MachineInstr::getNumExplicitDefs()
Roman Tereshin
2018-06-12
1
-6
/
+24
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+4
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+16
*
[MachineVerifier][GlobalISel] Checking that generic instrs have LLTs on all v...
Roman Tereshin
2018-05-07
1
-2
/
+6
*
MachineInst support mapping SDNode fast math flags for support in Back End co...
Michael Berg
2018-05-03
1
-0
/
+14
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[CodeGen] Print user-friendly debug locations as MI comments
Francis Visoiu Mistrih
2018-04-24
1
-1
/
+14
*
[CodeGen] Fix printing bundles in MIR output
Krzysztof Parzyszek
2018-04-10
1
-3
/
+5
*
[CodeGen] Use MIR syntax for MachineMemOperand printing
Francis Visoiu Mistrih
2018-03-14
1
-10
/
+18
*
[AArch64] Keep track of MIFlags in the LoadStoreOptimizer
Francis Visoiu Mistrih
2018-03-14
1
-0
/
+6
*
[MIR] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-1
/
+1
*
The final step to close D41278 [MachineCombiner] Improve debug output (NFC).
Andrew V. Tischenko
2018-02-26
1
-0
/
+2
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-5
/
+1
*
Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...
Francis Visoiu Mistrih
2018-02-19
1
-0
/
+2
*
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...
Francis Visoiu Mistrih
2018-02-08
1
-2
/
+0
*
[AMDGPU][X86][Mips] Make sure renamable bit not set for reserved regs
Geoff Berry
2018-01-29
1
-3
/
+6
*
[CodeGen] Unify printing format of debug-location in both MIR and -debug
Francis Visoiu Mistrih
2018-01-19
1
-7
/
+12
*
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
Francis Visoiu Mistrih
2018-01-18
1
-7
/
+7
*
[CodeGen] Print RegClasses on MI in verbose mode
Francis Visoiu Mistrih
2018-01-18
1
-9
/
+9
*
[CodeGen][NFC] Refactor MachineInstr::print
Francis Visoiu Mistrih
2018-01-18
1
-21
/
+45
*
[CodeGen] Remove special case of printing subRegIdx from MachineInstr::print
Francis Visoiu Mistrih
2018-01-16
1
-3
/
+0
*
[CodeGen][NFC] Correct case for printSubRegIdx
Francis Visoiu Mistrih
2018-01-16
1
-1
/
+1
*
[CodeGen] Don't print "pred:" and "opt:" in -debug output
Francis Visoiu Mistrih
2018-01-09
1
-7
/
+1
*
[CodeGen] Print frame-setup/destroy flags in -debug output like we do in MIR
Francis Visoiu Mistrih
2018-01-09
1
-15
/
+5
*
[CodeGen] Don't print register classes in -debug output
Francis Visoiu Mistrih
2018-01-09
1
-37
/
+0
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Move printing MO_Immediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
1
-2
/
+5
*
[CodeGen] Fix index when printing tied machine operands
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-15
/
+74
*
[CodeGen] Separate MachineOperand implementation from MachineInstr
Francis Visoiu Mistrih
2017-11-28
1
-701
/
+0
*
[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
[next]