summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeExtractor
Commit message (Expand)AuthorAgeFilesLines
* [CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)Vedant Kumar2019-07-101-1/+1
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1751-0/+3353
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1751-3353/+0
* [CodeExtractor] Do not lift lifetime.end markers for region inputsVedant Kumar2019-02-151-1/+0
* [CodeExtractor] Update function's assumption cache after extracting blocks fr...Sergey Dmitriev2019-02-081-0/+29
* [CodeExtractor] Emit lifetime markers around reloads of outputsVedant Kumar2019-01-193-3/+10
* [CodeExtractor] Do not extract unsafe lifetime markersVedant Kumar2019-01-042-2/+5
* [PartialInliner] Make PHIs free in cost computation.Florian Hahn2018-11-271-0/+40
* [hot-cold-split] Name split functions with ".cold" suffixTeresa Johnson2018-10-2426-53/+53
* [CodeExtractor] Use 'normal destination' BB as insert point to store invoke r...Florian Hahn2018-08-211-0/+47
* [CodeExtractor] Allow extracting blocks with exception handlingSergey Dmitriev2018-05-112-0/+108
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-093-11/+11
* [PartialInlining] Fix Crash from holding a reference to a destructed ORE.Sean Fertile2018-04-201-0/+170
* [PartialInlining] Use isInlineViable to detect constructs preventing inlining.Florian Hahn2018-03-101-0/+63
* [PartialInliner] Update test (NFC).Florian Hahn2018-02-041-4/+5
* [InlineFunction] Set arg attrs even if there only are VarArg attrs.Florian Hahn2018-02-041-0/+23
* [CodeExtractor] Use subset of function attributes for extracted function.Florian Hahn2018-01-071-0/+85
* [InlineFunction] Set debug loc for call to forward varargs.Florian Hahn2017-12-091-0/+67
* [CodeExtractor] Add debug locations for new call and branch instrs.Florian Hahn2017-12-081-0/+104
* - Removed unused lamba (IsReturnBlock) causing build bots to fail for r319398Graham Yiu2017-11-302-0/+289
* [PartialInliner] Inline vararg functions that forward varargs.Florian Hahn2017-11-131-0/+83
* [PartialInliner] Skip call sites where inlining fails.Florian Hahn2017-11-031-0/+45
* [CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting.Florian Hahn2017-11-011-1/+5
* Clean up a test caseXinliang David Li2017-06-271-34/+41
* [CodeExtractor] Prevent extraction of block involving blockaddressSerge Guelton2017-06-272-0/+79
* [PartialInlining] Support shrinkwrap life_range markersXinliang David Li2017-06-115-0/+359
* [PartialInlining] Minor cost anaysis tuningXinliang David Li2017-06-022-0/+105
* [PartialInlining] Reduce outlining overhead by removing unneeded live-out(s)Xinliang David Li2017-06-012-0/+123
* [PartialInlining] Shrinkwrap allocas with live range contained in outline reg...Xinliang David Li2017-05-304-0/+267
* [PartialInlining] Profile based cost analysisXinliang David Li2017-05-129-12/+160
* Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl2017-05-041-24/+30
* [PartialInlining] Add more early filteringXinliang David Li2017-05-021-0/+19
* [PartialInlining] Hook up inline cost analysisXinliang David Li2017-05-022-3/+43
* [PartialInlining]: Improve partial inlining to handle complex conditionsXinliang David Li2017-04-277-7/+315
* [PartialInine]: add triaging optionsXinliang David Li2017-04-231-0/+73
* [PartialInliner] Partial inliner needs to check use kind before transformationXinliang David Li2017-04-211-0/+56
* [PartialInliner] Fix crash when inlining functions with unreachable blocks.Davide Italiano2017-04-211-0/+38
* CodeExtractor : Add ability to preserve profile data.Sean Silva2016-08-022-0/+67
* Revert r277313 and r277314.Sean Silva2016-08-012-67/+0
* Move this test to x86-specific directory.Sean Silva2016-08-012-0/+3
* Fix - CodeExtractor : Inherit Target Dependent Attributes from the parent fun...Sean Silva2016-08-011-0/+40
* Add the tests for r277313Sean Silva2016-08-012-0/+67
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-172-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Update this test to the new EH model.Bill Wendling2011-09-201-0/+4
* Update to new EH model.Bill Wendling2011-09-201-1/+4
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-191-4/+1
OpenPOWER on IntegriCloud