aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CloneFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-19[CloneFunction] Don't remove unrelated nodes from the CGSSCDavid Majnemer1-0/+6
2016-08-04Forgot the dyn_cast_or_null intended for r277691.David Majnemer1-1/+1
2016-08-04Reinstate "[CloneFunction] Don't remove side effecting calls"David Majnemer1-2/+33
2016-08-03Revert "[CloneFunction] Don't remove side effecting calls"Reid Kleckner1-33/+2
2016-08-03[CloneFunction] Don't crash if the value map doesn't hold somethingDavid Majnemer1-1/+1
2016-08-03[CloneFunction] Don't remove side effecting callsDavid Majnemer1-2/+33
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-4/+3
2016-06-25Reinstate r273711David Majnemer1-3/+5
2016-06-24Revert r273711, it caused PR28298.Nico Weber1-5/+3
2016-06-24SimplifyInstruction does not imply DCEDavid Majnemer1-3/+5
2016-06-11Delay dominator updation while cloning loop.Vikram TV1-3/+9
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne1-4/+4
2016-05-10Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne1-28/+12
2016-04-27[Cloning] cloneLoopWithPreheader(): add assert to ensure no sub-loopsVaivaswatha Nagaraj1-0/+2
2016-04-17Transforms: Try harder to fix bootstrap after r266565Duncan P. N. Exon Smith1-2/+2
2016-04-17ValueMapper: Don't allow explicit null mappings of Values, NFCDuncan P. N. Exon Smith1-2/+2
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-42/+7
2016-04-07IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFCDuncan P. N. Exon Smith1-1/+1
2016-03-30Cloning: Reduce complexity of debug info cloning and fix correctness issue.Peter Collingbourne1-2/+11
2016-03-08Revert revisions 262636, 262643, 262679, and 262682.Easwaran Raman1-22/+20
2016-03-03Infrastructure for PGO enhancements in inlinerEaswaran Raman1-20/+22
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-1/+2
2016-02-13[Cloning] Clone every Function's Debug InfoKeno Fischer1-2/+2
2016-01-08Remove CloningDirector and associated codeEaswaran Raman1-65/+7
2015-12-09Delete trailing whitespace; NFCSanjoy Das1-1/+1
2015-11-18Teach the inliner to track deoptimization stateSanjoy Das1-1/+12
2015-11-16Also map the personality function in CloneFunctionIntoKeno Fischer1-0/+7
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-3/+1
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-44/+42
2015-08-08Fix some comment typos.Benjamin Kramer1-1/+1
2015-08-06Convert a bunch of loops to foreach. NFC.Pete Cooper1-4/+4
2015-07-10[LoopDist] Move loop-versioning helper functions to Cloning, NFCAdam Nemet1-0/+66
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-5/+5
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith1-7/+9
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith1-1/+1
2015-04-14DebugInfo: Update signature of DICompileUnit::replace*()Duncan P. N. Exon Smith1-1/+1
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith1-1/+2
2015-04-10[WinEH] Try to make outlining invokes work a little betterReid Kleckner1-1/+1
2015-04-07DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith1-8/+7
2015-04-06Transforms: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-1/+2
2015-03-20Fixing a bug with WinEH PHI handlingAndrew Kaylor1-4/+11
2015-03-11Extended support for native Windows C++ EH outliningAndrew Kaylor1-0/+8
2015-03-10remove names from comments; NFCSanjay Patel1-11/+9
2015-03-10fix typos; NFCSanjay Patel1-2/+2
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-18/+12
2015-02-23Remap frame variables for native Windows exception handling.Andrew Kaylor1-2/+22
2015-02-18Adding implementation to outline C++ catch handlers for native Windows 64 exc...Andrew Kaylor1-25/+89
2014-12-19Rename MapValue(Metadata*) to MapMetadata()Duncan P. N. Exon Smith1-1/+1