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
/
MIRParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIR] Add support for debug metadata for fixed stack objects
Francis Visoiu Mistrih
2018-04-25
1
-4
/
+7
*
[MIR] Add support for MachineFrameInfo::LocalFrameSize
Francis Visoiu Mistrih
2018-04-06
1
-0
/
+1
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-3
/
+13
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-0
/
+2
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-1
/
+1
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-19
1
-0
/
+2
*
Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...
Matthias Braun
2018-01-10
1
-2
/
+0
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-10
1
-0
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
MIRParser: Avoid reading uninitialized memory on generic vregs
Justin Bogner
2017-11-17
1
-0
/
+1
*
Add DK_Remark to SMDiagnostic
Adam Nemet
2017-10-12
1
-0
/
+3
*
MIR: Serialize CaleeSavedInfo Restored flag
Matthias Braun
2017-09-28
1
-5
/
+7
*
[MIR] Print target-specific constant pools
Diana Picus
2017-08-02
1
-0
/
+4
*
Add an ID field to StackObjects
Matt Arsenault
2017-07-20
1
-0
/
+3
*
llc: Add ability to parse mir from stdin
Matthias Braun
2017-06-06
1
-1
/
+1
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-57
/
+79
*
MIR: remove explicit "noVRegs" property.
Tim Northover
2017-05-30
1
-2
/
+0
*
MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC
Matthias Braun
2017-05-01
1
-1
/
+2
*
MIR: Allow parsing of empty machine functions
Justin Bogner
2017-04-11
1
-3
/
+0
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
1
-18
/
+18
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-0
/
+2
*
MIRParser: Allow regclass specification on operand
Matthias Braun
2017-01-18
1
-5
/
+6
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
MIRParser: Add support for parsing vreg reg alloc hints
Tom Stellard
2016-11-15
1
-2
/
+3
*
MIRParser: Rewrite register info initialization; mostly NFC
Matthias Braun
2016-10-11
1
-43
/
+74
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-1
/
+1
*
[MIR Parser] Fix Build!
Mehdi Amini
2016-09-17
1
-1
/
+1
*
MIR Parser: issue an error when the Context discard value names.
Mehdi Amini
2016-09-17
1
-0
/
+8
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
1
-2
/
+2
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-2
/
+2
*
[YAMLIO] Add the ability to map with context.
Zachary Turner
2016-09-08
1
-1
/
+2
*
[MFProperties] Introduce a reset method with no argument.
Quentin Colombet
2016-08-26
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-2
/
+4
*
MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing it
Matthias Braun
2016-08-24
1
-10
/
+13
*
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
-4
/
+17
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+18
*
[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
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
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
1
-20
/
+29
*
MIRParser: Move MachineFunction reference into PFS; NFC
Matthias Braun
2016-07-13
1
-82
/
+70
*
[MIR] Check that generic virtual registers get a size.
Quentin Colombet
2016-06-08
1
-0
/
+2
*
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
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+2
*
[MIR] Teach the parser/printer that generic virtual registers do not need a r...
Quentin Colombet
2016-03-08
1
-6
/
+13
*
MIR Serialization: Serialize MMI's variable debug information.
Alex Lorenz
2015-08-19
1
-0
/
+61
[next]