summaryrefslogtreecommitdiff
path: root/test/Transforms/ArgumentPromotion
AgeCommit message (Expand)Author
2017-08-04[ArgPromotion] Preserve alignment of byval argument in new allocaReid Kleckner
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-10[ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undefMikael Holmen
2017-05-05[ArgPromotion] Add a testcase for PR32917Martin Storsjo
2017-04-13[ArgPromotion] Don't drop !prof metadata on promoted callsReid Kleckner
2017-02-17Verifier: Disallow a line number without a file in DISubprogramJustin Bogner
2017-02-09[PM] Port ArgumentPromotion to the new pass manager.Chandler Carruth
2017-02-08[ArgPromote] Delete a test that makes no sense (any more).Chandler Carruth
2017-02-08[ArgPromote] Clean up a crash test case by rinsing it through opt,Chandler Carruth
2017-02-08[ArgPromote] Actually add FileCheck to a test that I actually updated toChandler Carruth
2017-02-08[ArgPromote] Actually run FileCheck on this test. The CHECK lines areChandler Carruth
2017-02-06[ArgPromote] Replace all the grep-based testing with precise FileCheckChandler Carruth
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-04-29[ArgumentPromotion] Propagate operand bundles to promoted call sitesDavid Majnemer
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
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-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-06-10ArgumentPromotion: Drop sret attribute on functions that are only called dire...Peter Collingbourne
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-16DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith
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-02-15FileCheck-ize a test to make it easier to migrate to typeless pointersDavid 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-08-28Don't promote byval pointer arguments when padding mattersReid Kleckner
2014-08-25ArgPromotion: Don't touch variadic functionsReid Kleckner
2014-07-23ArgPromo+DebugInfo: Handle updating debug info over multiple applications of ...David Blaikie
2014-07-23Test debug info in arg promotion with an actual promotion case, rather than a...David Blaikie
2014-07-01DebugInfo: Keep track of subprograms who's arguments have been promoted.David Blaikie
2014-06-30Convert some byval argpromotion grep tests to FileCheckReid Kleckner
2014-06-30Remove unnecessary datalayout string from a test case.David Blaikie
2014-06-27ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie
2014-04-30IR: Conservatively verify inalloca argumentsDavid Majnemer
2014-01-28Update optimization passes to handle inalloca argumentsReid Kleckner
2014-01-23Note the PR number.Rafael Espindola
2014-01-23Remove tail marker when changing an argument to an alloca.Rafael Espindola
2013-11-15ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-03-21Update some EH tests that were violating the new EH model.Bill Wendling
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling