aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PatchableFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
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