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
*
MIR: Validate LLT types when parsing
Matt Arsenault
2019-02-04
1
-6
/
+35
*
MIR: Reject non-power-of-4 alignments in MMO parsing
Matt Arsenault
2019-01-30
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-0
/
+4
*
[mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora...
Daniel Sanders
2018-12-13
1
-1
/
+1
*
[mir] Serialize DILocation inline when not possible to use a metadata reference
Daniel Sanders
2018-12-13
1
-4
/
+115
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-4
/
+0
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-0
/
+4
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
1
-0
/
+2
*
MIRParser: Check that instructions only reference DILocation metadata
Matthias Braun
2018-10-01
1
-0
/
+2
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-4
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-0
/
+4
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-4
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-0
/
+4
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-4
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+4
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-4
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+4
*
add IR flags to MI
Michael Berg
2018-09-11
1
-1
/
+10
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
1
-6
/
+13
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
1
-4
/
+63
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-4
/
+1
*
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
[next]