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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
/
+3
*
[GlobalISel] Add Legalized MachineFunction property.
Ahmed Bougacha
2016-08-02
1
-0
/
+4
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
3
-0
/
+36
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
2
-2
/
+2
*
[MIRParser] Accept unsized generic instructions.
Ahmed Bougacha
2016-07-28
1
-6
/
+2
*
MIRParser: Use dot instead of colon to mark subregisters
Matthias Braun
2016-07-26
3
-5
/
+13
*
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
/
+10
*
GlobalISel: allow multiple types on MachineInstrs.
Tim Northover
2016-07-22
1
-7
/
+14
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
3
-5
/
+16
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
3
-39
/
+49
*
[GlobalISel] Mark newly-created gvregs as having a bank.
Ahmed Bougacha
2016-07-19
1
-1
/
+5
*
MIParser: reject subregister indexes on physregs
Matthias Braun
2016-07-16
1
-0
/
+2
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-4
/
+4
*
MIRParser: Fix MIRParser not reporting nullptr on error.
Matthias Braun
2016-07-14
1
-1
/
+1
*
MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC
Matthias Braun
2016-07-13
3
-88
/
+69
*
MIRParser: Move MachineFunction reference into PFS; NFC
Matthias Braun
2016-07-13
3
-141
/
+132
*
[MIR] Check that generic virtual registers get a size.
Quentin Colombet
2016-06-08
3
-4
/
+11
*
MIR: Fix parsing of stack object references in MachineMemOperands
Matthias Braun
2016-06-08
1
-1
/
+10
*
MIR: Support MachineMemOperands without associated value
Matthias Braun
2016-06-04
1
-7
/
+9
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+1
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-0
/
+1
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
[MIR] Teach the parser how to deal with register banks.
Quentin Colombet
2016-04-08
1
-10
/
+51
*
MIRParser: Add %subreg.xxx syntax for subregister index operands
Matthias Braun
2016-03-28
3
-1
/
+27
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+2
*
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
2
-4
/
+4
*
[MIR] Teach the parser/printer that generic virtual registers do not need a r...
Quentin Colombet
2016-03-08
1
-6
/
+13
*
[MIR] Teach the parser how to parse complex types of generic machine instruct...
Quentin Colombet
2016-03-08
3
-14
/
+35
*
[MIR] Teach the mir parser about types on generic machine instructions.
Quentin Colombet
2016-03-08
1
-0
/
+33
*
[MIR] Teach the parser how to handle the size of generic virtual registers.
Quentin Colombet
2016-03-07
1
-8
/
+36
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-2
/
+2
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-1
/
+2
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-2
/
+1
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-1
/
+2
*
Fix PR 24724 - The implicit register verifier shouldn't assume certain operand
Alex Lorenz
2015-09-10
1
-39
/
+16
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
MIR Serialization: Serialize the pointer IR expression values in the machine
Alex Lorenz
2015-08-21
3
-3
/
+39
*
MIRParser: Split the 'parseIRConstant' method into two methods. NFC.
Alex Lorenz
2015-08-21
1
-3
/
+12
*
MIR Serialization: Print MCSymbol operands.
Alex Lorenz
2015-08-21
1
-1
/
+1
*
MIR Serialization: Use the global value syntax for global value memory operands.
Alex Lorenz
2015-08-20
1
-4
/
+11
*
MIR Serialization: Change syntax for the call entry pseudo source values.
Alex Lorenz
2015-08-20
3
-13
/
+22
*
MIR Serialization: Serialize unnamed local IR values in memory operands.
Alex Lorenz
2015-08-19
3
-5
/
+49
*
MIR Parser: parseIRValue should take in a constant pointer. NFC.
Alex Lorenz
2015-08-19
1
-3
/
+3
*
MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC.
Alex Lorenz
2015-08-19
1
-14
/
+13
*
MIR Serialization: Serialize instruction's register ties.
Alex Lorenz
2015-08-19
3
-14
/
+95
*
MIR Serialization: Serialize defined registers that require 'def' register flag.
Alex Lorenz
2015-08-19
3
-3
/
+9
[next]