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
/
MIRParser
/
MILexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIRParser] Allow register class names in the form of integer/scalar
Heejin Ahn
2018-05-05
1
-19
/
+0
*
MachineInst support mapping SDNode fast math flags for support in Back End co...
Michael Berg
2018-05-03
1
-0
/
+7
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-1
/
+13
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-7
/
+16
*
[MIR] Add support for addrspace in MIR
Francis Visoiu Mistrih
2018-01-26
1
-0
/
+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
/
+1
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-0
/
+8
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-0
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-0
/
+3
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
1
-0
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-27
1
-6
/
+12
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-0
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-0
/
+10
*
[MIRParser] Parse lane masks for register live-ins
Krzysztof Parzyszek
2016-10-12
1
-14
/
+23
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-0
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+2
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
1
-0
/
+1
*
MIRParser: Use dot instead of colon to mark subregisters
Matthias Braun
2016-07-26
1
-2
/
+9
*
MIRParser: Use shorter cfi identifiers
Matthias Braun
2016-07-26
1
-5
/
+5
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
1
-3
/
+7
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-4
/
+6
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-0
/
+1
*
MIRParser: Add %subreg.xxx syntax for subregister index operands
Matthias Braun
2016-03-28
1
-0
/
+11
*
MILexer: Add ErrorCallbackType typedef; NFC
Matthias Braun
2016-03-18
1
-30
/
+22
*
[MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR ...
Quentin Colombet
2016-03-08
1
-2
/
+2
*
[MIR] Teach the parser how to parse complex types of generic machine instruct...
Quentin Colombet
2016-03-08
1
-0
/
+4
*
MIR Serialization: Serialize the pointer IR expression values in the machine
Alex Lorenz
2015-08-21
1
-0
/
+26
*
MIR Serialization: Change syntax for the call entry pseudo source values.
Alex Lorenz
2015-08-20
1
-0
/
+1
*
MIR Serialization: Serialize unnamed local IR values in memory operands.
Alex Lorenz
2015-08-19
1
-0
/
+2
*
MIR Serialization: Serialize instruction's register ties.
Alex Lorenz
2015-08-19
1
-0
/
+1
*
MIR Serialization: Serialize defined registers that require 'def' register flag.
Alex Lorenz
2015-08-19
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's range metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's noalias metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's alias scope metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's TBAA metadata node.
Alex Lorenz
2015-08-17
1
-2
/
+29
*
MIR Serialization: Serialize the '.cfi_same_value' CFI directive.
Alex Lorenz
2015-08-14
1
-0
/
+1
*
MIR Serialization: Serialize the 'internal' register operand flag.
Alex Lorenz
2015-08-14
1
-0
/
+1
*
MIR Serialization: Serialize the bundled machine instructions.
Alex Lorenz
2015-08-14
1
-0
/
+4
*
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
Alex Lorenz
2015-08-13
1
-9
/
+39
*
MIR Serialization: Serialize the jump table pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the GOT pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the stack pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the constant pool pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the liveout register mask machine operands.
Alex Lorenz
2015-08-10
1
-0
/
+1
*
MIR Serialization: Serialize the base alignment for the machine memory operands.
Alex Lorenz
2015-08-07
1
-0
/
+1
*
MIR Parser: Simplify the token's string value handling.
Alex Lorenz
2015-08-06
1
-24
/
+51
*
MIR Serialization: Serialize the 'invariant' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-0
/
+1
*
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-0
/
+1
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-0
/
+1
[next]