aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-18[NFC] Remove some unnecessary AttributeList methodsArthur Eubanks1-2/+2
2021-07-27[DebugInfo][InstrRef] Handle llvm.frameaddress intrinsics gracefullyJeremy Morse1-0/+8
2021-07-26[InstrRef][AArch64][1/4] Accept constant physreg variable locationsJeremy Morse1-6/+15
2021-07-20[DebugInfo][InstrRef] Fix a broken substitution method, add test coverageJeremy Morse1-1/+1
2021-07-09[Debug-info][InstrRef] Avoid an unnecessary map orderingJeremy Morse1-3/+1
2021-07-06[DebugInfo][InstrRef][3/4] Produce DBG_INSTR_REFs for all variable locationsJeremy Morse1-0/+199
2021-07-01[DebugInfo][InstrRef][1/4] Support transformations that widen valuesJeremy Morse1-2/+5
2021-06-29CodeGen: Store LLT instead of uint64_t in MachineMemOperandMatt Arsenault1-2/+20
2021-06-21Rename MachineMemOperand::getOrdering -> getSuccessOrdering.Eli Friedman1-9/+10
2021-06-11CodeGen: Fix missing constMatt Arsenault1-1/+1
2021-02-18[llvm][IR] Do not place constants with static relocations in a mergeable sectionLeonard Chan1-1/+1
2021-02-15[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-8/+5
2021-01-05[NFC] Add the getSizeInBytes() interface for MachineConstantPoolValueQingShan Zhang1-4/+8
2020-12-28[CodeGen] Use llvm::append_range (NFC)Kazu Hirata1-1/+1
2020-11-16Fix the compilation assertion due to unreachable BB pruning not deleting the ...Victor Huang1-0/+14
2020-10-21[DebugInfo] Follow up c521e44defb5 with an API improvementJeremy Morse1-2/+7
2020-10-15Fix unused variable warning when compiling with asserts disabled.Adrian Kuegel1-2/+1
2020-10-15[DebugInstrRef] Support recording of instruction reference substitutionsJeremy Morse1-0/+32
2020-10-14[DebugInstrRef] Parse debug instruction-references from/to MIRJeremy Morse1-0/+4
2020-09-19Fix some clang-tidy bugprone-argument-comment issuesFangrui Song1-2/+2
2020-09-18IR: Move denormal mode parsing from MachineFunction to FunctionMatt Arsenault1-14/+1
2020-09-14Let -basic-block-sections=labels emit basicblock metadata in a new .bb_addr_m...Rahman Lavaee1-27/+0
2020-08-20CodeGen: Don't drop AA metadata when splitting MachineMemOperandsMatt Arsenault1-1/+3
2020-08-18[GlobalISel] Add a combine for sext_inreg(load x), c --> sextload xAmara Emerson1-1/+1
2020-08-13[CodeGen] In narrowExtractedVectorLoad bail out for scalable vectorsDavid Sherwood1-0/+7
2020-06-09[MachineVerifier] Add TiedOpsRewritten flag to fix verify two-address errorKang Zhang1-0/+1
2020-06-02Options for Basic Block Sections, enabled in D68063 and D73674.Sriraman Tallam1-1/+1
2020-05-19CodeGen: Use RegisterMatt Arsenault1-2/+2
2020-05-12[CodeGen] Use Align in MachineConstantPool.Craig Topper1-6/+4
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocks in th...Rahman Lavaee1-26/+16
2020-04-13Revert "Extend BasicBlock sections to allow specifying clusters of basic blocks"Rahman Lavaee1-16/+26
2020-04-13Extend BasicBlock sections to allow specifying clusters of basic blocksRahman Lavaee1-26/+16
2020-04-08MachineFunction: Copy call site info when duplicating instsVedant Kumar1-0/+5
2020-04-06Allow MachineFunction to obtain non-const Function (to enable MIR-level debug...Daniel Sanders1-2/+1
2020-03-30[Alignment][NFC] Provide tightened up functions in SelectionDAG, MachineFunct...Guillaume Chatelet1-7/+7
2020-03-27[Alignment][NFC] MachineMemOperand::getAlign/getBaseAlignGuillaume Chatelet1-13/+12
2020-03-23[Alignment][NFC] Use TFL::getStackAlign()Guillaume Chatelet1-1/+1
2020-03-23[Alignment][NFC] Deprecate ensureMaxAlignmentGuillaume Chatelet1-1/+1
2020-03-16Basic Block Sections support in LLVM.Sriraman Tallam1-0/+55
2020-03-09[CallSiteInfo] Enable the call site info only for -g + optimizationsDjordje Todorovic1-1/+1
2020-03-07Assume ieee behavior without denormal-fp-math attributeMatt Arsenault1-9/+1
2020-02-27[CallSiteInfo] Handle bundles when updating call site infoDjordje Todorovic1-20/+40
2020-02-20Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic1-1/+2
2020-02-19Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-2/+1
2020-02-18Revert "Reland "[DebugInfo] Enable the debug entry values feature by default""Djordje Todorovic1-1/+2
2020-02-18Reland "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-2/+1
2020-02-12Revert "[DebugInfo] Enable the debug entry values feature by default"Djordje Todorovic1-1/+2
2020-02-12[DebugInfo] Enable the debug entry values feature by defaultDjordje Todorovic1-2/+1
2020-02-10[CSInfo] Use isCandidateForCallSiteEntry() when updating the CSInfoDjordje Todorovic1-3/+14
2020-02-04Separately track input and output denormal modeMatt Arsenault1-1/+1