aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Scalarizer
AgeCommit message (Expand)Author
2018-10-19[LoopVectorize] Loop vectorization for minimum and maximumThomas Lively
2018-10-10Fix an ordering bug in the scalarizer.Neil Henning
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-03-31[Scalarizer] Handle scalar arguments in vector GEPMikael Holmen
2016-07-25Scalarizer: Support scalarizing intrinsicsMatt Arsenault
2016-07-14[Scalarizer] PR28108: Skip over nullptr rather than crashing on it.Mehdi Amini
2016-06-16PR27938: Don't remove valid DebugLoc in ScalarizerPatrik Hagglund
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-10Prevent the scalarizer from caching incorrect entriesFraser Cormack
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-23[Scalarizer] Fix potential for stale data in Scattered across invocationsMatt Wala
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl
2013-12-23Fix Scalarizer insertion point when replacing PHIs with insertelementsRichard Sandiford
2013-12-23Fix Scalarizer handling of vector GEPs with multiple index operandsRichard Sandiford
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-11-22Add a Scalarizer pass.Richard Sandiford