summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ArgumentPromotion
Commit message (Expand)AuthorAgeFilesLines
* [ArgPromo][Tests] Run update_test_checks on all ArgumentPromotion testsJohannes Doerfert2019-12-1432-872/+1477
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-032-2/+2
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* remove inalloca parameters in globalopt and simplify argpromotionBob Haarman2019-05-022-5/+43
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1732-0/+3166
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1732-3166/+0
* [ArgPromotion] Set debug location at updated callsitesVedant Kumar2019-04-021-3/+23
* [NewPM] Fix a nasty bug with analysis invalidation in the new PM.Chandler Carruth2019-03-281-0/+50
* Temporarily revert "ArgumentPromotion should copy all metadata to new Functio...Eric Christopher2019-02-282-54/+5
* [ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the ...Craig Topper2019-02-191-0/+3
* [X86] Don't consider functions ABI compatible for ArgumentPromotion pass if t...Craig Topper2019-02-191-0/+184
* Refine ArgPromotion metadata handlingTeresa Johnson2019-02-141-0/+31
* ArgumentPromotion should copy all metadata to new FunctionTeresa Johnson2019-02-081-5/+23
* Only promote args when function attributes are compatibleTom Stellard2019-01-161-0/+53
* [IPO][AVR] Create new Functions in the default address space specified in the...Dylan McKay2018-12-181-0/+24
* [ArgumentPromotion] don't break musttail invariant PR36543Fedor Indutny2018-03-021-0/+45
* [FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...Luke Cheeseman2018-02-221-0/+23
* [Debugify] Handled unsized typesVedant Kumar2018-01-061-0/+1
* [ArgPromotion] Preserve alignment of byval argument in new allocaReid Kleckner2017-08-041-9/+30
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-2/+2
* [ArgumentPromotion] Change use of removed argument in llvm.dbg.value to undefMikael Holmen2017-07-101-0/+38
* [ArgPromotion] Add a testcase for PR32917Martin Storsjo2017-05-051-0/+23
* [ArgPromotion] Don't drop !prof metadata on promoted callsReid Kleckner2017-04-131-0/+23
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-1/+1
* [PM] Port ArgumentPromotion to the new pass manager.Chandler Carruth2017-02-0916-0/+16
* [ArgPromote] Delete a test that makes no sense (any more).Chandler Carruth2017-02-081-23/+0
* [ArgPromote] Clean up a crash test case by rinsing it through opt,Chandler Carruth2017-02-081-35/+46
* [ArgPromote] Actually add FileCheck to a test that I actually updated toChandler Carruth2017-02-081-2/+1
* [ArgPromote] Actually run FileCheck on this test. The CHECK lines areChandler Carruth2017-02-081-1/+1
* [ArgPromote] Replace all the grep-based testing with precise FileCheckChandler Carruth2017-02-065-63/+117
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-2/+2
* [ArgumentPromotion] Propagate operand bundles to promoted call sitesDavid Majnemer2016-04-291-0/+31
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-3/+2
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-4/+6
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+1
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-1/+1
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* ArgumentPromotion: Drop sret attribute on functions that are only called dire...Peter Collingbourne2015-06-101-0/+28
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith2015-03-161-1/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2715-30/+30
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-278-21/+21
* FileCheck-ize a test to make it easier to migrate to typeless pointersDavid Blaikie2015-02-151-2/+3
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-1/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-152-18/+18
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-3/+3
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-3/+3
OpenPOWER on IntegriCloud