Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
CodeGen
/
MachineOperand.cpp
a0875a9
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
c8ecb42
Revert r347490 as it breaks address sanitizer builds
by Luke Cheeseman
· 7 years ago
7ef46a7
Revert r343341
by Luke Cheeseman
· 7 years ago
83c015b
MachineOperand/MIParser: Do not print debug-use flag, infer it
by Matthias Braun
· 7 years ago
b829dc3
Fix in MachineOperand::printIRValueReference().
by Jonas Paulsson
· 7 years ago
4c6cb9f
Revert r343317
by Luke Cheeseman
· 7 years ago
96f82d5
Reapply changes reverted by r343235
by Luke Cheeseman
· 7 years ago
4d42c19
Revert r343192 as an ubsan build is currently failing
by Luke Cheeseman
· 7 years ago
a26da93
Reapply changes reverted in r343114, lldb patch to follow shortly
by Luke Cheeseman
· 7 years ago
9f0b248
Revert r343112 as CallFrameString API change has broken lldb builds
by Luke Cheeseman
· 7 years ago
538d8c7
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
2149199
Revert r343089 "[AArch64] - Return address signing dwarf support"
by Hans Wennborg
· 7 years ago
e99f0eb
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
7e54adc
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
by Krzysztof Parzyszek
· 7 years ago
7eeba25
[ADT] Make escaping fn conform to coding guidelines
by Jonas Devlieghere
· 7 years ago
481686f
[MachineVerifier][GlobalISel] NFC, Improving MO printing and refactoring visitMachineInstrBefore
by Roman Tereshin
· 7 years ago
0f38c60
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
0e32281
Fix type mismatch between MachineMemOperand constructor and accessors. NFC
by Daniel Sanders
· 7 years ago
eed988e
[MIR] Adding support for Named Virtual Registers in MIR.
by Puyan Lotfi
· 7 years ago
fcccedd
[CodeGen] Fixed unreachable with -print-machineinstrs and custom pseudo source value
by Tim Renouf
· 7 years ago
0d758f3
[CodeGen] Use MIR syntax for MachineMemOperand printing
by Francis Visoiu Mistrih
· 7 years ago
13357c9
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
by Geoff Berry
· 8 years ago
7bee1ce
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
by Francis Visoiu Mistrih
· 8 years ago
96ed12f
[CodeGen] Print RegClasses on MI in verbose mode
by Francis Visoiu Mistrih
· 8 years ago
19988dd
[CodeGen][NFC] Correct case for printSubRegIdx
by Francis Visoiu Mistrih
· 8 years ago
b931375
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
by Puyan Lotfi
· 8 years ago
235e856
[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
234b36e
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
43c2ba7
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
30e8e01
[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
a6e4a6b
[CodeGen] Refactor printOffset from MO and MIRPrinter
by Francis Visoiu Mistrih
· 8 years ago
fcfc7b2
[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
38e881d
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
278b31c
[MIR] Add support for missing CFI directives
by Francis Visoiu Mistrih
· 8 years ago
ee30ab7
[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
f726bec
[CodeGen] Move printing MO_Metadata operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
f6cd582
[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
3f63013f
[CodeGen] Print global addresses as @foo in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
d398775
[CodeGen] Print external symbols as $symbol in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
d347e97
[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
2b16863
[CodeGen] Print target index operands as target-index(target-specific) + 8 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
c846909
[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
3b391fe
[MachineOperand][MIR] Add isRenamable to MachineOperand.
by Geoff Berry
· 8 years ago
e28484a
[CodeGen] Move printing MO_Immediate operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
ab9bb80
[CodeGen] Move printing MO_CImmediate operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
e8c40f0
[CodeGen] Use more getMFIfAvailable
by Francis Visoiu Mistrih
· 8 years ago
fd11bc0
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
by Francis Visoiu Mistrih
· 8 years ago
1c29733
[CodeGen] Fix formatting error from r319885
by Francis Visoiu Mistrih
· 8 years ago
f8f387e
[CodeGen] Better handling of detached MachineOperands
by Francis Visoiu Mistrih
· 8 years ago
ca0df55
[CodeGen] Unify MBB reference format in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
dcc00b1
CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT_VECTOR_ELT
by Yaxun Liu
· 8 years ago
5e75583
[CodeGen] Fix doxygen \file comment style
by Francis Visoiu Mistrih
· 8 years ago
4ea70ff
[CodeGen] Fix doxygen
by Francis Visoiu Mistrih
· 8 years ago
b58eb1a
[CodeGen] Separate MachineOperand implementation from MachineInstr
by Francis Visoiu Mistrih
· 8 years ago