summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+2
* Fix "MIParser::getIRValue(unsigned int)’ defined but not used" warning. NFCI.Simon Pilgrim2020-01-141-6/+0
* [GlobalISel] Change representation of shuffle masks in MachineOperand.Eli Friedman2020-01-131-20/+5
* [FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand2020-01-101-3/+3
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-101-2/+4
* Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders2020-01-081-73/+192
* Revert "[MIR] Target specific MIR formating and parsing"Nico Weber2020-01-081-192/+73
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-73/+192
* Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders2020-01-081-192/+73
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-73/+192
* [MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang2019-11-051-0/+24
* [MIParser] Set RegClassOrRegBank during instruction parsingPetar Avramovic2019-10-221-0/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-1/+1
* GlobalISel: Change representation of shuffle masksMatt Arsenault2019-08-131-0/+46
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-5/+5
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-051-1/+4
* Make sub-registers index names case sensitive in the MIRParserMarkus Lavin2019-05-091-1/+1
* [DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin2019-04-301-0/+5
* Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter."Hans Wennborg2019-04-121-5/+0
* [DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin2019-04-121-0/+5
* MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault2019-03-141-1/+1
* MIR: Stop reinitializing target information for every useMatt Arsenault2019-03-121-257/+253
* MIR: Validate LLT types when parsingMatt Arsenault2019-02-041-6/+35
* MIR: Reject non-power-of-4 alignments in MMO parsingMatt Arsenault2019-01-301-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+4
* [mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora...Daniel Sanders2018-12-131-1/+1
* [mir] Serialize DILocation inline when not possible to use a metadata referenceDaniel Sanders2018-12-131-4/+115
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-4/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+4
* MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun2018-10-301-0/+2
* MIRParser: Check that instructions only reference DILocation metadataMatthias Braun2018-10-011-0/+2
* Revert r343317Luke Cheeseman2018-09-281-4/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+4
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-4/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+4
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-4/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+4
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-4/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+4
* add IR flags to MIMichael Berg2018-09-111-1/+10
* Consistently use MemoryLocation::UnknownSize to indicate unknown access sizeKrzysztof Parzyszek2018-08-201-6/+13
* [x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth2018-08-161-4/+63
* [MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth2018-08-161-4/+1
* CodeGen: Cleanup regmask construction; NFCMatthias Braun2018-07-261-6/+2
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-2/+2
* [MIRParser] Update a diagnostic message to use the correct register sigil. NFCMatt Davis2018-06-191-1/+1
* [MIRParser] Add parser support for 'true' and 'false' i1s.Amara Emerson2018-06-051-2/+5
OpenPOWER on IntegriCloud