summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PatchableFunction.cpp
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-08Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis
2016-08-08[X86] Support the "ms-hotpatch" attribute.Charles Davis
2016-07-13PatchableFunction: Skip pseudos that do not create codeMatthias Braun
2016-06-30Delete unused includes. NFC.Rafael Espindola
2016-04-19Add a description for the PatchableFunction pass; NFCSanjoy Das
2016-04-19Introduce a "patchable-function" function attributeSanjoy Das