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
...
*
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
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
MIRParser: Use dot instead of colon to mark subregisters
Matthias Braun
2016-07-26
1
-1
/
+1
*
MIRParser: Use shorter cfi identifiers
Matthias Braun
2016-07-26
1
-5
/
+5
*
GlobalISel: omit braces on MachineInstr types when there's only one.
Tim Northover
2016-07-26
1
-4
/
+5
*
GlobalISel: add generic casts to IRTranslator
Tim Northover
2016-07-25
1
-1
/
+1
*
GlobalISel: allow multiple types on MachineInstrs.
Tim Northover
2016-07-22
1
-2
/
+7
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-2
/
+2
*
MIR: Support MachineMemOperands without associated value
Matthias Braun
2016-06-04
1
-3
/
+4
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
[MIR] Teach the mir printer how to print the register bank.
Quentin Colombet
2016-04-08
1
-5
/
+8
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+3
*
[MIR] Teach the parser/printer that generic virtual registers do not need a r...
Quentin Colombet
2016-03-08
1
-2
/
+7
*
[MIR] Teach the printer how to print complex types for generic machine instru...
Quentin Colombet
2016-03-08
1
-1
/
+2
*
[MIR] Print the type of generic machine instructions.
Quentin Colombet
2016-03-08
1
-0
/
+4
*
[MIR] Teach the MIPrinter about size for generic virtual registers.
Quentin Colombet
2016-03-07
1
-4
/
+12
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+2
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-2
/
+2
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-2
/
+2
*
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
2015-09-25
1
-2
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+5
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+5
*
MIR Serialization: Serialize the pointer IR expression values in the machine
Alex Lorenz
2015-08-21
1
-6
/
+7
*
MIR Serialization: Print MCSymbol operands.
Alex Lorenz
2015-08-21
1
-3
/
+4
*
MIR Serialization: Use the global value syntax for global value memory operands.
Alex Lorenz
2015-08-20
1
-1
/
+4
*
MIR Serialization: Change syntax for the call entry pseudo source values.
Alex Lorenz
2015-08-20
1
-1
/
+2
*
Fix test failure introduced by r245521.
Alex Lorenz
2015-08-19
1
-0
/
+6
*
MIR Serialization: Serialize unnamed local IR values in memory operands.
Alex Lorenz
2015-08-19
1
-2
/
+2
*
MIR Printer: Extract the code that prints IR slots to a separate function. NFC.
Alex Lorenz
2015-08-19
1
-4
/
+8
*
MIR Serialization: Serialize instruction's register ties.
Alex Lorenz
2015-08-19
1
-5
/
+24
*
MIR Serialization: Serialize defined registers that require 'def' register flag.
Alex Lorenz
2015-08-19
1
-3
/
+8
*
MIR Serialization: Serialize MMI's variable debug information.
Alex Lorenz
2015-08-19
1
-2
/
+27
*
MIR Serialization: Serialize the operand's bit mask target flags.
Alex Lorenz
2015-08-18
1
-5
/
+37
*
MIR Serialization: Serialize the frame information's stack protector index.
Alex Lorenz
2015-08-18
1
-2
/
+11
[prev]
[next]