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
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-1
/
+3
*
[X86] Fix several places that weren't passing what they though they were to M...
Craig Topper
2019-06-02
1
-1
/
+1
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-1
/
+1
*
Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...
Amy Huang
2019-04-24
1
-0
/
+13
*
[CodeGen] Add "const" to MachineInstr::mayAlias
Bjorn Pettersson
2019-04-19
1
-2
/
+2
*
Allow unordered loads to be considered invariant in CodeGen
Philip Reames
2019-03-19
1
-3
/
+5
*
Allow code motion (and thus folding) for atomic (but unordered) memory operands
Philip Reames
2019-03-14
1
-3
/
+1
*
[NFC] add/modify wrapper function for findRegisterDefOperand().
Chen Zheng
2019-02-20
1
-1
/
+1
*
Be conservative about unordered accesses for the moment
Philip Reames
2019-02-11
1
-1
/
+3
*
Move IR flag handling directly into builder calls for cases translated from I...
Michael Berg
2019-02-06
1
-11
/
+18
*
[DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-02-04
1
-1
/
+53
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
1
-0
/
+2
*
Reverting r352642 - Handle restore instructions in LiveDebugValues - as it's ...
Wolfgang Pieb
2019-01-30
1
-53
/
+1
*
[DEBUGINFO] Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-01-30
1
-1
/
+53
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
1
-2
/
+3
*
Fix MachineInstr::findRegisterUseOperandIdx subreg checks
Stanislav Mekhanoshin
2018-11-12
1
-3
/
+1
*
[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead copy instruction removal.
Carlos Alberto Enciso
2018-10-01
1
-0
/
+10
*
[CodeGen] Always print register ties in MI::dump()
Francis Visoiu Mistrih
2018-09-26
1
-1
/
+1
*
Copy utilities updated and added for MI flags
Michael Berg
2018-09-19
1
-0
/
+36
*
[MachineInstr] In addRegisterKilled and addRegisterDead, don't remove operand...
Craig Topper
2018-09-13
1
-2
/
+4
*
add IR flags to MI
Michael Berg
2018-09-11
1
-0
/
+6
*
Fix argument type in MachineInstr::hasPropertyInBundle
Sven van Haastregt
2018-09-06
1
-1
/
+1
*
[DWARF] Missing location debug information with -O2.
Carlos Alberto Enciso
2018-08-30
1
-0
/
+17
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
1
-7
/
+14
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-25
/
+67
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-55
/
+161
*
[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
[next]