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
/
MIRPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Allow bundled calls in the MIR's call site info
David Stenberg
2019-08-19
1
-2
/
+3
*
GlobalISel: Change representation of shuffle masks
Matt Arsenault
2019-08-13
1
-1
/
+2
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[MachineFunction] Base support for call site info tracking
Djordje Todorovic
2019-06-27
1
-0
/
+37
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
1
-2
/
+3
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+2
*
MIR: Fix printer crashing on dead CSR frame indexes
Matt Arsenault
2019-05-28
1
-0
/
+3
*
MIR: Allow targets to serialize MachineFunctionInfo
Matt Arsenault
2019-03-14
1
-0
/
+5
*
MIR: Preserve incoming frame index numbers
Matt Arsenault
2019-02-22
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Power9] Allow gpr callee saved spills in prologue to vectors registers
Zaara Syeda
2018-11-09
1
-12
/
+14
*
[MIR] Add hasWinCFI field
Sanjin Sijaric
2018-10-24
1
-0
/
+1
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-0
/
+2
*
add IR flags to MI
Michael Berg
2018-09-11
1
-0
/
+6
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-0
/
+18
*
MachineInst support mapping SDNode fast math flags for support in Back End co...
Michael Berg
2018-05-03
1
-0
/
+14
*
[MIR] Add support for debug metadata for fixed stack objects
Francis Visoiu Mistrih
2018-04-25
1
-13
/
+21
*
[MIR] Add support for MachineFrameInfo::LocalFrameSize
Francis Visoiu Mistrih
2018-04-06
1
-0
/
+1
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-0
/
+2
*
[CodeGen] Use MIR syntax for MachineMemOperand printing
Francis Visoiu Mistrih
2018-03-14
1
-154
/
+2
*
[MIR] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-1
/
+1
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-0
/
+2
*
[MIR] Add support for addrspace in MIR
Francis Visoiu Mistrih
2018-01-26
1
-0
/
+2
*
[CodeGen] Unify printing format of debug-location in both MIR and -debug
Francis Visoiu Mistrih
2018-01-19
1
-2
/
+2
*
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
Francis Visoiu Mistrih
2018-01-18
1
-1
/
+1
*
[CodeGen] Print RegClasses on MI in verbose mode
Francis Visoiu Mistrih
2018-01-18
1
-2
/
+2
*
[CodeGen][NFC] Correct case for printSubRegIdx
Francis Visoiu Mistrih
2018-01-16
1
-1
/
+1
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
1
-1
/
+1
*
[MIR] Add support for the frame-destroy MachineInstr flag
Francis Visoiu Mistrih
2018-01-09
1
-0
/
+3
*
[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-38
/
+3
*
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-7
/
+2
*
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-12
/
+2
*
[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-3
/
+1
*
[CodeGen] Refactor printOffset from MO and MIRPrinter
Francis Visoiu Mistrih
2017-12-19
1
-15
/
+2
*
[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-118
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...
Francis Visoiu Mistrih
2017-12-15
1
-7
/
+2
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-12
/
+66
*
[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-4
/
+2
*
[CodeGen] Move printing MO_Metadata operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-14
1
-4
/
+2
*
[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug...
Francis Visoiu Mistrih
2017-12-14
1
-16
/
+2
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-64
/
+3
*
[CodeGen] Print external symbols as $symbol in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-12
/
+2
*
[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...
Francis Visoiu Mistrih
2017-12-13
1
-4
/
+2
*
[CodeGen] Print target index operands as target-index(target-specific) + 8 in...
Francis Visoiu Mistrih
2017-12-13
1
-23
/
+2
*
[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...
Francis Visoiu Mistrih
2017-12-13
1
-5
/
+2
*
[CodeGen] Move printing MO_Immediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
1
-7
/
+7
*
[CodeGen] Move printing MO_MachineBasicBlock operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
1
-4
/
+2
*
[CodeGen] Move printing MO_CImmediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
1
-4
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-92
/
+13
[next]