Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
CodeGen
/
MIRParser
/
MILexer.cpp
f57d7d8
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
9f3cf55
[mir] Serialize DILocation inline when not possible to use a metadata reference
by Daniel Sanders
· 7 years ago
6db3a6a
Revert r347490 as it breaks address sanitizer builds
by Luke Cheeseman
· 7 years ago
d6dbd64
Revert r343341
by Luke Cheeseman
· 7 years ago
10981cc
Revert r343317
by Luke Cheeseman
· 7 years ago
21f2955b
Reapply changes reverted by r343235
by Luke Cheeseman
· 7 years ago
8e5676b
Revert r343192 as an ubsan build is currently failing
by Luke Cheeseman
· 7 years ago
f6844b3
Reapply changes reverted in r343114, lldb patch to follow shortly
by Luke Cheeseman
· 7 years ago
77aaa22
Revert r343112 as CallFrameString API change has broken lldb builds
by Luke Cheeseman
· 7 years ago
03ad881
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
00b88bb
Revert r343089 "[AArch64] - Return address signing dwarf support"
by Hans Wennborg
· 7 years ago
f755e68
[AArch64] - Return address signing dwarf support
by Luke Cheeseman
· 7 years ago
c72a725
add IR flags to MI
by Michael Berg
· 7 years ago
cc3f630
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
by Krzysztof Parzyszek
· 7 years ago
75ca6be
[x86/MIR] Implement support for pre- and post-instruction symbols, as
by Chandler Carruth
· 7 years ago
c2ad096
[MIRParser] Allow register class names in the form of integer/scalar
by Heejin Ahn
· 7 years ago
7d1b25d
MachineInst support mapping SDNode fast math flags for support in Back End code generation
by Michael Berg
· 7 years ago
399b46c
[MIR] Adding support for Named Virtual Registers in MIR.
by Puyan Lotfi
· 7 years ago
43e94b1
Followup on Proposal to move MIR physical register namespace to '$' sigil.
by Puyan Lotfi
· 8 years ago
e4718e8
[MIR] Add support for addrspace in MIR
by Francis Visoiu Mistrih
· 8 years ago
fe6c9cb
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
by Puyan Lotfi
· 8 years ago
dbf2c48
[MIR] Add support for the frame-destroy MachineInstr flag
by Francis Visoiu Mistrih
· 8 years ago
5de20e0
[MIR] Add support for missing CFI directives
by Francis Visoiu Mistrih
· 8 years ago
60c4310
[MachineOperand][MIR] Add isRenamable to MachineOperand.
by Geoff Berry
· 8 years ago
25528d6
[CodeGen] Unify MBB reference format in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
66d2c26
[AsmPrinterDwarf] Add support for .cfi_restore directive
by Francis Visoiu Mistrih
· 8 years ago
fa57bd0
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
6d35334
Parse and print DIExpressions inline to ease IR and MIR testing
by Reid Kleckner
· 8 years ago
bb80d3e
Enhance synchscope representation
by Konstantin Zhuravlyov
· 8 years ago
d62669d
[MIRParser] Parse lane masks for register live-ins
by Krzysztof Parzyszek
· 9 years ago
adbf09e
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
by Justin Lebar
· 9 years ago
de3aea041
GlobalISel: support irtranslation of icmp instructions.
by Tim Northover
· 9 years ago
6b3bd61
CodeGen: add new "intrinsic" MachineOperand kind.
by Tim Northover
· 9 years ago
333e468
MIRParser: Use dot instead of colon to mark subregisters
by Matthias Braun
· 9 years ago
ee06792
MIRParser: Use shorter cfi identifiers
by Matthias Braun
· 9 years ago
bd50546
GlobalISel: implement alloca instruction
by Tim Northover
· 9 years ago
62ae568
GlobalISel: implement low-level type with just size & vector lanes.
by Tim Northover
· 9 years ago
47b292d
Remove some unneeded headers and replace some headers with forward class declarations (NFC)
by Mehdi Amini
· 9 years ago
b74eb41
MIRParser: Add %subreg.xxx syntax for subregister index operands
by Matthias Braun
· 10 years ago
0d208fc9
MILexer: Add ErrorCallbackType typedef; NFC
by Matthias Braun
· 10 years ago
5e63e78
[MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR parser.
by Quentin Colombet
· 10 years ago
287c6bb
[MIR] Teach the parser how to parse complex types of generic machine instructions.
by Quentin Colombet
· 10 years ago
c1136ef3
MIR Serialization: Serialize the pointer IR expression values in the machine
by Alex Lorenz
· 10 years ago
0d00964
MIR Serialization: Change syntax for the call entry pseudo source values.
by Alex Lorenz
· 10 years ago
dd13be0
MIR Serialization: Serialize unnamed local IR values in memory operands.
by Alex Lorenz
· 10 years ago
5ef93b0
MIR Serialization: Serialize instruction's register ties.
by Alex Lorenz
· 10 years ago
e66a7cc
MIR Serialization: Serialize defined registers that require 'def' register flag.
by Alex Lorenz
· 10 years ago
eb62568
MIR Serialization: Serialize the memory operand's range metadata node.
by Alex Lorenz
· 10 years ago
03e940d
MIR Serialization: Serialize the memory operand's noalias metadata node.
by Alex Lorenz
· 10 years ago
a16f624
MIR Serialization: Serialize the memory operand's alias scope metadata node.
by Alex Lorenz
· 10 years ago
a617c91
MIR Serialization: Serialize the memory operand's TBAA metadata node.
by Alex Lorenz
· 10 years ago
577d271
MIR Serialization: Serialize the '.cfi_same_value' CFI directive.
by Alex Lorenz
· 10 years ago
1039fd1
MIR Serialization: Serialize the 'internal' register operand flag.
by Alex Lorenz
· 10 years ago
f9a2b12
MIR Serialization: Serialize the bundled machine instructions.
by Alex Lorenz
· 10 years ago
5022f6b
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
by Alex Lorenz
· 10 years ago
4be56e9
MIR Serialization: Serialize the jump table pseudo source values.
by Alex Lorenz
· 10 years ago
d858f87
MIR Serialization: Serialize the GOT pseudo source values.
by Alex Lorenz
· 10 years ago
46e9558
MIR Serialization: Serialize the stack pseudo source values.
by Alex Lorenz
· 10 years ago
91097a3
MIR Serialization: Serialize the constant pool pseudo source values.
by Alex Lorenz
· 10 years ago
b97c9ef
MIR Serialization: Serialize the liveout register mask machine operands.
by Alex Lorenz
· 10 years ago
61420f7
MIR Serialization: Serialize the base alignment for the machine memory operands.
by Alex Lorenz
· 10 years ago
3fb7768
MIR Parser: Simplify the token's string value handling.
by Alex Lorenz
· 10 years ago
dc8de2a
MIR Serialization: Serialize the 'invariant' machine memory operand flag.
by Alex Lorenz
· 10 years ago
10fd038
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
by Alex Lorenz
· 10 years ago
49873a8
MIR Serialization: Initial serialization of the machine operand target flags.
by Alex Lorenz
· 10 years ago
5672a89
MIR Serialization: Serialize the machine operand's offset.
by Alex Lorenz
· 10 years ago
05e3882
MIR Serialization: Serialize the typed immediate integer machine operands.
by Alex Lorenz
· 10 years ago
01c1a5e
MIR Serialization: Serialize the 'early-clobber' register operand flag.
by Alex Lorenz
· 10 years ago
9075258
MIR Serialization: Serialize the 'debug-use' register operand flag.
by Alex Lorenz
· 10 years ago
970c12e
MIR Parser: Simplify the handling of quoted tokens. NFC.
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
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
82a1cfd
MIR Parser: Move the function 'lexName'. 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
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
c1fbb35
MIR Parser: Reuse the function 'lexName' when lexing global value tokens. NFC.
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
b29554d
MIR Parser: Add support for quoted named global value operands.
by Alex Lorenz
· 10 years ago
484903e
MIR Parser: Allow the dollar characters in all of the identifier tokens.
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
2eacca8
MIR Serialization: Serialize the sub register indices.
by Alex Lorenz
· 10 years ago
5346451
MIR Serialization: Serialize the virtual register operands.
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
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
6c6c46e
MIR Parser: adopt the 'maybeLex...' pattern. NFC.
by Alex Lorenz
· 10 years ago
5d6108e
MIR Serialization: Serialize global address machine operands.
by Alex Lorenz
· 10 years ago
33f0aef
MIR Serialization: Serialize machine basic block operands.
by Alex Lorenz
· 10 years ago
Next »