summaryrefslogtreecommitdiff
path: root/test/Transforms/CodeExtractor
AgeCommit message (Expand)Author
2017-12-09[InlineFunction] Set debug loc for call to forward varargs.Florian Hahn
2017-12-08[CodeExtractor] Add debug locations for new call and branch instrs.Florian Hahn
2017-11-30- Removed unused lamba (IsReturnBlock) causing build bots to fail for r319398Graham Yiu
2017-11-13[PartialInliner] Inline vararg functions that forward varargs.Florian Hahn
2017-11-03[PartialInliner] Skip call sites where inlining fails.Florian Hahn
2017-11-01[CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting.Florian Hahn
2017-06-27Clean up a test caseXinliang David Li
2017-06-27[CodeExtractor] Prevent extraction of block involving blockaddressSerge Guelton
2017-06-11[PartialInlining] Support shrinkwrap life_range markersXinliang David Li
2017-06-02[PartialInlining] Minor cost anaysis tuningXinliang David Li
2017-06-01[PartialInlining] Reduce outlining overhead by removing unneeded live-out(s)Xinliang David Li
2017-05-30[PartialInlining] Shrinkwrap allocas with live range contained in outline reg...Xinliang David Li
2017-05-12[PartialInlining] Profile based cost analysisXinliang David Li
2017-05-04Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl
2017-05-02[PartialInlining] Add more early filteringXinliang David Li
2017-05-02[PartialInlining] Hook up inline cost analysisXinliang David Li
2017-04-27[PartialInlining]: Improve partial inlining to handle complex conditionsXinliang David Li
2017-04-23[PartialInine]: add triaging optionsXinliang David Li
2017-04-21[PartialInliner] Partial inliner needs to check use kind before transformationXinliang David Li
2017-04-21[PartialInliner] Fix crash when inlining functions with unreachable blocks.Davide Italiano
2016-08-02CodeExtractor : Add ability to preserve profile data.Sean Silva
2016-08-01Revert r277313 and r277314.Sean Silva
2016-08-01Move this test to x86-specific directory.Sean Silva
2016-08-01Fix - CodeExtractor : Inherit Target Dependent Attributes from the parent fun...Sean Silva
2016-08-01Add the tests for r277313Sean Silva
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-09-20Update this test to the new EH model.Bill Wendling
2011-09-20Update to new EH model.Bill Wendling
2011-09-19Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling
2011-09-19Update test to remove the 'unwind' instruction.Bill Wendling
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-11-13New testcaseChris Lattner
2004-11-07Tests for this xforms should be .ll files, and they should have run lines.Chris Lattner
2004-08-13Add another testChris Lattner