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
/
test
/
CodeGen
/
MIR
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MIRNamer]: Make the check lines in the test robust with regex.
Aditya Nandakumar
2019-11-16
3
-29
/
+29
*
[MirNamer][Canonicalizer]: Perform instruction semantic based renaming
Aditya Nandakumar
2019-11-15
3
-32
/
+32
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
3
-4
/
+4
*
[MIR] Change test case to read from stdin instead of file
Mikael Holmen
2019-09-06
1
-1
/
+1
*
[MIR] MIRNamer pass for improving MIR test authoring experience.
Puyan Lotfi
2019-09-05
1
-0
/
+90
*
[mir-canon][NFC] Adding -verify-machineinstrs to mir-canon tests.
Puyan Lotfi
2019-09-05
2
-9
/
+10
*
GlobalISel: Add more verifier checks for G_SHUFFLE_VECTOR
Matt Arsenault
2019-08-13
1
-9
/
+9
*
GlobalISel: Change representation of shuffle masks
Matt Arsenault
2019-08-13
5
-0
/
+248
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
3
-15
/
+15
*
[MIR-Canon] Skip the first N vreg names lazily.
Puyan Lotfi
2019-05-31
1
-0
/
+3
*
[MIR-Canon] Fixing case where MachineFunction is empty.
Puyan Lotfi
2019-05-30
1
-0
/
+11
*
[MIR-Canon] Add support for rewriting VRegs that are typed but don't have an RC.
Puyan Lotfi
2019-05-30
1
-0
/
+1
*
MIR: Validate LLT types when parsing
Matt Arsenault
2019-02-04
7
-0
/
+72
*
GlobalISel: Verify load/store has a pointer input
Matt Arsenault
2019-01-27
1
-23
/
+0
*
Re-apply "r351584: "GlobalISel: Verify g_zextload and g_sextload""
Amara Emerson
2019-01-27
1
-0
/
+23
*
Revert r351584: "GlobalISel: Verify g_zextload and g_sextload"
Amara Emerson
2019-01-19
1
-23
/
+0
*
GlobalISel: Verify g_zextload and g_sextload
Matt Arsenault
2019-01-18
1
-0
/
+23
*
[Dwarf/AArch64] Return address signing B key dwarf support
Luke Cheeseman
2018-12-21
1
-0
/
+48
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-0
/
+2
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-2
/
+0
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-0
/
+2
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-2
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-0
/
+2
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-2
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-0
/
+2
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-2
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+2
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-2
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+2
*
[NFC] MIR-Canon: switching to a stable string sorting of instructions.
Puyan Lotfi
2018-05-13
1
-3
/
+4
*
[MIRParser][GlobalISel] Parsing vector pointer types (<M x pA>)
Roman Tereshin
2018-05-08
5
-0
/
+51
*
[MIR] Reset unique MBB numbering in MachineFunction::reset()
Roman Tereshin
2018-04-30
1
-2
/
+7
*
[MIR] Add support for debug metadata for fixed stack objects
Francis Visoiu Mistrih
2018-04-25
3
-15
/
+30
*
[MIR-Canon] Adding ISA-Agnostic COPY Folding.
Puyan Lotfi
2018-04-16
1
-0
/
+45
*
[MIR-Canon] Improving performance by switching to named vregs.
Puyan Lotfi
2018-04-05
1
-5
/
+5
*
[MIR-Canon] Adding support for local idempotent instruction hoisting.
Puyan Lotfi
2018-03-31
1
-0
/
+116
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-0
/
+26
*
[MIRParser] Accept overloaded intrinsic names w/o type suffixes
Roman Tereshin
2018-02-28
1
-0
/
+24
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
1
-0
/
+65
*
[GISel]: Verify COPIES involving generic registers.
Aditya Nandakumar
2018-02-09
1
-2
/
+2
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
14
-64
/
+64
*
[MIR] Add support for addrspace in MIR
Francis Visoiu Mistrih
2018-01-26
1
-0
/
+31
*
Move tests to the correct place
Matthias Braun
2018-01-19
1
-82
/
+0
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
1
-5
/
+5
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-34
/
+23
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[mir] Print/Parse both MOLoad and MOStore when they occur together.
Daniel Sanders
2017-11-28
1
-0
/
+33
*
[AsmPrinterDwarf] Add support for .cfi_restore directive
Francis Visoiu Mistrih
2017-11-02
2
-31
/
+59
*
MIR: Print the register class or bank in vreg defs
Justin Bogner
2017-10-24
3
-9
/
+9
[next]