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
/
MIParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIRParser] Allow generic register specification on operand.
Ahmed Bougacha
2017-01-20
1
-12
/
+16
*
MIRParser: Allow regclass specification on operand
Matthias Braun
2017-01-18
1
-2
/
+69
*
[GlobalISel] More fix for the size vs. type typo. NFC.
Quentin Colombet
2016-12-22
1
-3
/
+3
*
[MIRParser] Fix a typo in comment and error message.
Quentin Colombet
2016-12-22
1
-2
/
+2
*
[MIRParser] Non-generic virtual register may have a type.
Quentin Colombet
2016-12-22
1
-3
/
+0
*
[MIRParser] Add parsing hex literals of arbitrary size as unsigned integers
Krzysztof Parzyszek
2016-12-16
1
-13
/
+38
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-3
/
+6
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-7
/
+5
*
[MIRPrinter] Print raw branch probabilities as expected by MIRParser
Geoff Berry
2016-11-18
1
-1
/
+2
*
MIRParser: Add support for parsing vreg reg alloc hints
Tom Stellard
2016-11-15
1
-0
/
+23
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[MIRParser] Parse lane masks for register live-ins
Krzysztof Parzyszek
2016-10-12
1
-9
/
+39
*
MIRParser: allow types on registers with a RegBank.
Tim Northover
2016-10-11
1
-1
/
+2
*
MIRParser: generic register operands with types
Matthias Braun
2016-10-11
1
-1
/
+1
*
MIRParser: Rewrite register info initialization; mostly NFC
Matthias Braun
2016-10-11
1
-43
/
+65
*
[MIRParser] Delete dead code. NFCI.
Davide Italiano
2016-09-21
1
-12
/
+0
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-3
/
+3
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-5
/
+1
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
1
-1
/
+3
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
1
-6
/
+21
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-0
/
+3
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-26
/
+6
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-0
/
+1
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-1
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+62
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
CodeGen: add new "intrinsic" MachineOperand kind.
Tim Northover
2016-07-29
1
-0
/
+34
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
[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
1
-3
/
+3
*
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
1
-2
/
+8
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-35
/
+42
*
[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: Move SlotMapping and SourceMgr refs to PFS; NFC
Matthias Braun
2016-07-13
1
-52
/
+29
*
MIRParser: Move MachineFunction reference into PFS; NFC
Matthias Braun
2016-07-13
1
-33
/
+34
*
[MIR] Check that generic virtual registers get a size.
Quentin Colombet
2016-06-08
1
-4
/
+6
*
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
*
MIRParser: Add %subreg.xxx syntax for subregister index operands
Matthias Braun
2016-03-28
1
-0
/
+14
*
[MIR] Teach the parser how to parse complex types of generic machine instruct...
Quentin Colombet
2016-03-08
1
-14
/
+29
*
[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
*
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
[next]