aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PatchableFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-01[PatchableFunction] Use an empty DebugLocFangrui Song1-8/+3
2020-01-24[PatchableFunction] Allow empty entry MachineBasicBlockFangrui Song1-3/+8
2020-01-10[AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song1-0/+9
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet1-1/+1
2019-09-11[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet1-1/+1
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-09[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.Shiva Chen1-0/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus1-1/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-08-08Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis1-14/+16
2016-08-08[X86] Support the "ms-hotpatch" attribute.Charles Davis1-16/+14
2016-07-13PatchableFunction: Skip pseudos that do not create codeMatthias Braun1-5/+23
2016-06-30Delete unused includes. NFC.Rafael Espindola1-1/+0
2016-04-19Add a description for the PatchableFunction pass; NFCSanjoy Das1-1/+2
2016-04-19Introduce a "patchable-function" function attributeSanjoy Das1-0/+70