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] Allow frame-setup and frame-destroy on the same instruction
Francis Visoiu Mistrih
2018-03-13
1
-5
/
+7
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-0
/
+2
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-7
/
+16
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-1
/
+1
*
[MIR] Add support for addrspace in MIR
Francis Visoiu Mistrih
2018-01-26
3
-0
/
+18
*
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
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
1
-1
/
+1
*
[MIR] Add support for the frame-destroy MachineInstr flag
Francis Visoiu Mistrih
2018-01-09
3
-0
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
2
-13
/
+13
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
3
-0
/
+83
*
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
3
-2
/
+10
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
2
-0
/
+5
*
[mir] Print/Parse both MOLoad and MOStore when they occur together.
Daniel Sanders
2017-11-28
1
-1
/
+11
*
MIRParser: Avoid reading uninitialized memory on generic vregs
Justin Bogner
2017-11-17
1
-0
/
+1
*
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
3
-0
/
+9
*
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
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-27
2
-11
/
+17
*
[MIParser] Ensure getHexUint doesn't produce APInts with a bitwidth of 0
Jessica Paquette
2017-09-01
1
-2
/
+5
*
Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change
Reid Kleckner
2017-08-23
1
-1
/
+1
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
3
-5
/
+61
*
[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
*
[MIR] Add support for printing and parsing target MMO flags
Geoff Berry
2017-07-13
2
-2
/
+41
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
3
-8
/
+50
*
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
2
-13
/
+47
*
llc: Add ability to parse mir from stdin
Matthias Braun
2017-06-06
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
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
*
MIParser/MIRPrinter: Compute block successors if not explicitely specified
Matthias Braun
2017-05-05
1
-7
/
+35
*
MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC
Matthias Braun
2017-05-01
1
-1
/
+2
*
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: 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
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
[next]