summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CloneFunction.cpp
AgeCommit message (Expand)Author
2017-04-12[IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner
2017-04-10Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner
2017-04-10[IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-02-17[JumpThreading] Re-enable JumpThreading for guardsSanjoy Das
2017-02-15Revert "[JumpThreading] Thread through guards"Anna Thomas
2017-02-09[JumpThreading] Thread through guardsSanjoy Das
2016-08-19[CloneFunction] Don't remove unrelated nodes from the CGSSCDavid Majnemer
2016-08-04Forgot the dyn_cast_or_null intended for r277691.David Majnemer
2016-08-04Reinstate "[CloneFunction] Don't remove side effecting calls"David Majnemer
2016-08-03Revert "[CloneFunction] Don't remove side effecting calls"Reid Kleckner
2016-08-03[CloneFunction] Don't crash if the value map doesn't hold somethingDavid Majnemer
2016-08-03[CloneFunction] Don't remove side effecting callsDavid Majnemer
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer
2016-06-25Reinstate r273711David Majnemer
2016-06-24Revert r273711, it caused PR28298.Nico Weber
2016-06-24SimplifyInstruction does not imply DCEDavid Majnemer
2016-06-11Delay dominator updation while cloning loop.Vikram TV
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne
2016-05-10Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne
2016-04-27[Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loopsVaivaswatha Nagaraj
2016-04-17Transforms: Try harder to fix bootstrap after r266565Duncan P. N. Exon Smith
2016-04-17ValueMapper: Don't allow explicit null mappings of Values, NFCDuncan P. N. Exon Smith
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-07IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith
2016-03-30Cloning: Reduce complexity of debug info cloning and fix correctness issue.Peter Collingbourne
2016-03-08Revert revisions 262636, 262643, 262679, and 262682.Easwaran Raman
2016-03-03Infrastructure for PGO enhancements in inlinerEaswaran Raman
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2016-02-13[Cloning] Clone every Function's Debug InfoKeno Fischer
2016-01-08Remove CloningDirector and associated codeEaswaran Raman
2015-12-09Delete trailing whitespace; NFCSanjoy Das
2015-11-18Teach the inliner to track deoptimization stateSanjoy Das
2015-11-16Also map the personality function in CloneFunctionIntoKeno Fischer
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-08-08Fix some comment typos.Benjamin Kramer
2015-08-06Convert a bunch of loops to foreach. NFC.Pete Cooper
2015-07-10[LoopDist] Move loop-versioning helper functions to Cloning, NFCAdam Nemet
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith
2015-04-14DebugInfo: Update signature of DICompileUnit::replace*()Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-10[WinEH] Try to make outlining invokes work a little betterReid Kleckner
2015-04-07DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith
2015-04-06Transforms: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith