summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
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-103-5/+5
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-101-2/+4
* Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders2020-01-083-73/+194
* Revert "[MIR] Target specific MIR formating and parsing"Nico Weber2020-01-083-194/+73
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-083-73/+194
* Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders2020-01-083-194/+73
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-083-73/+194
* llc/MIR: Fix setFunctionAttributes for MIR functionsMatt Arsenault2020-01-061-17/+28
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang2019-11-053-3/+29
* [MIParser] Set RegClassOrRegBank during instruction parsingPetar Avramovic2019-10-221-0/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-272-2/+2
* Add a missing space in a MIR parser error messageDavid Stenberg2019-09-201-1/+1
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-1/+1
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-052-2/+2
* [DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg2019-08-191-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* GlobalISel: Change representation of shuffle masksMatt Arsenault2019-08-133-0/+49
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-012-6/+6
* [MachineFunction] Base support for call site info trackingDjordje Todorovic2019-06-271-0/+47
* Describe stack-id as an enumSander de Smalen2019-06-171-0/+9
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-053-1/+6
* 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
* Enforce StackID definition in PEISander de Smalen2019-04-021-3/+3
* MIR: Freeze reserved regs after parsing everythingMatt Arsenault2019-03-271-3/+8
* MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault2019-03-143-235/+21
* MIR: Stop reinitializing target information for every useMatt Arsenault2019-03-123-327/+378
* MIR: Validate LLT types when parsingMatt Arsenault2019-02-041-6/+35
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+3
* 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-196-24/+18
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-183-0/+6
* [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-133-4/+117
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-233-6/+0
* Revert r343341Luke Cheeseman2018-11-233-0/+6
* MachineOperand/MIParser: Do not print debug-use flag, infer itMatthias Braun2018-10-301-0/+2
* [MIR] Add hasWinCFI fieldSanjin Sijaric2018-10-241-0/+1
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+1
* MIRParser: Check that instructions only reference DILocation metadataMatthias Braun2018-10-011-0/+2
* Revert r343317Luke Cheeseman2018-09-283-6/+0
OpenPOWER on IntegriCloud