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
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
2
-20
/
+50
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-0
/
+2
*
MIR: parse & print the atomic parts of a MachineMemOperand.
Tim Northover
2017-02-13
1
-2
/
+40
*
[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
3
-8
/
+83
*
[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 VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
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
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
MIRParser: Add support for parsing vreg reg alloc hints
Tom Stellard
2016-11-15
3
-2
/
+30
*
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
3
-23
/
+63
*
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
3
-101
/
+169
*
[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
2
-4
/
+4
*
[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: 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
2
-8
/
+23
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
3
-1
/
+6
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
2
-28
/
+8
*
[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
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-0
/
+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: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-1
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
3
-0
/
+66
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[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
[next]