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
*
CodeGen: Cleanup regmask construction; NFC
Matthias Braun
2018-07-26
1
-6
/
+2
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
[MIRParser] Update a diagnostic message to use the correct register sigil. NFC
Matt Davis
2018-06-19
1
-1
/
+1
*
[MIRParser] Add parser support for 'true' and 'false' i1s.
Amara Emerson
2018-06-05
1
-2
/
+5
*
[MIRParser][GlobalISel] Parsing vector pointer types (<M x pA>)
Roman Tereshin
2018-05-08
1
-13
/
+20
*
[MIRPraser] Improve error checking for typed immediate operands
Heejin Ahn
2018-05-05
1
-6
/
+13
*
[MIRParser] Allow register class names in the form of integer/scalar
Heejin Ahn
2018-05-05
1
-7
/
+18
*
MachineInst support mapping SDNode fast math flags for support in Back End co...
Michael Berg
2018-05-03
1
-6
/
+29
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-0
/
+26
*
[MIR] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-5
/
+7
*
[MIR] Add support for addrspace in MIR
Francis Visoiu Mistrih
2018-01-26
1
-0
/
+16
*
[MIR] Add support for the frame-destroy MachineInstr flag
Francis Visoiu Mistrih
2018-01-09
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-11
/
+11
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-0
/
+67
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-1
/
+6
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-0
/
+2
*
[mir] Print/Parse both MOLoad and MOStore when they occur together.
Daniel Sanders
2017-11-28
1
-1
/
+11
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-3
/
+3
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
1
-0
/
+7
*
[MIParser] Ensure getHexUint doesn't produce APInts with a bitwidth of 0
Jessica Paquette
2017-09-01
1
-2
/
+5
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-5
/
+59
*
[MIR] Add support for printing and parsing target MMO flags
Geoff Berry
2017-07-13
1
-1
/
+39
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-7
/
+38
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-27
1
-3
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
1
-4
/
+40
*
MIParser/MIRPrinter: Compute block successors if not explicitely specified
Matthias Braun
2017-05-05
1
-7
/
+35
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+2
*
[APInt] Fix a few places that use APInt::getRawData to operate within the nor...
Craig Topper
2017-04-23
1
-2
/
+1
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
1
-2
/
+32
*
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
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
[next]