Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9075258b6a8fdb338d5110e56c37b9e6733d8a32
/
llvm
/
lib
/
CodeGen
/
MIRPrinter.cpp
9075258
MIR Serialization: Serialize the 'debug-use' register operand flag.
by Alex Lorenz
· 10 years ago
a518b79
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
by Alex Lorenz
· 10 years ago
4af7e61
MIR Serialization: Initial serialization of the machine memory operands.
by Alex Lorenz
· 10 years ago
ad156fb
MIR Serialization: Serialize the floating point immediate machine operands.
by Alex Lorenz
· 10 years ago
618b283
MIR Serialization: Serialize the machine basic block's successor weights.
by Alex Lorenz
· 10 years ago
a6f9a37
MIR Serialization: Serialize the frame info's save and restore points.
by Alex Lorenz
· 10 years ago
b139323
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
by Alex Lorenz
· 10 years ago
ef5c196
MIR Serialization: Serialize the target index machine operands.
by Alex Lorenz
· 10 years ago
deb5349
MIR Serialization: Serialize the block address machine operands.
by Alex Lorenz
· 10 years ago
e8ce3e6
MIR Printer: Remove an outdated TODO comment and assertion. NFC.
by Alex Lorenz
· 10 years ago
8a1915b
MIR Serialization: Serialize the unnamed basic block references.
by Alex Lorenz
· 10 years ago
5b0d5f6
MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.
by Alex Lorenz
· 10 years ago
12045a4
MIR Serialization: Serialize the machine function's liveins.
by Alex Lorenz
· 10 years ago
1bb48de
MIR Serialization: Serialize MachineFrameInfo's callee saved information.
by Alex Lorenz
· 10 years ago
ab4cbcf
MIR Serialization: Serialize the simple virtual register allocation hints.
by Alex Lorenz
· 10 years ago
8cfc686
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
by Alex Lorenz
· 10 years ago
46d760d
MIR Serialization: Serialize the machine instruction's debug location.
by Alex Lorenz
· 10 years ago
35e4446
MIR Serialization: Serialize the metadata machine operands.
by Alex Lorenz
· 10 years ago
f4baeb5
MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.
by Alex Lorenz
· 10 years ago
6ede374
MIR Serialization: Serialize the external symbol machine operands.
by Alex Lorenz
· 10 years ago
ab98049
MIR Serialization: Initial serialization of machine constant pools.
by Alex Lorenz
· 10 years ago
e5a4466
MIR Serialization: Serialize the frame setup machine instruction flag.
by Alex Lorenz
· 10 years ago
7feaf7c
MIR Serialization: Serialize the frame index machine operands.
by Alex Lorenz
· 10 years ago
31d7068
MIR Serialization: Serialize the jump table index operands.
by Alex Lorenz
· 10 years ago
6799e9b
MIR Serialization: Serialize the jump table info.
by Alex Lorenz
· 10 years ago
37643a0
MIR Serialization: Serialize references from the stack objects to named allocas.
by Alex Lorenz
· 10 years ago
9fab370
MIR Serialization: Serialize the machine basic block live in registers.
by Alex Lorenz
· 10 years ago
15a00a8
MIR Printer: move the function 'printReg'. NFC.
by Alex Lorenz
· 10 years ago
418f3ec
MIR Serialization: Serialize the variable sized stack objects.
by Alex Lorenz
· 10 years ago
2eacca8
MIR Serialization: Serialize the sub register indices.
by Alex Lorenz
· 10 years ago
de491f0
MIR Serialization: Serialize the fixed stack objects.
by Alex Lorenz
· 10 years ago
5346451
MIR Serialization: Serialize the virtual register operands.
by Alex Lorenz
· 10 years ago
f6bc866
MIR Serialization: Initial serialization of stack objects.
by Alex Lorenz
· 10 years ago
28148ba
MIR Serialization: Serialize the virtual register definitions.
by Alex Lorenz
· 10 years ago
60541c1
MIR Serialization: Serialize the simple MachineFrameInfo attributes.
by Alex Lorenz
· 10 years ago
4d026b89
MIR Serialization: Serialize the 'undef' register machine operand flag.
by Alex Lorenz
· 10 years ago
495ad87
MIR Serialization: Serialize the 'killed' register machine operand flag.
by Alex Lorenz
· 10 years ago
b1f9ce8
MIR Parser: Use source locations for MBB naming errors.
by Alex Lorenz
· 10 years ago
900b5cb
MIR Printer: Use a module slot tracker to print global address operands. NFC.
by Alex Lorenz
· 10 years ago
cbbfd0b
MIR Serialization: Serialize the 'dead' register machine operand flag.
by Alex Lorenz
· 10 years ago
cb268d4
MIR Serialization: Serialize the implicit register flag.
by Alex Lorenz
· 10 years ago
eb5112b
Fix compilation failure introduced in r241093.
by Alex Lorenz
· 10 years ago
f09df00
MIR Serialization: Serialize MBB successors.
by Alex Lorenz
· 10 years ago
5d26fa8
MIR Printer: extract the code that prints MBB references into a new method. NFC.
by Alex Lorenz
· 10 years ago
8f6f428
MIR Serialization: Serialize the register mask machine operands.
by Alex Lorenz
· 10 years ago
5d6108e
MIR Serialization: Serialize global address machine operands.
by Alex Lorenz
· 10 years ago
ec6b26b
Fix unused variable from r240792.
by Alex Lorenz
· 10 years ago
33f0aef
MIR Serialization: Serialize machine basic block operands.
by Alex Lorenz
· 10 years ago
54565cf
MIR Serialization: Serialize simple MachineRegisterInfo attributes.
by Alex Lorenz
· 10 years ago
12b554e
MIR Serialization: Serialize the null register operands.
by Alex Lorenz
· 10 years ago
240fc1e
MIR Serialization: Serialize immediate machine operands.
by Alex Lorenz
· 10 years ago
f3db51de
MIR Serialization: Serialize physical register machine operands.
by Alex Lorenz
· 10 years ago
8e0a1b4
MIR Serialization: Serialize machine instruction names.
by Alex Lorenz
· 10 years ago
4f093bf
MIR Serialization: Serialize the list of machine basic blocks with simple attributes.
by Alex Lorenz
· 10 years ago
5b5f975
MIR Serialization: Print and parse simple machine function attributes.
by Alex Lorenz
· 10 years ago
345c144
MIR Serialization: move the MIR printer out of the MIR printing pass.
by Alex Lorenz
· 10 years ago