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
*
[mir] Print/Parse both MOLoad and MOStore when they occur together.
Daniel Sanders
2017-11-28
1
-5
/
+7
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-15
/
+15
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-6
/
+6
*
[MIRPrinter] Use %subreg.xxx syntax for subregister index operands
Bjorn Pettersson
2017-11-06
1
-8
/
+13
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
1
-0
/
+6
*
MIR: Print the register class or bank in vreg defs
Justin Bogner
2017-10-24
1
-12
/
+34
*
Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC
Krzysztof Parzyszek
2017-10-16
1
-4
/
+4
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-7
/
+6
*
MIR: Serialize CaleeSavedInfo Restored flag
Matthias Braun
2017-09-28
1
-2
/
+7
*
[MIRPrinter] Print empty successor lists when they cannot be guessed
Quentin Colombet
2017-09-19
1
-2
/
+8
*
Revert "[MIRPrinter] Print empty successor lists when they cannot be guessed"
Quentin Colombet
2017-09-19
1
-1
/
+2
*
[MIRPrinter] Print empty successor lists when they cannot be guessed
Quentin Colombet
2017-09-19
1
-2
/
+1
*
[MIR] Print target-specific constant pools
Diana Picus
2017-08-02
1
-6
/
+9
*
Add an ID field to StackObjects
Matt Arsenault
2017-07-20
1
-0
/
+2
*
[MIR] Add support for printing and parsing target MMO flags
Geoff Berry
2017-07-13
1
-4
/
+25
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-5
/
+26
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
1
-13
/
+41
*
MIRPrinter: Avoid assert() when printing empty INLINEASM strings.
Matthias Braun
2017-06-06
1
-2
/
+9
*
Vivek Pandya
2017-06-06
1
-0
/
+2
*
MIR: remove explicit "noVRegs" property.
Tim Northover
2017-05-30
1
-2
/
+0
*
This reverts r302984
Vivek Pandya
2017-05-13
1
-2
/
+0
*
Simplify MIR Output used for Codegen Testing
Vivek Pandya
2017-05-13
1
-0
/
+2
*
MIParser/MIRPrinter: Compute block successors if not explicitely specified
Matthias Braun
2017-05-05
1
-3
/
+70
*
MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC
Matthias Braun
2017-05-01
1
-1
/
+2
*
[globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...
Daniel Sanders
2017-04-22
1
-3
/
+0
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
1
-11
/
+28
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-0
/
+2
*
[globalisel][tblgen] Add support for ComplexPatterns
Daniel Sanders
2017-03-14
1
-0
/
+3
*
MIR: parse & print the atomic parts of a MachineMemOperand.
Tim Northover
2017-02-13
1
-0
/
+9
*
CodeGen: Assert that liveness is up to date when reading block live-ins.
Matthias Braun
2017-01-05
1
-4
/
+4
*
Add custom type for PseudoSourceValue
Tom Stellard
2016-12-17
1
-0
/
+3
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-1
/
+1
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-20
/
+17
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-2
/
+2
*
[MIRPrinter] Print raw branch probabilities as expected by MIRParser
Geoff Berry
2016-11-18
1
-1
/
+4
*
[MIRParser] Parse lane masks for register live-ins
Krzysztof Parzyszek
2016-10-12
1
-1
/
+1
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
1
-9
/
+33
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-0
/
+2
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-14
/
+4
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-2
/
+0
*
MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing it
Matthias Braun
2016-08-24
1
-1
/
+0
*
MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...
Matthias Braun
2016-08-24
1
-1
/
+0
*
MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.
Matthias Braun
2016-08-24
1
-1
/
+0
*
Fix crash from assert in r279466.
Pete Cooper
2016-08-22
1
-1
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+6
*
[GlobalISel] Add Selected MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+2
*
[GlobalISel] Add RegBankSelected MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+2
*
[GlobalISel] Add Legalized MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+3
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
1
-0
/
+13
[next]