summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
AgeCommit message (Expand)Author
2021-03-04[DebugInfo] Add new instruction and DIExpression operator for variadic debug ...gbtozers
2021-01-11[CodeGen] Try to make the print of memory operand alignment a little more use...Craig Topper
2020-12-27[CodeGen, Transforms] Use *Map::lookup (NFC)Kazu Hirata
2020-10-14[DebugInstrRef] Parse debug instruction-references from/to MIRJeremy Morse
2020-07-08[MIR] Speedup parsing of function with large number of basic blocksEvgeny Leviant
2020-05-22[MC] Change MCCFIInstruction::createDefCfaOffset to cfiDefCfaOffset which doe...Fangrui Song
2020-05-22[MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate...Fangrui Song
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee
2020-04-08MIR: Use RegisterMatt Arsenault
2020-03-31[Alignment][NFC] Transitionning more getMachineMemOperand call sitesGuillaume Chatelet
2020-03-23[Win64] Insert int3 into trailing empty BBsReid Kleckner
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam
2020-03-02Extend LaneBitmask to 64 bitStanislav Mekhanoshin
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-14Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer
2020-01-14Fix "MIParser::getIRValue(unsigned int)’ defined but not used" warning. NFCI.Simon Pilgrim
2020-01-13[GlobalISel] Change representation of shuffle masks in MachineOperand.Eli Friedman
2020-01-10[FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand
2020-01-10[MIR] Fix cyclic dependency of MIR formatterPeng Guo
2020-01-08Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Nico Weber
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo
2019-11-05[MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang
2019-10-22[MIParser] Set RegClassOrRegBank during instruction parsingPetar Avramovic
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-18[Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet
2019-08-13GlobalISel: Change representation of shuffle masksMatt Arsenault
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-06-05Allow target to handle STRICT floating-point nodesUlrich Weigand
2019-05-09Make sub-registers index names case sensitive in the MIRParserMarkus Lavin
2019-04-30[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin
2019-04-12Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter."Hans Wennborg
2019-04-12[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin
2019-03-14MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault
2019-03-12MIR: Stop reinitializing target information for every useMatt Arsenault
2019-02-04MIR: Validate LLT types when parsingMatt Arsenault
2019-01-30MIR: Reject non-power-of-4 alignments in MMO parsingMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18[AArch64] - Return address signing dwarf supportLuke Cheeseman
2018-12-13[mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora...Daniel Sanders
2018-12-13[mir] Serialize DILocation inline when not possible to use a metadata referenceDaniel Sanders
2018-11-23Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman
2018-11-23Revert r343341Luke Cheeseman
2018-10-30MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun
2018-10-01MIRParser: Check that instructions only reference DILocation metadataMatthias Braun